@charset "euc-kr";
@import url(font.css);

/********************************************************************************************************************************
* Default SET
********************************************************************************************************************************/
body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration:none;
	}
/*
h1,h2,h3,h4,h5,h6 {
	margin:0;	
	font-family: 'Buda', cursive;
	}
*/
 p{margin:0;}
ul,label {margin:0; padding:0;}
body a:hover,body a:focus {text-decoration:none; outline: none;} 
/*
h1, h2, h3, h4, h5, dl, dt, dd, ul, li, ol,
th, td, p, blockquote, form, fieldset, legend, body, div, input {
	margin: 0; padding: 0;
	font-family: '¸¼Àº °íµñ', 'Malgun Gothic', 'MalgunGothic-Regular', 'µ¸¿ò', 'Dotum', '±¼¸²', 'gulim', 'Helvetica', 'Apple-Gothic', 'sans-serif' !important;
	font-size: 13px; color: #222; letter-spacing: -0.5px; vertical-align: middle;
	}
*/
.clear {margin: 0; padding: 0; clear: both;}

/* ¹ÝÀÀÇü ²ô±â */
.container {
	position: relative;
	width: 1200px !important;
	min-width: 1200px !important; max-width: none !important;
/*	background: red;	*/
	}

.list-newIcon {
	display: inline-block;
	margin: 0px 0 0 8px;
	vertical-align: middle;
	}


/********************************************************************************************************************************
* »ó´Ü Top
********************************************************************************************************************************/
/*-- banner--*/
.acc-banner {
	background: url('../images/banner_02.jpg') no-repeat;
	background-size: cover;
	}
.acc-banner-info {height: 640px; background: rgba(0,0,0, 0.3);}
.feedback-agileinfo {background: rgba(0,0,0, 0.3);}

.jarallax {
    position: relative;
	min-width: 1200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
	}
@media screen and (max-width: 1000px){
	.jarallax {
		background-size: cover !important;
		background-attachment: fixed !important;
		}
	}

/*-- banner-text --*/
.acc-banner-text {
    padding: 8em 0 11em 0;
    text-align: center;
	} 
.acc-banner-text .main-copy {
	padding: 0 0 2em 0;
	font-family: 'Noto Sans KR', 'Noto Sans', sans-serif !important;
	font-size: 2.2em; color: #fff; letter-spacing: -1px;
	text-shadow: 0 0 2px rgba(0,0,0, 0.5);
	}
.acc-banner-text .main-copy strong {
	display: inline-block;
	margin: 0 0 14px 10px;
	font-size: 1.6em; color: #0097de; letter-spacing: -5px; font-weight: normal; vertical-align: middle;
	}
.acc-banner-text .main-copy strong span {letter-spacing: 0px;}

/*-- top-nav --*/ 
.acc-banner .nav ul {
	margin: 0; padding: 0; 
	}
.acc-banner .nav li span {display: block;}
.acc-banner .nav a {
	display: block;
	font-family: 'Noto Sans KR', 'Noto Sans', sans-serif !important;
	font-size: 16px; color: rgba(249, 249, 249, .9); font-weight: 100; text-decoration: none;
	-webkit-transition: color .5s, background .5s, height .5s;
	-moz-transition: color .5s, background .5s, height .5s;
	-o-transition: color .5s, background .5s, height .5s;
	-ms-transition: color .5s, background .5s, height .5s;
	transition: color .5s, background .5s, height .5s;	
	}
.acc-banner .nav i {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	}
/* Remove the blue Web-kit background when element is tapped */ 
.no-touch .acc-banner .nav ul:hover a {color: rgba(249,249,249, .5);}
.no-touch .acc-banner .nav ul:hover a:hover {color: rgba(249, 249, 249, 0.99);}
/* Adding some background color to the different menu items */
.acc-banner .nav li:nth-child(6n+1) {border: none;}
.acc-banner .nav li {background: #1ABC9C;}
/* Transforms the list into a horizontal navigation */
.acc-banner .nav li { 
    text-align: center;
    -webkit-transition: border .5s;
    -moz-transition: border .5s;
    -o-transition: border .5s;
    -ms-transition: border .5s;
    transition: border .5s;
    background:rgba(0, 0, 0, 0.45);
    display: inline-block; 
	margin: 0 5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
} 
.acc-banner .nav li a {
	width: 180px; height: 180px; 
	} 
/* Placing the icon */ 
.icon {margin-bottom: 15px; padding-top: 3em;} 
.icon + span {
	margin-top:0.5em;
	-webkit-transition: margin .5s;
	-moz-transition: margin .5s;
	-o-transition: margin .5s;
	-ms-transition: margin .5s;
	transition: margin .5s;
	} 
/* Positioning the icons and preparing for the animation*/
.acc-banner .nav i {
    position: relative;
    display: inline-block;
	width: 50px; height: 50px;
    margin: 0 auto; padding: 16px 0 0 0;
	font-size: 20px; text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0.2);
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255,0.2);
    box-shadow: 0 0 0 0 rgba(255,255,255,0.2);
    -webkit-transition: box-shadow .6s ease-in-out;
    -moz-transition: box-shadow .6s ease-in-out;
    -o-transition: box-shadow .6s ease-in-out;
    -ms-transition: box-shadow .6s ease-in-out;
    transition: box-shadow .6s ease-in-out;
	}
/* Making the text follow the height animation */
.no-touch .acc-banner .nav a:hover .icon + span { 
	color: #0097de;
	-webkit-transition: margin .5s;
	-moz-transition: margin .5s;
	-o-transition: margin .5s;
	-ms-transition: margin .5s;
	transition: margin .5s;
	}
/* Animate the box-shadow to create the effect */
.no-touch .acc-banner .nav a:hover i,
.no-touch .acc-banner .nav a:active i,
.no-touch .acc-banner .nav a:focus i {		
	-webkit-box-shadow: 0 0 0 30px transparent;
	-moz-box-shadow: 0 0 0 30px transparent; 
	box-shadow: 0 0 0 30px transparent;
	-webkit-transition: box-shadow .5s ease-in-out;
	-moz-transition: box-shadow .5s ease-in-out;
	-o-transition: box-shadow .5s ease-in-out;
	-ms-transition: box-shadow .5s ease-in-out;
	transition: box-shadow .5s ease-in-out;
	background: #0097de;
	}

p.w3-agilephn {
	margin: -90px auto 0 auto;
	font-family: 'Noto Sans KR', 'Noto Sans', sans-serif !important;
    font-size: 16px; color: #fff; line-height: 160%; font-weight: 300; text-align: center;
	text-shadow: 0 0 2px rgba(0,0,0, 0.5);
	}
p.w3-agilephn span.color {color: #e05555;}


/********************************************************************************************************************************
* ±âÁØ¼­&ÇØ¼³
********************************************************************************************************************************/
.welcome, .team, .services, .subscribe, .gallery, .contact, .feedback-agileinfo {
	min-width: 1200px;
	padding: 5em 0 5.4em 0;
	}
.welcome {
	padding: 5em 0 6em 0;
	}
.agileits-title {margin-bottom: 3.5em;}
.agileits-title h3,.agileits-title h2 {
	font-family: 'Noto Sans KR', 'Noto Sans', sans-serif !important;
    font-size: 45px; color: #00a0d4; letter-spacing: -3.5px;  text-align: center;
    text-transform: uppercase;
	}
.agileits-title p {
    margin: 15px 0 0 0;
	font-size: 14px; color: #777; text-align: center;
	}

.w3ls-row {
    position: relative;
    margin: 0; padding: 0;
    border: none;	
	}

.welcome-w3left, .welcome-w3right {
    padding: 0;
    overflow: hidden;
	}
img.img-responsive {
    width: 100%;
    transition: .5s all;
	}
.w3ls-row.alert:hover img.img-responsive {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	}

.welcome-w3right {
    position: absolute; top: 35%; right: 0;
	padding: 25px 25px 26px 25px;
	font-size: 14px; line-height: 150%;
    background: #fff;
    border: 1px solid #ccc;
	box-shadow: 0 2px 0 0 rgba(0,0,0, 0.05);
	z-index: 2;
	}
.welcome-w3right .flow {
	position: relative;
	width: 725px; height: 125px;
	margin: 15px 0 0 0;
	background: url('../images/flow_bg.png') no-repeat 0 0;
	}
.welcome-w3right .flow span {
	display: block;
	position: absolute; top: 32px;
	font-size: 13px; color: #0086b2; line-height: 1.2em;
	}
.welcome-w3right .flow span.f1 {left: 30px;}
.welcome-w3right .flow span.f2 {left: 172px; color: #fff;}
.welcome-w3right .flow span.f3 {left: 318px;}
.welcome-w3right .flow span.f4 {left: 465px; top: 16px; color: #fff;}
.welcome-w3right .flow span.f5 {left: 610px; top: 16px;}

.welcome-w3right .flow u {
	display: block;
	position: absolute; top: 87px;
	height: 33px;
	padding: 8px 0 0 0;
	font-size: 13px; line-height: 1em; text-align: center; text-decoration: none;
	}
.welcome-w3right .flow u.bar1 {width: 254px; left: 0px;}
.welcome-w3right .flow u.bar2 {width: 283px; left: 257px;}
.welcome-w3right .flow u.bar3 {width: 182px; left: 543px;}

.welcome-w3right2 {
    position: absolute; top: 0%; right: 3%;
    background: #fff;
    border: 1px solid #74c9e4;
	box-shadow: 0 2px 1px 0 rgba(0,0,0, 0.1);
	z-index: 3;
	}

.welcome-w3right2 .agiletext {padding: 10px 20px 20px 20px;}

.welcome a.more {
	display: block;
    margin-top: 10px;  padding: .6em 1.8em;
	font-size: 14px; color: #fff; 
    border-radius: 4px;
    border-bottom: 3px solid transparent;
	background: #00a0d4;
	transition: none;
	}
.welcome a.more:hover {
	font-weight: bold;
    background: #00a0d4; 
    border-bottom-color: #0b7a9e;
	}


/********************************************************************************************************************************
* Àû¿ë½Ã °í·Á»çÇ×
********************************************************************************************************************************/
.services {
	min-width: 1200px;
    margin-top: 5em; padding-top: 5.2em;
	background: url('../images/bg.jpg')no-repeat center 0px;
    background-size: cover;
	} 
.agileits-title.w3title2 p {color: rgba(255,255,255, 0.7);}

.services .guide {
	margin: 0 0 1.2em 0; padding: 0 0 0 0em;
	font-size: 16px; color: #eee;
	text-shadow: 0 1px 2px rgba(0,0,0, 0.5);
	}
.services .guide .stit {
	display: inline-block;
	position: relative;
	height: 22px;
	margin: 0 0 10px 0; padding: 2px 20px 0 12px;
	font-size: 14px; color: #fff; letter-spacing: -1px; line-height: 17px; font-weight: bold;
	text-shadow: none;
	background: #00a0d4;
	box-sizing: border-box;
	}
.services .guide .stit:before {
	content: "";
	position: absolute; top: 0; bottom: 0; left: 0px;
	width: 3px;
	background: #0081ab;
	}
.services .guide .stit:after {
	content: "";
	position: absolute; top: 0; right: -22px;
	width: 0px; height: 0px;
	margin: 0px 0 0 0;	
	border: 11px solid;
	border-color: transparent transparent transparent #00a0d4;
	}
.services .guide span.etc {
	display: block;
	font-size: 12px; color: #ccc;
	margin: 5px 0 0 0;
	}

.w3-services-grids {
    padding: 2.5em 2em 3.5em 2em;
	background: rgba(0,0,0, 0.75);
	}

.w3l-services-grid {text-align: left; cursor: pointer;}
.w3l-services-grid:nth-child(3) {margin-bottom: 3em;}

.w3ls-services-img i.fa {
	position: relative;
    width: 70px; height: 70px;
    padding: 0 0 0 0;
	font-size: 3em; color: #00a0d4; text-align:center;
    border-radius: 50%;
    transition: 0.2s all;
	z-index: 2;
	}
.w3l-services-grid:hover div.w3ls-services-img i.fa {
    padding: 22px 0 0 0;
    font-size: 1.8em; color: #fff;
	background: #00a0d4;
	}
.w3l-services-grid:hover .agileits-services-info h4:after {
	content: "ÀüÃ¼ ³»¿ëº¸±â +";
	display: block;
	position: absolute; top: 22px; left: 80px;
	width: 130px; height: 25px;
	padding: 4px 10px 0 10px;
	font-size: 14px !important; color: #fff; line-height: 1em; text-align: center;
	border-top-right-radius: 4px; border-bottom-right-radius: 4px;
	background: #00a0d4;
	z-index: 1;
	animation: h4-Mv 0.3s linear 0.2s backwards;
	}
@keyframes h4-Mv {
	from {
		opacity: 0;
		transform: translate(-10px, 0);
		}
	to {
		opacity: 1;
		transform: translate(0, 0);
		}
	}

.agileits-services-info h4 {
    margin: 0.2em 0 1em 0;
	font-family: 'Noto Sans KR', 'Noto Sans', sans-serif !important;
    font-size: 22px; color: #fff; letter-spacing: -0.5px; font-weight: normal;
	text-transform: capitalize; 
	}
.agileits-services-info p {
	height: 52px;
	padding-left: 1em;
	font-size: 12px; color: #777; letter-spacing: -0.8px; line-height: 150%;
    border-left: 3px solid rgba(153,153,153, 0.48);
    }
.w3l-services-grid:hover .agileits-services-info p {color: #fff;}
.agileits-services-info p span.stit {
	display: inline-block;
	height: 16px;
	margin: 0 5px 0 0; padding: 1px 6px 0 6px;
	font-size: 11px; color: #fff; letter-spacing: -1px; line-height: 1em; text-align: center; vertical-align: middle;
	border-radius: 4px;
	background: #e05555;
	}


/********************************************************************************************************************************
* ¾÷Á¾º° ÇØ¼³
********************************************************************************************************************************/
.team {min-width: 1200px;}
.team .col-sp {width: 37.5% !important;}
.team .col-sp img {height: 320px;}

.team-row .col-xs-4, .team-row .col-xs-3 {
	padding-right: 10px;
	padding-left: 10px;
	}

.team-grids .team-agileimg {
	display: block;
	position: relative;	
	overflow: hidden;
	}
.team-grids .team-agileimg .subj {
	position: absolute; top: 30px; left: 0; right: 50px;
	height: 60px;
	padding: 7px 0px 0 20px;
	font-family: 'Noto Sans KR', 'Noto Sans', sans-serif !important;
	font-size: 18px; color: #fff; letter-spacing: 0px; line-height: 1.2em; font-weight: normal;
	text-shadow: 0 0 1px rgba(0,0,0, 0.3);
	border-top-right-radius: 4px; border-bottom-right-radius: 4px;
	background-color: rgba(0,160,212, 0.9);
	}
.team-grids .team-agileimg .subj.small {
	padding-top: 9px; padding-right: 20px;
	font-size: 16px; line-height: 1.3em;
	}
.team-grids .team-agileimg:hover .subj {display: none;}


.team-grids .captn {
    display: inline-block;
    position: absolute; top: -100%; right: 0;
	width: 100%; height: 100%;    
    text-align: center;
	background-color: rgba(0,0,0, 0.7);    
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
	}
.captn-top {padding: 60px 10%;}
.team-agileimg:hover .captn {width: 100%; top: 0%;}

img.img-responsive {width: 100%;}
.captn h4 {
    margin-top: 2px;
	font-size: 2em;  color: #fff; letter-spacing: -1px;
    }
.captn p {
    margin-top: 0.9em;
	font-size: 1em; color: #00a0d4; line-height: 1.2em;
	}

.team .social-w3lsicon { 
	margin-top: 0;
	text-align: left;
    transform: scale(0);
    transition: 0.5s all;
	}
.team-agileimg:hover .social-w3lsicon{
    transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	}
.team .social-w3lsicon img {
	display: inline-block;
	float: left;
	width: 60px; height: 76px;
	margin: 0 10px 0 30px;
	}
.team .social-w3lsicon span.info {
	display: inline-block;
	float: left;
	padding: 5px 0 0 0;
	font-size: 12px; color: #ddd;
	}
.team .social-w3lsicon span.info strong {font-size: 14px;}
.team .social-w3lsicon.one {padding-top: 29px;}
.team .social-w3lsicon.special {margin-top: 10px;}
.team .social-w3lsicon.special img {margin-left: 70px;}


/********************************************************************************************************************************
* NEWS & ÀÚ·á½Ç
********************************************************************************************************************************/
.feedback{
	min-width: 1200px;
	background:url('../images/1.jpg')no-repeat center 0;
	background-size:cover;
	}  
.agileits-title.w3title2 h3 {color: #fff;} 

.news-grids h4 {
	display: block;
	margin: 0 0 8px 0;
	font-family: 'Noto Sans KR', 'Noto Sans', sans-serif !important;
	font-size: 26px; color: #00a0d4;
    }
.news-grids .table-wp {
	clear: both;
	padding: 16px 5px 14px 20px;
	border: 1px solid rgba(0,160,212, 0.5);
	border-radius: 4px;
	overflow: hidden;
	}
.news-grids .table-wp ul {
	float: left; 
	width: 100%; list-style: none;
	}
.news-grids .table-wp li {
	float: left;
	position: relative;
	width: 50%; height: 26px;
	padding: 0 10px 0 16px;
	line-height: 1.4em;
	background: url('../images/icon.png') no-repeat 4px 11px;
	}
.news-grids .table-wp li:nth-child(even) {margin: 0;}

.news-grids .table-wp li a {
	display: inline-block;
	max-width: 450px;
	font-size: 15px; color: #fff; letter-spacing: -0.5px; line-height: 1.4em; vertical-align: middle;
	white-space: nowrap; text-overflow: ellipsis;
	-moz-text-overflow: ellipsis; 
	-webkit-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-khtml-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	transition: 0.2s all;
	overflow: hidden;
	}
.news-grids .table-wp li a:hover, .news-grids .table-wp.data li a.subj:hover {color: #00a9e0; text-decoration: underline;}
.news-grids .table-wp li span.date {
	position: absolute; top: 3px; right: 20px;
	font-size: 13px; color: #aaa; letter-spacing: 0;
	}
.news-grids .table-wp.data ul {
	padding-right: 15px;
	}
.news-grids .table-wp.data li {
	height: 32px;
	padding-top: 3px;
	border-bottom: 1px dotted rgba(0,160,212, 0.5);
	background: url('../images/icon.png') no-repeat 4px 13px;
	}
.news-grids .table-wp.data li a.subj {
	display: inline-block;
	max-width: 430px;
	font-size: 14px; color: #ccc; letter-spacing: -0.6px; line-height: 1.4em; vertical-align: middle;
	white-space: nowrap; text-overflow: ellipsis;
	-moz-text-overflow: ellipsis; 
	-webkit-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-khtml-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	transition: 0.2s all;
	overflow: hidden;
	}
.news-grids .table-wp.data li span.down {
	position: absolute; top: 2px; right: 25px;
	font-size: 1em; color: #aaa; letter-spacing: 0;
	}
.news-grids .table-wp.data li:nth-child(even) span.down {right: 5px;}
.news-grids .table-wp.data li span.down img {width: 24px; height: 24px;}



/********************************************************************************************************************************
* ±³À° ÄÜÅÙÃ÷
********************************************************************************************************************************/
.edu-wp {
	min-width: 1200px;
	clear: both;
	overflow: hidden;
	}
.edu-wp .title {
	display: inline-block;
	width: 90px;
	margin: 0 0 8px 0; padding: 3px 0px 4px 0px;
	font-size: 17px; color: #fff; text-align: center;
	background: #00a0d4;
	}
.edu-wp ul.text {
	list-style: none;
	margin: 0 0 25px 0;
	}
.edu-wp ul.text:last-child {margin: 0;}
.edu-wp ul.text li {
	margin: 0 0 3px 0; padding: 0 0 0 12px;
	font-sizE: 15px; line-height: 1.3em;
	background: url('../images/icon.png') no-repeat 1px 10px;
	}
.edu-wp ul.text li:last-child {margin: 0;}

.edu-wp .media {
	float: left;
	width: 100%;
	list-style: none;
	margin: 0 0 25px 0;
	overflow: hidden;
	}
.edu-wp .media li {
	float: left;
	width: 33.3333333333%;
	}
.edu-wp .media li:nth-child(1) {padding: 0 6px 0 0;}
.edu-wp .media li:nth-child(2) {padding: 0 3px 0 3px;}
.edu-wp .media li:nth-child(3) {padding: 0 0 0 6px;}

.edu-wp .media li .info {
	display: block;
	height: 35px;
	font-size: 16px; color: #fff; letter-spacing: 0; line-height: 33px; text-align: center;
	background: #000;
	}
.edu-wp .media li .info span.subj	{font-weight: bold;}
.edu-wp .media li .info strong		{color: #e05555; font-weight: normal;}
.edu-wp .media li .info span.name	{color: #aaa;}

.edu-wp .media li iframe {
	width: 100%; height: 216px;
	}

.edu-wp .book {
	position: relative;
	margin: 5px 0 0 0; padding: 20px 30px 20px 30px;
	background: #f3f3f3;
	overflow: hidden;
	}
.edu-wp .book .photo {
	float: left;
	display: inline-block;
	margin: 0 25px 0 0; padding: 5px 0;
	border: 1px solid #ddd;
	background: #fff;
	}
.edu-wp .book .photo img {width: 220px; height: auto;}

.edu-wp .book .info {
	float: left;
	font-size: 13px; line-height: 150%;
	}
.edu-wp .book .info span.subj {
	display: block;
	margin: 5px 0 5px 0;
	font-size: 21px; letter-spacing: -1px; font-weight: bold;
	}
.edu-wp .book .info span.price {
	display: block;
	width: 560px;
	margin: 10px 0 0 0; padding: 10px 0 13px 30px;
	font-size: 15px; letter-spacing: 0; line-height: 1.5em;
	border-top: 1px solid #b8d1d9; border-bottom: 1px solid #b8d1d9;
	background: #deebef;
	}
.edu-wp .book .info span.price strong {color: #ff3710;}

.edu-wp .book .info span.etc {
	display: block;
	width: 560px;
	padding: 10px 0 13px 30px;
	font-size: 15px; letter-spacing: 0; line-height: 1.5em;
	border-bottom: 1px solid #ddd;
	}

.edu-wp .book .btn {
	display: block;
	position: absolute; top: 88px; right: 80px;
	width: 180px; height: 68px;
    padding: 20px 0 0 0;
	font-size: 1.2em; color: #fff; text-align: center;
    border-radius: 4px;
    border-bottom: 3px solid transparent;
	background: #00a0d4;
	border-bottom-color: #0b7a9e;
	transition: none;
	}
.edu-wp .book .btn:hover {
	background: #1f992c;
	border-bottom-color: #1a6b23;
	}


/********************************************************************************************************************************
* ±âÅ¸
********************************************************************************************************************************/
/*-- slider-up-arrow --*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 6%;
    right: 3%;
    overflow: hidden;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
    background: url("../images/move-up.png") no-repeat 0px 0px;
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-o-transform: scale(0.85);
	-ms-transform: scale(0.85);
    transform: scale(0.85);
	-webkit-transition:.5s all;
	-moz-transition:.5s all; 
	transition:.5s all;
	}
#toTop:hover {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
    transform: scale(1);
	}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	transform: scale(1);
	}

/*** Font Style **********/
.f11 {font-size: 11px !important;}
.f12 {font-size: 12px !important;}
.f13 {font-size: 13px !important;}
.f14 {font-size: 14px !important;}
.f15 {font-size: 15px !important;}
.f16 {font-size: 16px !important;}
.f17 {font-size: 17px !important;}
.f18 {font-size: 18px !important;}

.None-spacing	{letter-spacing: 0 !important;}

.clr-white		{color: #fff !important;}
.clr-gray		{color: #aaa;}
.clr-red		{color: red;}
.clr-red2		{color: #d70000 !important;}
.clr-blue		{color: #0054ff;}
.clr-blue2		{color: blue;}
.clr-skyblue	{color: #00ceff;}
.clr-green		{color: green;}
.clr-green2		{color: #009a0b;}

.clr-price		{color: #ff2a00; font-weight: bold;}


/********************************************************************************************************************************
* modal css
********************************************************************************************************************************/
.modal-open .modal {background: rgba(0,0,0, 0.48);}
.modal-wp {
	width: 860px; height: 800px;
	margin-left: -130px;
	}
.modal-dialog {margin: 3em auto;}

.modal-content .modal-header {
    height: 40px;
    padding: 5px 20px 0 0;
	border: none;
	}
.modal-content .modal-header button.close {
    color:#00a0d4;
    opacity: .9;
    font-size: 32.5px;
	outline:none;
	} 

.modal-body {
	width: 800px;
	margin: 0 auto; padding: 0;
	}
.modal-body iframe {width: 100%; height: 750px;}

/*-- ãæ ¼öÀÍ±âÁØ Àû¿ë ½Ã °í·Á»çÇ× --*/
.modal-point-wp {
	width: 840px; height: 700px;
	margin-left: -120px;
	}
.point-wp {
	position: relative;
	margin-top: -5px; padding: 0 10px 0 10px;
	font-size: 14px; line-height: 1.4em;
	}

.point-wp .tit {
	height: 35px;
	margin: 0 0 18px 0; padding: 0;
	font-size: 23px; color: #0078b6; letter-spacing: -1.5px; font-weight: bold; vertical-align: middle;
	border-bottom: 1px solid #d9ebf4;
	}
.point-wp .tit span.num {
	display: inline-block;
	width: 25px; height: 25px;
	margin: 0 5px 2px 0;
	font-size: 18px; color: #fff; line-height: 23px; text-align: center; font-weight: normal; vertical-align: middle;
	border-radius: 100%;
	background: #0078b6;
	}

.point-wp .tab {
	display: inline-block;
	height: 18px;
	margin: 0 5px 0 0; padding: 3px 6px 0 6px;
	font-size: 11px; color: #fff; letter-spacing: -1px; line-height: 1em; text-align: center; vertical-align: middle;
	border-radius: 3px;
	background: #e05555;
	}

.point-wp .tit-box {
	position: relative;
	margin: 0 0 5px 0; padding: 28px 25px 22px 25px;
	font-size: 1em; line-height: 1.4em !important;
	border: 1px solid #c0dae8;
	border-radius: 3px;
	}
.point-wp .tit-box span.subjt {
	display: block;
	position: absolute; top: -18px; left: 50%;
	width: 540px; height: 31px;
	margin: 0 0 0 -270px; padding: 5px 0 0 0;
	font-size: 15px !important; color: #fff; letter-spacing: -0.6px; font-weight: bold; text-align: center;
	border: 1px solid #0291bf;
	border-radius: 3px;
	background: #00a0d4;
	}

.point-wp .tbl-1 {
	width: 500px; border-collapse: collapse; table-layout: fixed;
	margin: 15px auto 0 auto;
	}
.point-wp .tbl-1 td {
	padding: 2px 0;
	font-size: 13px; line-height: 1.4em;
	border: none;
	}

/* contents_2017.css Á¶Á¤ */
.point-wp .sup-txt, .point-wp sup {font-size: 13px !important; line-height: 150%;}

.point-wp .cnt-TBL th {
	font-size: 13px !important;
	}
.point-wp .cnt-TBL td {
	line-height: 1.4em !important;
	}

