@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(//cdn.rawgit.com/hiun/NanumSquare/master/nanumsquare.css);
@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css);
body{overflow-x: hidden;}

#wrapper{
	width: 100%;
}

.cf:after{
	content:"";
	display:block;
	clear:both;
}
.fl{
	float:left;
}
#scroll{
	position: fixed;
	top: 50px;
	right: 100px;
	font-size: 3em;
	font-weight: bold;
	display:none;
}

/* -------------------------------- * header start * -------------------------------- */

/* 헤더크기 */
#header{
	width: 100%;
	height: 900px;
    display:none;
}
/* 헤더들어있는박스 */
#header_box{
	position: relative;
	top: 25%;
	width: 1504px;
	height: 450px;
	margin: 0 auto;
}

/* 로고들어간박스 */
.header_logo{
	width: 304px;
	height: 450px;
	float: left;
}
/* 로고링크 */
.header_logo a{
	width: 165px;
	height: 22px;
	position: relative;
	top: 200px;
	left: 69.5px;
	background: url(../images/logoB.png) no-repeat;
}


/* 유틸들어간 박스 */
.header_util{
	width: 260px;
	height: 25px;
	position: absolute;
	top: 235px;
	left: 33.5px;
}
/* 유틸 li 플롯 */
.header_util ul li{
	float: left;
}
/* 유틸사이 선배경 */
.header_util ul li a{
	font-size: 11px;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	background: url(../images/util_bar.gif) right 6px no-repeat;
}
/* 유틸 호버색 */
.header_util ul li a:hover{
	color: #999999;
}
/* 유틸 맨끝 선 없애기 */
.header_util ul li .nb{
	background: none;
}


/* 메뉴박스 */
.header_gnb{
	width:1150px;
	height: 450px;
	float: left;
	padding-left: 50px;
}

/* 원뎁 li */
.header_gnb>ul>li{
	width: 150px;
	height: 90px;
	border-right: 2px solid #555555;
	overflow: hidden;
	transition-duration: 1.2s;
}
/* 원뎁 li 호버시 길이 */
.header_gnb>ul>li:hover{
	width: 550px;
	border-right: 5px double #999999;
}
/* 원뎁 li 중 메뉴 호버 시 길이 */
.header_gnb>ul>.menu_li_width:hover{
	width: 750px;
	transition-duration: 2s;
}
/* 원뎁 글자속성 */
.header_gnb>ul>li>a{
	width: 150px;
	height: 90px;
	line-height: 90px;
	float: left;
	font-size: 1.1em;
	color: #555555;
	padding-right: 20px;
	transition-duration: 0.5s;
}
/* 원뎁 호버시 커지고 색변화 */
.header_gnb>ul>li:hover>a{
	font-size: 1.2em;
	color: #222222;
}

/* 투뎁스 ul */
.header_gnb>ul>li>ul{
	width: 0px;
	height: 90px;
}
/* 원뎁스 li 호버시 투뎁스 ul 길이 */
.header_gnb>ul>li:hover ul{
	width: 1198px;
}
/* 투뎁스 ul 밑 li 플롯 */
.header_gnb>ul>li>ul>li{
	width:110px;
	height: 90px;
	float: left;
}
/* 투뎁스 글자 */
.header_gnb>ul>li>ul>li>a{
	width: 110px;
	height: 90px;
	font-size: 15px;
	color: #999999;
	text-align: center;
	line-height: 90px;
	position: relative;
	transition-duration: 0.5s;
}
/* 투뎁스 글자 호버시 언더라인 및 색변화 */
.header_gnb>ul>li>ul>li>a:hover{
	text-decoration: underline;
	color: #333333;
}
/* 투뎁스 중 메뉴 안에 글자 */
.header_gnb>ul>li>.menu_ul>li>a{
	line-height: 130px;
	font-size: 13px;
}
/* 투뎁스 중 메뉴 안에 이미지 */
.header_gnb>ul>li>.menu_ul>li>a>span{
	position: absolute;
	top:15px;
	left: 42px;
	width: 26px;
	height: 30px;
	display: block;
	background: url(../images/icon_26-200.png) no-repeat;
	margin: 0 auto;
}
/* 투뎁스 중 글자 2줄인거 라인헤이트 조정 */
.header_gnb>ul>li>ul>li>.menu_2lh{
	line-height: 20px;
	display: table-cell;
	vertical-align: middle;
}
/* 투뎁스 중 메뉴안에 배경 위치 잡아줌 */
.header_gnb>ul>li>.menu_ul>li>a>.menu_bg02{background-position: -200px 1px;}
.header_gnb>ul>li>.menu_ul>li>a>.menu_bg03{background-position: -400px 1px;}
.header_gnb>ul>li>.menu_ul>li>a>.menu_bg04{background-position: -600px 1px;}
.header_gnb>ul>li>.menu_ul>li>a>.menu_bg05{background-position: -800px 1px;}
.header_gnb>ul>li>.menu_ul>li>a>.menu_bg06{background-position: 0px -197px;}
.header_gnb>ul>li>.menu_ul>li>a>.menu_bg07{background-position: -200px -197px;}
.header_gnb>ul>li>.menu_ul>li>a>.menu_bg08{background-position: -400px -197px;}
.header_gnb>ul>li>.menu_ul>li>a>.menu_bg09{background-position: -600px -197px;}

/* -------------------------------- * header finish * -------------------------------- */



/* -------------------------------- * wrap start * -------------------------------- */

/* 랩 큰박스 */
#wrap{
	width: 100%;
	position: relative;
}
/* 버튼호버 공통속성 */
.btn_more:hover{
	background: #333333;
	color: #ffffff;
}
/* -------------------------------- * hover menu start * -------------------------------- */
/* 랩 호버시 생기는 메뉴박스 */
#hover_menu{
	width: 100%;
	position: fixed;
	top: 0;
	height: 70px;
	opacity: 1;
	transition-duration: 0.5s;
	z-index: 10;
    background: #fff;
}
/* 버튼 공통속성 */
.btn_more{
	position: relative;
	width: 110px;
	height: 35px;
	color: #333333;
	background: #ffffff;
	font-size: 12px;
	text-align: center;
	line-height: 35px;
	letter-spacing: -1px;
	transition-duration: 0.5s;
	margin: 0 auto;
}
/* 메뉴 감싸고 가운데로 보내주는 박스 */
.menu_center_box{
	width: 1504px;
	height: 70px;
	margin: 0 auto;
	background: #ffffff;
}
/* 로고박스 */
.logo_box{
	width: 200px;
	height: 70px;
	float: left;
}
/* 로고태그 및 로고이미지 */
.logo_box a{
	width: 200px;
	height: 70px;
	background: url(../images/logoB.png) center center no-repeat;
}
/* 메뉴박스 */
.menu_box{
	width: 1000px;
	height: 70px;
	float: left;
}
/* 메뉴박스 ul */
.menu_box ul{
	height: 70px;
	padding: 0 150px;
}
/* 메뉴박스 li */
.menu_box ul li{
	width: 140px;
	height: 70px;
	float: left;
}
/* 메뉴박스 원뎁 글씨 */
.menu_box ul li a{
	width: 140px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	font-size: 0.9em;
	color: #777777;
	transition-duration: 0.5s;
	font-weight: bold;
}
/* 메뉴박스 원뎁 호버 */
.menu_box ul li:hover a{
	color: #333333;
}
/* 유틸박스 */
.util_box{
	width: 304px;
	height: 70px;
	float: left;
}
/* 유틸 ul */
.util_box ul{
	width:300px;
	height: 70px;
	padding: 0 2px;
}
/* 유틸 li */
.util_box ul li{
	float: left;
	width: 75px;
	height: 70px;
}
/* 유틸사이 선배경 */
.util_box ul li a{
	font-size: 11px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	background: url(../images/util_bar.gif) right center no-repeat;
}
/* 유틸 호버색 */
.util_box ul li a:hover{
	color: #999999;
}
/* 유틸 맨끝 선 없애기 */
.util_box ul li .nb{
	background: none;
}
/* -------------------------------- * hover menu finish * -------------------------------- */








/* -------------------------------- * all sub page * -------------------------------- */
/* 모든 서브페이지 텍스트 들어간 탑박스 */
.sub_topbox{
    width: 100%; height: 90px; margin: auto; margin-top: 70px; background: #68a4c4; font-size: 2.3em; text-align: center; color: #ffffff; line-height: 90px; margin-bottom: 50px; font-weight: bold; letter-spacing: 5px;
}

.work_box{
    width: 100%; height: 900px; margin: auto; margin-top: 70px; background: #68a4c4; font-size: 2.3em; text-align: center; color: #ffffff; line-height: 900px; font-weight: bold; letter-spacing: 5px;
}


/* -------------------------------- * company.html * -------------------------------- */
#company_wrap{
    margin-top: 70px; width: 100%; height: auto;
}

.scr{width: 150px; height: 100px; position: fixed; right: 50px; top: 100px; font-weight: bold; font-size: 3em; display: none; z-index: 100;}

.com_sec01{
    width: 100%; height: auto;
}
.com_sec01 .com_sec01_box{
    width: 100%; height: 809px; background: url(../images/company_sec01.png) center 0 no-repeat; margin: auto; 
}
.com_sec01 .sec01_tit_box{
    width: 100%; height: 300px;
}
.com_sec01 .sec01_tit_box p{
    width: 100%; height: auto; font-weight: bold; text-align: center; line-height: 35px; font-size: 1.2em; padding-top: 90px; font-family: 'Nanum Square', sans-serif;
}
.com_sec02{
    width: 100%; height: 420px; background: #eeeeee;
}
.com_sec02 .com_tit01{
    width: 100%; height: 150px; font-weight: bold; text-align: center; line-height: 150px; font-size: 1.7em; color: #68a4c4; font-family: 'Montserrat', sans-serif; letter-spacing: 3px;
}
.com_sec02 .com_txt01{
    width: 100%; height: 70px; font-weight: bold; text-align: center; line-height: 100px; font-size: 2em; font-family: 'Montserrat', sans-serif;
}
.com_sec02 .com_txt02{
    width: 100%; height: 70px; text-align: center; line-height: 70px; font-size: 1.8em; font-family: 'Nanum Square', sans-serif; font-weight: bold;
}
.com_sec03{
    width: 100%; height: 600px;
}
.com_sec03 h2{
    text-align: center; width: 100%; height: 200px; line-height: 200px; font-size: 1.7em; color: #68a4c4; font-family: 'Montserrat', sans-serif; letter-spacing: 3px;
}

.com_sec03 .com_sec03_box{
    width: 1200px; height: 352px; margin: auto;
}
.com_sec03 .com_sec03_box table{
    width: 100%; height: 100%; font-family: 'Nanum Square', sans-serif;
}
.com_sec03 .com_sec03_box table tr{
    width: 100%; border-bottom: 1px solid #cccccc; 
}
.com_sec03 .com_sec03_box .top_line{
    border-top: 2px solid #4d4d4d;
}
.com_sec03 .com_sec03_box .sec03_table_left{
    padding-left: 10px; font-weight: bold; color: #68a4c4; width: 15%; font-size: 1.1em;
}
.com_sec03 .com_sec03_box .sec03_table_right{
    width: 85%; font-weight: bold; color: #757575; font-size: 1.1em;
}
.com_sec04{
    width: 100%px; height: 600px; margin: auto;
}
.com_sec04 h2{
    text-align: center; width: 100%; height: 200px; line-height: 200px; font-size: 1.7em; color: #68a4c4; font-family: 'Montserrat', sans-serif; letter-spacing: 3px;
}
.com_sec04 .com_sec04_box{
    width: 1450px; height: 400px; background: url(../images/company_sec04.png) center 0 no-repeat; margin: auto;
}
.com_sec05{
    width: 100%; height: 580px; background: #eeeeee;
}
.com_sec05 .com_tit02{
    width: 100%; height: 150px; font-weight: bold; text-align: center; line-height: 150px; font-size: 1.7em; color: #68a4c4; position: relative; top:50px; font-family: 'Montserrat', sans-serif; letter-spacing: 2px;
}
.com_sec05 .com_txt03{
    width: 100%; height: 100px; font-weight: bold; text-align: center; line-height: 100px; font-size: 1.8em; position: relative; top:50px; font-family: 'Nanum Square', sans-serif;
}
.com_sec05 .com_txt04{
    width: 100%; height: 250px; text-align: center; line-height: 30px; font-size: 1.1em; position: relative; top:50px; color: #454545; font-family: 'Nanum Square', sans-serif;
}
.com_sec06{
    width: 100%; height: auto; position: relative;
}
.com_sec06 h2{
    text-align: center; width: 100%; height: 200px; line-height: 200px; font-size: 1.7em; color: #68a4c4; font-family: 'Montserrat', sans-serif; letter-spacing: 2px;
}
.com_sec06 .com_sec06_box01{
    width: 1200px; height: 100px; background: url(../images/company_sec061.png) center 0 no-repeat; margin: auto;
}
.com_sec06 .com_sec06_box02{
    width: 1200px; height: 250px; margin: auto; margin-top: 100px;
}
.com_sec06 .com_tit03{
    width: 100%; height: 50px; font-weight: bold; text-align: left; line-height: 50px; font-size: 1.1em; color:#68a4c4; font-family: 'Montserrat', sans-serif;
}
.com_sec06 .com_txt05{
    width: 100%; height: 180px; text-align: left; line-height: 30px; font-size: 15px; padding-top: 20px; color: #757575; font-family: 'Nanum Gothic', sans-serif;
}
.com_sec06 .com_sec06_box03{
    width: 1200px; height: 70px; border-bottom: 1px solid #dddddd; margin: auto; position: relative; overflow: hidden;
}
.com_sec06 .com_sec06_box03 .downbtn{
     border: 2px solid #2d2d2d; position: absolute; text-align: left; line-height: 51px; background: url(../images/down_icon.png) 140px center no-repeat;
}
.com_sec06 .com_sec06_box03 .sec06_downbtn01{
    width: 155px; height: 50px; right: 200px; top: 0; padding-left: 25px;
}
.com_sec06 .com_sec06_box03 .sec06_downbtn02{
    width: 160px; height: 50px;  right: 0px; top: 0; padding-left: 20px;
}
.com_sec06 .com_sec06_box03 .downbtn:hover{
    background: #2d2d2d; color: #ffffff; transition-duration: 0.3s; background: url(../images/down_icon_w.png) 140px center no-repeat; 
}
.com_sec06 .com_sec06_box03 .downbtn span{
    display: block; width: 100%; height: 100%; position: absolute; top:0; left:0; z-index: -1;
}
.com_sec06 .com_sec06_box03 .downbtn:hover span{
    background: #2d2d2d; transition-duration: 0.3s;
}
.com_sec06 .com_sec06_box04{
    width: 1200px; height: 200px; margin: auto; margin-top: 50px; position: relative;
}
.com_sec06 .com_tit04{
    width: 100%; height: 50px; font-weight: bold; text-align: right; line-height: 50px; font-size: 1.1em; color:#68a4c4; font-family: 'Montserrat', sans-serif;
}
.com_sec06 .com_txt06{
    width: 100%; height: 130px; text-align: right; line-height: 30px; font-size: 15px; padding-top: 20px; color: #757575; font-family: 'Nanum Gothic', sans-serif;
}
.com_sec06 .com_sec06_box05{
    width: 1200px; height: 200px; margin: auto; position: relative; margin-bottom: 100px;
}
.com_sec06 .com_sec06_box05 .color_box{
    width: 280px; height: 150px; float: left; text-align: right; line-height: 250px; font-weight: bold; font-size: 1.7em; color: #ffffff; padding-right: 20px; position: absolute; font-family: 'Montserrat', sans-serif;
}
.com_sec06 .com_sec06_box05 .com_color01{
    background: #68a4c4; top: 25px; right: 320px;
}
.com_sec06 .com_sec06_box05 .com_color02{
    background: #777878; top: 25px; right: 0;
}
.com_sec06 .sec06_bg{
    width: 500px; height: 250px; position: absolute; top:40px; left:0px; background: url(../images/sk_logo.png) center center no-repeat; background-size: cover;
}


/* -------------------------------- * business.html * -------------------------------- */

.business_wrap_top{
    width: 100%; height: auto; margin: auto; margin-top: 70px; background: #ffffff; z-index: 2;
}
.bs_more{
    width: 140px; height: 45px; border: 1px solid #000; text-align: center; line-height: 45px; font-family: 'Nanum Gothic', sans-serif; font-size: 0.9em;
}
.bs_more02{
    position: absolute; right: 40px; top: 420px;
}
.bs_more:hover{
    background: #68a4c4; color: #fff; font-weight: bold; transition-duration: 0.3s; border: 1px solid #68a4c4;
}
.bs_sec01{
    width: 100%; height: 850px; background: url(../images/business_sec01.png) center 0 no-repeat; margin: auto; position: relative;
}
.bs_sec01 h1{
    width: 100%; height: 200px; text-align: center; line-height: 200px; color: #fff; font-size: 5em; font-family: 'Montserrat', sans-serif; letter-spacing: 10px; position: absolute; top: 300px;
}
.bs_sec01 p{
    width: 100%; height: 200px; position: absolute; top: 500px; text-align: center; font-family: 'Nanum Square', sans-serif; font-size: 1.2em; line-height: 30px; color: #fff; letter-spacing: 2px;
}
.bs_sec01 .fas{
    background: url(../images/bs_fas.png) center center no-repeat;
    width: 60px; height: 60px; background-size:cover;
	position: absolute;
    bottom: 7%;
    left: 50%;
    margin-left: -30px;
    
	animation-name:ani;
	animation-duration: 1s;
	animation-iteration-count:infinite;
	animation-direction: alternate;
}
/* 화살표 애니매이션 */
@keyframes ani{
	0%{bottom: 7%;}
	100%{bottom: 3%;}
	from{bottom: 7%;}
	to{bottom: 3%;}
}
.bs_sec02{
    width: 1260px; height: 560px; position: relative; margin: auto; margin-top: 150px; 
}
.bs_sec02 .bs_sec02_box{
    height: 100%; position: absolute;
}
.bs_sec02 .bs_sec02_box01{
    width: 560px; background: url(../images/business_sec02.png) center 0 no-repeat; top: 0; left: 0;
}
.bs_sec02 .bs_sec02_box02{
    width: 660px; padding-left: 40px; top: 0; right: 0;
}
.bs_sec02 .bs_sec02_box02 h2{
    width: 100%; height: 150px; line-height: 220px; font-size: 1.9em; color: #68a4c4; font-family: 'Nanum Square', sans-serif; font-weight: bold;
}
.bs_sec02 .bs_sec02_box02 p{
    width: 100%; height: 250px; line-height: 25px; font-size: 0.9em; color: #757575; font-family: 'Nanum Gothic', sans-serif; padding-top: 20px; text-align: justify;
}
.bs_sec03{
    width: 100%; height: 560px; margin: auto; margin-top: 100px; background: #eeeeee; padding: 70px 0;
}
.bs_sec03 .bs_sec03_bg{
    width: 1260px; height: 100%; position: relative; margin: auto;
}
.bs_sec03 .bs_sec03_box{
    height: 100%; float: left; position: absolute;
}
.bs_sec03 .bs_sec03_box01{
    width: 660px; padding-right: 40px; position: relative; top: 0; left: 0;
}
.bs_sec03 .bs_sec03_box01 h2{
    width: 100%; height: 150px; line-height: 220px; font-size: 1.9em; color: #68a4c4; font-family: 'Nanum Square', sans-serif; font-weight: bold; text-align: right;
}
.bs_sec03 .bs_sec03_box01 p{
    width: 100%; height: 250px; line-height: 25px; font-size: 0.9em; color: #757575; font-family: 'Nanum Gothic', sans-serif; text-align: right; padding-top: 20px; text-align: justify;
}
.bs_sec03 .bs_sec03_box02{
    width: 560px; background: url(../images/business_sec03.png) center 0 no-repeat; top: 0; right: 0;
}
.business_wrap_middle{
    width: 100%; height: 700px; margin-top: 0;
}
.bs_wrap_mid_bg{
    position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; background: url(../images/bs_mid_bg.png) center center no-repeat; background-size: cover;
}
.bs_sec04{
    width: 1460px; height: 500px; position: relative; margin: auto; top: 100px;
}
.bs_sec04 h1{
    text-align: right; width: 100%; height: 200px; color: #fff; line-height: 200px; font-size: 4em; font-family: 'Nanum Square', sans-serif;
}
.bs_sec04 p{
    width: 100%; text-align: right; height: 150px; color: #fff; line-height: 30px; font-size: 1em; font-family: 'Nanum Gothic', sans-serif; 
}
.bs_sec04 a{
    right: 0; position: absolute; top: 380px; border: 1px solid #fff; color: #fff;
}
.bs_sec04 a:hover{
    color: #68a4c4; background: #fff; border: 1px solid #fff;
}
.business_wrap_bottom{
    width: 100%; height: auto; margin: auto; background: #ffffff; z-index: 2; position: relative;
}
.bs_sec05{
    width: 100%; height: 1000px; background: #ffffff;
}
.bs_sec05 .bs_sec05_box{
    width: 1460px; height: 820px; margin: 0 auto; position: relative; top:150px;
}
.bs_sec05 .bs_sec05_box>div{
    width: 460px; height: 820px; float: left; position: relative;
}
.bs_sec05 .bs_sec05_box>.sidemg{
    margin: 0 40px;
}
.bs_sec05 .bs_sec05_box>div>.bsec05_img{
    width: 100%; height: 510px; overflow: hidden;
}
.bs_sec05 .bs_sec05_box>div>.bsec05_img img{
    width: 100%; height: 100%;
}
.bs_sec05 .bs_sec05_box>div:hover>.bsec05_img img{
    transform: scale(1.05,1.05); transition-duration: 0.5s;
}
.bs_sec05 .bs_sec05_box>div>h2{
    padding-left: 10px; width: 100%; height: 90px; line-height: 90px; color: #4d4d4d; font-size: 1.8em; font-family: 'Nanum Square', sans-serif; 
}
.bs_sec05 .bs_sec05_box>div:hover>h2{color:#68a4c4; transition-duration: 0.3s;}
.bs_sec05 .bs_sec05_box>div>p{
    padding-left: 10px; color: #757575; font-family: 'Nanum Gothic', sans-serif; line-height: 25px; font-size: 1em; text-align: justify;
}
.bs_sec05 .bs_sec05_box>div:hover>p{color:#4d4d4d; transition-duration: 0.3s;}
.bs_sec05 .bs_sec05_box>div>a{
    position: absolute; width: 100%; height: 510px; top: 0; left: 0; text-align: center; line-height: 510px; color: #fff; opacity: 0; font-size: 1.4em; font-family: 'Nanum Square', sans-serif; font-weight: bold;
}
.bs_sec05 .bs_sec05_box>div>a:hover{
    background: rgba(0,0,0,0.4); transition-duration: 0.3s; opacity: 1;
}








/* -------------------------------- * nvform.html * -------------------------------- */
/* nvform 네이버폼 박스 - 상담신청 */
.nvform{
    width: 100%; height: 1000px; margin: auto; margin-top: 35px; position: relative; clear: fixed;
}


/* -------------------------------- * adress.html * -------------------------------- */
/* adress 구글 맵 박스 - 오시는길 */
.address_box{
    width: 1504px; height: 500px; margin: auto; margin-bottom: 50px;
}
.btn_section{
    width: 1504px; height: 600px; margin: auto; margin-bottom: 50px;
}
.btn_section .btn_box{
    width: 100%; height: 70px; border-bottom: 1px solid #ccc;
}
.btn_section .btn_box ul{
    width: 100%; height: 100%;
}
.btn_section .btn_box ul li{
    float: left; width: 200px; height: 100%; font-size: 1em; text-align: center; line-height: 80px; cursor: pointer; color: #494949;
}
.btn_section .btn_box ul li:hover{
    color: #68a4c4;
}
.btn_section .btn_box ul li.active{
    color: #68a4c4; font-weight: bold; font-size: 1.2em;
}
.btn_under{
    width: 100%; height: 500px; margin-top: 29px; position: relative;
}
.btn_under>div{
    width: 100%; height: 100%; position: absolute; top: 0; left: 0; display: none;
}
.btn_under>div.active{
    display: block;
}
.subway_box {
  background: url(../images/subway_img.jpg) center center no-repeat;
    background-size:cover;
}

.bus_box {
  background: url(../images/bus_img.jpg) center center no-repeat;
    background-size:cover;
}


/* -------------------------------- * inquiry.html * -------------------------------- */
.inquiry_wrap{
    width: 100%; height: auto; margin-top: 70px;
}
.inquiry_sec01{
    width: 100%; height: 360px; background: url(../images/inquiry_sec01.png) center 0 no-repeat;
}
.inquiry_sec01 p{
    width: 1450px; height: 360px; margin: auto; font-size: 4em; text-align: right; line-height: 360px; font-weight: bold; color: #ffffff; font-family: 'Nanum Square', sans-serif;
}
.inquiry_sec02{
    width: 100%; height: auto;
}
.inq_sec02_box{
    width: 1450px; height: 260px; margin: auto; border-bottom: 1px solid #cccccc;
}
.inq_sec02_box p{
    text-align: center; font-weight: bold; line-height: 30px; font-size: 1.2em; width: 100%; height: 150px; padding-top: 70px; font-family: 'Nanum Square', sans-serif; color: #000000;
}
.inquiry_sec03{
    width: 100%; height: 540px; margin: auto;
}
.inq_sec03_box{
    width: 1084px; height: 354px; margin: auto; position: relative; top: 100px;
}
.inq_sec03_box .inq_sec03_left{
    width: 348px; height: 100%; background: url(../images/inquiry_sec03.png) center 0 no-repeat; background-size: cover; float: left;
}
.inq_sec03_box .inq_sec03_right{
    width: 650px; height: 100%; float: left; margin-left: 86px;
}
.inq_sec03_box .inq_sec03_right h2{
    width: 100%; height: 140px; font-weight: bold; color: #68a4c4; line-height: 160px; font-size: 2.7em; font-family: 'Nanum Square', sans-serif; 
}
.inq_sec03_box .inq_sec03_right p{
    width: 100%; height: auto; color: #757575; line-height: 25px; font-size: 1em; font-family: 'Nanum Gothic', sans-serif; 
}
.inq_sec03_box .inq_sec03_right a{
    width: 140px; height: 45px; border: 2px solid #000; text-align: center; line-height: 45px; font-family: 'Nanum Gothic', sans-serif; font-size: 1em; margin-top: 30px; font-weight: bold;
}

.inq_sec03_box .inq_sec03_right a:hover{
    background: #68a4c4; color: #fff; font-weight: bold; transition-duration: 0.3s; border: 2px solid #68a4c4;
}
.inquiry_sec04{
    width: 100%; height: 500px; background: #eee;
}
.inq_sec04_box{
    width: 1084px; height: 354px; margin: auto; position: relative; top: 70px;
}
.inq_sec04_box .inq_sec04_right{
    width: 348px; height: 100%; background: url(../images/inquiry_sec04.png) center 0 no-repeat; background-size: cover; float: left;
}
.inq_sec04_box .inq_sec04_left{
    width: 650px; height: 100%; float: left; margin-right: 86px; position: relative;
}
.inq_sec04_box .inq_sec04_left h2{
    width: 100%; height: 140px; font-weight: bold; color: #68a4c4; line-height: 160px; font-size: 2.7em; font-family: 'Nanum Square', sans-serif; text-align: right;
}
.inq_sec04_box .inq_sec04_left p{
    width: 100%; height: auto; color: #757575; line-height: 25px; font-size: 1em; font-family: 'Nanum Gothic', sans-serif; text-align: right;
}
.inq_sec04_box .inq_sec04_left a{
    width: 140px; height: 45px; border: 2px solid #000; text-align: center; line-height: 45px; font-family: 'Nanum Gothic', sans-serif; font-size: 1em; margin-top: 30px; font-weight: bold; position: absolute; top: 215px; right: 0;
}
.inq_sec04_box .inq_sec04_left a:hover{
    background: #68a4c4; color: #fff; font-weight: bold; transition-duration: 0.3s; border: 2px solid #68a4c4;
}

.inquiry_sec05{
    width: 100%; height: 540px; margin: auto; margin-bottom: 100px;
}
.inq_sec05_box{
    width: 1084px; height: 354px; margin: auto; position: relative; top: 100px;
}
.inq_sec05_box .inq_sec05_left{
    width: 348px; height: 100%; background: url(../images/inquiry_sec05.png) center 0 no-repeat; background-size: cover; float: left;
}
.inq_sec05_box .inq_sec05_right{
    width: 650px; height: 100%; float: left; margin-left: 86px;
}
.inq_sec05_box .inq_sec05_right h2{
    width: 100%; height: 140px; font-weight: bold; color: #68a4c4; line-height: 160px; font-size: 2.7em; font-family: 'Nanum Square', sans-serif; 
}
.inq_sec05_box .inq_sec05_right p{
    width: 100%; height: auto; color: #757575; line-height: 25px; font-size: 1em; font-family: 'Nanum Gothic', sans-serif; 
}
.inq_sec05_box .inq_sec05_right a{
    width: 140px; height: 45px; border: 2px solid #000; text-align: center; line-height: 45px; font-family: 'Nanum Gothic', sans-serif; font-size: 1em; margin-top: 30px; font-weight: bold;
}

.inq_sec05_box .inq_sec05_right a:hover{
    background: #68a4c4; color: #fff; font-weight: bold; transition-duration: 0.3s; border: 2px solid #68a4c4;
}


/* -------------------------------- * notice.html * -------------------------------- */
.notice_box{
    width: 1504px; height: 700px; font-size: 2em; text-align: center; line-height: 700px; margin: auto;
}



/* -------------------------------- * mamage.html * -------------------------------- */


.manage_wrap{
    width: 100%; height: auto; margin-top: 70px;
}
.manage_sec01{
    width: 100%; height: 600px; background: url(../images/manage_top.png) center center no-repeat;
}
.manage_sec01_text{
    width: 1460px; color: #fff; text-align: left; margin: 0 auto; font-size: 80px; height: 110px; line-height: 110px; padding-top: 245px; font-family: 'Nanum Square', sans-serif;
}
.manage_sec02{
    width: 1460px; height: 300px; margin: auto; border-bottom: 1px solid #bebebe;
}
.manage_sec02_text{
    width: 1460px; height: auto; margin: auto; text-align: center; font-size: 1.2em; font-weight: bold; font-family: 'Nanum Square', sans-serif; padding-top: 70px; line-height: 35px;
}
.manage_sec03{
    width: 1460px; height: 1500px; margin: 0 auto; clear: both;
}
.manage_sec03>div{
    width: 460px; height: 650px; margin-top: 100px; float: left;
}
.manage_sec03 .mlr{
    margin-left: 40px; margin-right: 40px;
}
.manage_sec03>div>div{
    width: 460px; height: 470px; background: #fc0;
}
.manage_sec03 .sec03_box01_img{background: url(../images/manage_01.png) center center no-repeat;}
.manage_sec03 .sec03_box02_img{background: url(../images/manage_02.jpg) center center no-repeat;}
.manage_sec03 .sec03_box03_img{background: url(../images/manage_03.png) center center no-repeat;}
.manage_sec03 .sec03_box04_img{background: url(../images/manage_04.png) center center no-repeat;}
.manage_sec03 .sec03_box05_img{background: url(../images/manage_05.png) center center no-repeat;}
.manage_sec03 .sec03_box06_img{background: url(../images/manage_06.png) center center no-repeat;}

.manage_sec03>div>h2{
    width: 100%; height: 80px; font-size: 2em; line-height: 80px; font-family: 'Nanum Square', sans-serif;
}
.manage_sec03>div>span{
    width: 100%; font-size: 0.9em; line-height: 20px; color: #494949; font-family: 'Nanum Gothic', sans-serif; text-align: justify; height: 100px; display: block;
}
.manage_sec04{
    width: 100%; height: 450px; background: url(../images/manage_btm.png) center center no-repeat; margin-top: 100px; clear:both; margin-bottom: 50px;
}
.manage_sec04_box{
    width: 1460px; height: 100%; margin: 0 auto; position: relative;
}
.manage_sec04_text{
    width: 100%; height: auto; color: #fff; text-align: right; padding-top: 100px; font-size: 1.4em; font-family: 'Nanum Square', sans-serif; line-height: 30px;
}
.manage_sec04_btn{
    width: 230px; height: 60px; position: absolute; right: 0; border: 1px solid #fff; color: #fff; font-size: 1.4em; line-height: 60px; text-align: center; font-family: 'Nanum Square', sans-serif;  top: 270px;
}
.manage_sec04_btn:hover{
    transition-duration: 0.3s; background: #fff; color: #000; font-weight: bold;
}





/* -------------------------------- * rental.html * -------------------------------- */


.rental_wrap {
  width: 100%;
  height: auto;
  margin-top: 70px;
}

.rental_sec01 {
  width: 100%;
  height: 600px;
  background: url(../images/rental_01.png) center center no-repeat;
}

.rental_sec01_text {
  width: 1460px;
  color: #fff;
  text-align: right;
  margin: 0 auto;
  font-size: 80px;
  height: 110px;
  line-height: 110px;
  padding-top: 245px;
  font-family: 'Nanum Square', sans-serif;
}

.rental_sec02 {
  width: 1460px;
  height: 320px;
  margin: auto;
  border-bottom: 1px solid #bebebe;
  margin-bottom: 180px;
}

.rental_sec02_text {
  width: 1460px;
  height: auto;
  margin: auto;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  font-family: 'Nanum Square', sans-serif;
  padding-top: 75px;
  line-height: 40px;
}

.rental_sec03 {
  width: 1460px;
  height: 950px;
  margin: 0 auto;
  clear: both;
}

.rental_sec03 > div {
  width: 460px;
  height: 650px;
  margin-top: 50px;
  float: left;
}

.rental_sec03_title {
  width: 100%;
  font-size: 2.2em;
  font-weight: bold;
  color: #000000;
  font-family: 'Nanum Square', sans-serif;
}

.rental_sec03 .mlr {
  margin-left: 40px;
  margin-right: 40px;
}

.rental_sec03 > div > div {
  width: 460px;
  height: 470px;
  background: #fc0;
}

.rental_sec03 .sec03_box1_img {
  background: url(../images/rental_02.png) center center no-repeat;
}

.rental_sec03 .sec03_box2_img {
  background: url(../images/rental_03.png) center center no-repeat;
}

.rental_sec03 .sec03_box3_img {
  background: url(../images/rental_04.png) center center no-repeat;
}

.rental_sec03 > div > h3 {
  width: 100%;
  height: 80px;
  font-size: 1.8em;
  line-height: 80px;
  font-family: 'Nanum Square', sans-serif;
  margin-top: 10px;
  color: #679cbb;
}

.rental_sec03 > div > span {
  width: 100%;
  font-size: 1.1em;
  line-height: 30px;
  color: #494949;
  font-family: 'Nanum Square', sans-serif;
}

.rental_sec04 {
  width: 1460px;
  height: 800px;
  margin: 0 auto;
  clear: both;
}

.rental_sec04 > div {
  width: 335px;
  height: 233px;
  margin: 70px 10px 100px;
  float: left;
}

.rental_sec04_title {
  width: 100%;
  font-size: 2.2em;
  font-weight: bold;
  color: #000000;
  font-family: 'Nanum Square', sans-serif;
}

.rental_sec04 > div > div {
  width: 335px;
  height: 235px;
  margin: 0 10px;
  background-color: antiquewhite;
}

.rental_sec04 .sec04_box1_img {
  background: url(../images/rental_05.png) center center no-repeat;
}

.rental_sec04 .sec04_box2_img {
  background: url(../images/rental_06.png) center center no-repeat;
}

.rental_sec04 .sec04_box3_img {
  background: url(../images/rental_07.png) center center no-repeat;
}

.rental_sec04 .sec04_box4_img {
  background: url(../images/rental_08.png) center center no-repeat;
}

.rental_sec04 .sec04_box5_img {
  background: url(../images/rental_09.png) center center no-repeat;
}

.rental_sec04 .sec04_box6_img {
  background: url(../images/rental_10.png) center center no-repeat;
}

.rental_sec04 .sec04_box7_img {
  background: url(../images/rental_11.png) center center no-repeat;
}

.rental_sec04 .sec04_box8_img {
  background: url(../images/rental_12.png) center center no-repeat;
}


.rental_sec04 > div > h4 {
  width: 100%;
  height: 40px;
  font-size: 1.4em;
  line-height: 40px;
  font-family: 'Nanum Square', sans-serif;
  margin-left: 10px;
  color: #757575;
  text-align: center;
}

.rental_sec04 > div > h4:hover {
  color: #679cbb;
  font-weight: bold;
}


.rental_sec05_bg {
  width: 100%;
  height: auto;
  background-color: #e9e9e9;
  margin-top: 140px;
}

.rental_sec05 {
  width: 1460px;
  height: 2000px;
  margin: 0 auto;
  clear: both;
  padding-top: 140px;

}

.rental_sec05 > div {
  width: 460px;
  height: 550px;
  margin-top: 50px;
  float: left;
}


.rental_sec05_title {
  width: 100%;
  font-size: 2.2em;
  font-weight: bold;
  color: #000000;
  font-family: 'Nanum Square', sans-serif;
}

.rental_sec05 .mlr {
  margin-left: 40px;
  margin-right: 40px;
}

.rental_sec05 > div > div {
  width: 460px;
  height: 460px;
  background: #fc0;
}

.rental_sec05 > div:hover > div {
  box-shadow: 4px 4px 15px #c0bebf;

}



.rental_sec05 .sec05_box1_img {
  background: url(../images/rental_13.png) center center no-repeat;
}

.rental_sec05 .sec05_box2_img {
  background: url(../images/rental_14.png) center center no-repeat;
}

.rental_sec05 .sec05_box3_img {
  background: url(../images/rental_15.png) center center no-repeat;
}

.rental_sec05 .sec05_box4_img {
  background: url(../images/rental_17.png) center center no-repeat;
}

.rental_sec05 .sec05_box5_img {
  background: url(../images/rental_18.png) center center no-repeat;
}

.rental_sec05 .sec05_box6_img {
  background: url(../images/rental_16.png) center center no-repeat;
}

.rental_sec05 .sec05_box7_img {
  background: url(../images/rental_19.png) center center no-repeat;
}

.rental_sec05 .sec05_box8_img {
  background: url(../images/rental_20.png) center center no-repeat;
}


.rental_sec05 > div > h3 {
  width: 100%;
  height: 50px;
  font-size: 1.5em;
  line-height: 50px;
  font-family: 'Nanum Square', sans-serif;
  color: #757575;
}

.rental_sec05 > div:hover > h3 {
  color: #679cbb;
  font-weight: bold;
}



/* -------------------------------- * star.html * -------------------------------- */

.star_wrap{
    width: 100%; height: auto; margin-top: 70px;
}
.star_sec01{
    width: 100%; height: 600px; background: url(../images/star_top.png) center center no-repeat;
}
.star_sec01_text{
    width: 1460px; color: #fff; text-align: left; margin: 0 auto; font-size: 80px; height: 110px; line-height: 110px; padding-top: 245px; font-family: 'Nanum Square', sans-serif; 
}
.star_sec02{
    width: 1460px; height: 300px; margin: auto; border-bottom: 1px solid #bebebe;
}
.star_sec02_text{
    width: 1460px; height: auto; margin: auto; text-align: center; font-size: 1.2em; font-weight: bold; font-family: 'Nanum Square', sans-serif; padding-top: 70px; line-height: 35px;
}
.star_sec03{
    width: 1460px; height: 1500px; margin: 0 auto; clear: both;
}
.star_sec03>div{
    width: 460px; height: 650px; margin-top: 100px; float: left;
}
.star_sec03 .mlr{
    margin-left: 40px; margin-right: 40px;
}
.star_sec03>div>div{
    width: 460px; height: 470px;
}
.star_sec03 .sec03_box01_img{background: url(../images/manage_01.png) center center no-repeat;}
.star_sec03 .sec03_box02_img{background: url(../images/manage_02.jpg) center center no-repeat;}
.star_sec03 .sec03_box03_img{background: url(../images/manage_03.png) center center no-repeat;}
.star_sec03 .sec03_box04_img{background: url(../images/manage_04.png) center center no-repeat;}
.star_sec03 .sec03_box05_img{background: url(../images/manage_05.png) center center no-repeat;}
.star_sec03 .sec03_box06_img{background: url(../images/manage_06.png) center center no-repeat;}

.star_sec03>div>h2{
    width: 100%; height: 80px; font-size: 2em; line-height: 80px; font-family: 'Nanum Square', sans-serif;
}
.star_sec03>div>span{
    width: 100%; font-size: 0.9em; line-height: 20px; color: #494949; font-family: 'Nanum Gothic', sans-serif; display: block; height: 80px; text-align: justify;
}
.star_sec04{
    width: 100%; height: 450px; background: url(../images/star_btm.png) center center no-repeat; margin-top: 100px; clear:both; margin-bottom: 50px;
}
.star_sec04_box{
    width: 1460px; height: 100%; margin: 0 auto; position: relative;
}
.star_sec04_text{
    width: 100%; height: auto; color: #fff; text-align: right; padding-top: 100px; font-size: 1.4em; font-family: 'Nanum Square', sans-serif; line-height: 30px;
}
.star_sec04_btn{
    width: 260px; height: 60px; position: absolute; right: 0; border: 1px solid #fff; color: #fff; font-size: 1.4em; line-height: 60px; text-align: center; font-family: 'Nanum Square', sans-serif;  top: 270px;
}
.star_sec04_btn:hover{
    transition-duration: 0.3s; background: #fff; color: #000; font-weight: bold;
}





/* -------------------------------- * web.html * -------------------------------- */

.web_wrap {
  width: 100%;
  height: auto;
  margin-top: 70px;
}

.web_sec01 {
  width: 100%;
  height: 600px;
  background: url(../images/web_01.png) center center no-repeat; background-size:cover;
}

.web_sec01_text {
  width: 1460px;
  color: #fff;
  text-align: right;
  margin: 0 auto;
  font-size: 80px;
  height: 110px;
  line-height: 110px;
  padding-top: 245px;
  font-family: 'Nanum Square', sans-serif;
}

.web_sec02 {
  width: 1460px;
  height: 230px;
  margin: auto;
  border-bottom: 1px solid #bebebe;
  margin-bottom: 100px;
}

.web_sec02_text {
  width: 1460px;
  height: auto;
  margin: auto;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  font-family: 'Nanum Square', sans-serif;
  padding-top: 75px;
  line-height: 40px;
}

.web_sec03{
    width: 100%;
    height: auto;
    margin: auto;
}
.web_sec03_tit{
    width: 1460px;
    height: 100px;
    line-height: 100px;
    font-size: 2.3em;
    font-weight: 800;
    margin: auto;
    font-family: 'NanumSquare', sans-serif;
}
.web_sec03_txt{
    width: 1460px;
    height: auto;
    margin: auto;
    font-size: 1.3em;
    line-height: 30px;
    font-family: 'NanumSquare', sans-serif;
}
.web_sec03_box{
    width: 100%;
    height: 800px;
    margin: auto;
    margin-top: 100px;
    position: relative;
}
.web_sec03_cont01{
    position: absolute;
    width: 300px;
    height: 610px;
    background: url(../images/web_02.png) center center no-repeat; background-size:cover;
    bottom: 0;
    right: 1200px;
}
.web_sec03_cont02{
    position: absolute;
    width: 1140px;
    height: 800px;
    background: url(../images/web_03.png) center center no-repeat; background-size:cover;
    bottom: 0;
    right: 0;
}
.web_sec04{
    width: 100%;
    height: auto;
    margin-top: 200px;
    padding: 100px 0;
    background: #acacac;
}
.web_sec04_cont01{
    width: 1460px;
    height: 560px;
    margin: auto;
}
.wsec04_cont01_left{
    width: 860px;
    height: 100%;
    background: url(../images/web_04.png) center center no-repeat; background-size:cover;
    box-shadow: 10px 10px 15px #888;
    float: left;
}
.wsec04_cont01_right{
    width: 560px;
    height: 100%;
    margin-left: 40px;
    float: left;
}
.web_sec04_tit01{
    font-size: 2.3em;
    font-weight: 800;
    color: #fff;
    height: 100px;
    line-height: 100px;
    margin-top: 150px;
    font-family: 'NanumSquare', sans-serif;
}
.web_sec04_txt01{
    font-size: 1.3em;
    line-height: 30px;
    color: #fff;
    font-family: 'NanumSquare', sans-serif;
}
.web_sec04_cont02{
    width: 1460px;
    height: 500px;
    margin: auto;
    margin-top: 150px;
}
.wsec04_cont02_left{
    width: 470px;
    height: 100%;
    margin-left: 130px;
    float: left;
}
.wsec04_cont02_right{
    width: 860px;
    height: 100%;
    background: url(../images/web_05.png) center center no-repeat; background-size:cover;
    box-shadow: 10px 10px 15px #888;
    float: left;
}
.web_sec04_tit02{
    font-size: 2.3em;
    font-weight: 800;
    color: #fff;
    height: auto;
    line-height: 45px;
    margin-top: 120px;
    font-family: 'NanumSquare', sans-serif;
}
.web_sec04_txt02{
    font-size: 1.3em;
    line-height: 30px;
    color: #fff;
    font-family: 'NanumSquare', sans-serif;
    margin-top: 40px;
}



/* -------------------------------- * marketing.html * -------------------------------- */

.marketing_wrap {
    width: 100%;
    height: auto;
    margin-top: 70px;
}

.marketing_sec01 {
    width: 100%;
    height: 600px;
    background: url(../images/marketing_01.png) center center no-repeat;
    background-size: cover;
}

.marketing_sec01_text {
    width: 1460px;
    color: #fff;
    text-align: right;
    margin: 0 auto;
    font-size: 80px;
    height: 110px;
    line-height: 110px;
    padding-top: 245px;
    font-family: 'Nanum Square', sans-serif;
}

.marketing_sec02 {
    width: 1460px;
    height: 230px;
    margin: auto;
    border-bottom: 1px solid #bebebe;
    margin-bottom: 100px;
}

.marketing_sec02_text {
    width: 1460px;
    height: auto;
    margin: auto;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    font-family: 'Nanum Square', sans-serif;
    padding-top: 75px;
    line-height: 40px;
}

.marketing_sec03 {
    width: 1260px;
    height: 560px;
    position: relative;
    margin: auto;
    margin-top: 130px;
}

.mk_sec03_box {
    height: 100%;
    position: absolute;
}

.mk_sec03_box01 {
    width: 560px;
    background: url(../images/marketing_02.png) center 0 no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
}

.mk_sec03_box02 {
    width: 660px;
    padding-left: 40px;
    top: 0;
    right: 0;
}

.mk_sec03_box02 h2 {
    width: 100%;
    height: auto;
    line-height: 45px;
    font-size: 1.9em;
    color: #68a4c4;
    font-family: 'Nanum Square', sans-serif;
    font-weight: bold;
    margin-top: 160px;
}

.mk_sec03_box02 p {
    width: 500px;
    height: 250px;
    line-height: 25px;
    font-size: 0.9em;
    color: #757575;
    font-family: 'Nanum Gothic', sans-serif;
    padding-top: 20px;
    text-align: justify;
}

.marketing_sec04 {
    width: 100%;
    height: 560px;
    margin: auto;
    margin-top: 100px;
    background: #eeeeee;
    padding: 70px 0;
}

.mk_sec04_bg {
    width: 1260px;
    height: 100%;
    position: relative;
    margin: auto;
}

.mk_sec04_box {
    height: 100%;
    float: left;
    position: absolute;
}

.mk_sec04_box01 {
    width: 660px;
    padding-right: 40px;
    top: 0;
    left: 0;
}

.mk_sec04_box01 h2 {
    width: 100%;
    height: auto;
    line-height: 45px;
    font-size: 1.9em;
    color: #68a4c4;
    font-family: 'Nanum Square', sans-serif;
    font-weight: bold;
    text-align: right;
    margin-top: 160px;
}

.mk_sec04_box01 p {
    width: 500px;
    height: 250px;
    line-height: 25px;
    font-size: 0.9em;
    color: #757575;
    font-family: 'Nanum Gothic', sans-serif;
    text-align: right;
    padding-top: 20px;
    text-align: justify;
    margin-left: 160px;
}

.mk_sec04_box02 {
    width: 560px;
    background: url(../images/marketing_03.png) center 0 no-repeat;
    background-size: cover;
    top: 0;
    right: 0;
}

.marketing_sec05 {
    margin: 150px auto 50px auto;
    width: 100%;
    height: 689px;
    background: url(../images/marketing_04.png) center 0 no-repeat;
}
.mk_sec05_box{
    width: 1460px;
    height: auto;
    position: relative;
    margin: auto;
    padding-top: 220px;
}

.marketing_sec05 h1 {
    text-align: left;
    width: 100%;
    height: auto;
    color: #fff;
    line-height: 50px;
    font-size: 2.5em;
    font-family: 'Nanum Square', sans-serif;
}

.marketing_sec05 p {
    width: 500px;
    text-align: left;
    height: auto;
    color: #fff;
    line-height: 30px;
    font-size: 1em;
    margin-top: 30px;
    font-family: 'Nanum Gothic', sans-serif;
}


/* -------------------------------- * event.html * -------------------------------- */

.event_wrap {
    width: 100%;
    height: auto;
    margin-top: 70px;
}

.event_sec01 {
    width: 100%;
    height: 600px;
    background: url(../images/event_01.png) center center no-repeat;
    background-size: cover;
}

.event_sec01_text {
    width: 1460px;
    color: #fff;
    text-align: right;
    margin: 0 auto;
    font-size: 80px;
    height: 110px;
    line-height: 110px;
    padding-top: 245px;
    font-family: 'Nanum Square', sans-serif;
}

.event_sec02 {
    width: 1460px;
    height: 230px;
    margin: auto;
    border-bottom: 1px solid #bebebe;
    margin-bottom: 100px;
}

.event_sec02_text {
    width: 1460px;
    height: auto;
    margin: auto;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    font-family: 'Nanum Square', sans-serif;
    padding-top: 75px;
    line-height: 40px;
}

.event_sec03 {
    width: 1260px;
    height: 560px;
    position: relative;
    margin: auto;
    margin-top: 130px;
}

.event_sec03_box {
    height: 100%;
    position: absolute;
}

.event_sec03_box01 {
    width: 560px;
    background: url(../images/event_02.png) center 0 no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
}

.event_sec03_box02 {
    width: 660px;
    padding-left: 40px;
    top: 0;
    right: 0;
}

.event_sec03_box02 h2 {
    width: 100%;
    height: auto;
    line-height: 45px;
    font-size: 1.9em;
    color: #68a4c4;
    font-family: 'Nanum Square', sans-serif;
    font-weight: bold;
    margin-top: 160px;
}

.event_sec03_box02 p {
    width: 500px;
    height: 250px;
    line-height: 25px;
    font-size: 0.9em;
    color: #757575;
    font-family: 'Nanum Gothic', sans-serif;
    padding-top: 20px;
    text-align: justify;
}

.event_sec04 {
    width: 100%;
    height: 560px;
    margin: auto;
    margin-top: 100px;
    background: #eeeeee;
    padding: 70px 0;
}

.event_sec04_bg {
    width: 1260px;
    height: 100%;
    position: relative;
    margin: auto;
}

.event_sec04_box {
    height: 100%;
    float: left;
    position: absolute;
}

.event_sec04_box01 {
    width: 660px;
    padding-right: 40px;
    top: 0;
    left: 0;
}

.event_sec04_box01 h2 {
    width: 100%;
    height: auto;
    line-height: 45px;
    font-size: 1.9em;
    color: #68a4c4;
    font-family: 'Nanum Square', sans-serif;
    font-weight: bold;
    text-align: right;
    margin-top: 160px;
}

.event_sec04_box01 p {
    width: 500px;
    height: 250px;
    line-height: 25px;
    font-size: 0.9em;
    color: #757575;
    font-family: 'Nanum Gothic', sans-serif;
    text-align: right;
    padding-top: 20px;
    text-align: justify;
    margin-left: 160px;
}

.event_sec04_box02 {
    width: 560px;
    background: url(../images/event_03.png) center 0 no-repeat;
    background-size: cover;
    top: 0;
    right: 0;
}

.event_sec05 {
    margin: 150px auto 50px auto;
    width: 100%;
    height: 689px;
    background: url(../images/event_04.png) center 0 no-repeat;
}
.event_sec05_box{
    width: 1460px;
    height: auto;
    position: relative;
    margin: auto;
    padding-top: 220px;
}

.event_sec05 h1 {
    text-align: left;
    width: 100%;
    height: auto;
    color: #fff;
    line-height: 50px;
    font-size: 2.5em;
    font-family: 'Nanum Square', sans-serif;
}

.event_sec05 p {
    width: 500px;
    text-align: left;
    height: auto;
    color: #fff;
    line-height: 30px;
    font-size: 1em;
    margin-top: 30px;
    font-family: 'Nanum Gothic', sans-serif;
}








/* -------------------------------- * footer start * -------------------------------- */
#footer{
	width: 100%;
	height: 350px;
    background: #68A4C4;
}
.footer_box{
	width: 1504px;
	height: 300px;
	margin: 0 auto;
    position: relative;
}
.ft_box_top{
	width: 100%;
	height: 250px;
	padding-top: 50px;
}
.ft_box_top .foot_txtbox{
    width: 500px;
    left: 304px;
    position: relative;
    float: left;
    height: auto;
    top: 15px;
}
.ft_box_top .foot_logo{
	width: 165px;
	height: 32px;
	padding-bottom: 20px;
    margin-left: 20px;
}
.ft_box_top .foot_logo img{
    width: 165px;
    height: 32px;
}
.ft_box_top p{
	font-size: 15px;
	text-align: left;
	padding: 5px 0px;
    margin-left: 20px;
	color: #fff;
}
.ft_box_top p span{
	font-size: 12px;
}
.ft_box_top .board_runko{
    position: relative;
    float: left;
    left: 150px;
    width: 600px;
    height: 220px;
}
.ft_box_top .notice_tit_box{
    width: 95%; height: 50px; font-size: 1.1em; color: #fff; position: relative; line-height: 50px; margin: auto; font-weight: bold;
}
.ft_box_top .notice_tit_box a{
    position: absolute; right: 0; top: 0; color: #fff; font-size: 1em; line-height: 50px; font-weight: bold; height: 100%; width: auto;
}


.mBoard {
    /*display:list-item;*/
    width: 80%;
    margin: auto;
}

.mBoard li {
    width: 100%;
    height: 27px;
}

.mBoard li a {
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 0.9em;
    line-height: 27px;
}

.mBoard li a span {
    display: inline-block;
    float: right;
}

/*

.ft_box_icon{
    position: relative;
    margin-top: 50px;
	width: 100%;
	height: 50px;
    background: #ffffff;
}
.ft_box_bottom{
    width: 1504px;
    margin: auto;
}
.ft_bot_left{
	width: 50%;
	height: 50px;
}
.ft_bot_left a{
	width: 35px;
	height: 30px;
	margin-left: 10px;
	margin-top: 10px;
	background: url(../images/btn_sns.png) no-repeat;
}
.ft_bot_left .bot_lt_01{background-position: 0px 0px;}
.ft_bot_left .bot_lt_02{background-position: -35px 0px;}
.ft_bot_left .bot_lt_03{background-position: -70px 0px;}
.ft_bot_left .bot_lt_04{background-position: -105px 0px;}
.ft_bot_left .bot_lt_01:hover{background-position: 0px -30px;}
.ft_bot_left .bot_lt_02:hover{background-position: -35px -30px;}
.ft_bot_left .bot_lt_03:hover{background-position: -70px -30px;}
.ft_bot_left .bot_lt_04:hover{background-position: -105px -30px;}

.ft_bot_right{
	width: 50%;
	height: 50px;
	position: relative;
}
.ft_bot_right a{
	position: absolute;
	right:0;
	width: 132px;
	height: 35px;
	margin-top: 7.5px;
	background: url(../images/btn_app.png) no-repeat;
}
.ft_bot_right .bot_rt_01{right: 132px; background-position: 0px 0px;}
.ft_bot_right .bot_rt_02{background-position: -132px 0px;}
.ft_bot_right .bot_rt_01:hover{background-position: 0px -35px;}
.ft_bot_right .bot_rt_02:hover{background-position: -132px -35px;}
*/
/* -------------------------------- * footer finish * -------------------------------- */


