/* CSS Document */

body {
	letter-spacing:-1px;
    font-family: S-CoreDream-3Light, "Noto Sans KR",  "NanumGothic","Malgun Gothic",'Open Sans','Helvetica Neue',Arial,sans-serif;
	font-size:14px;
}

ul, li {margin:0;padding:0;}

h1,
h2,
h3,
h4,
h5,
h6 {font-family: S-CoreDream-9Black;}

p {font-size:1.2em;}

@media (max-width:769px){
	p {font-size:1.1em;}
}

header {
	/*background-image: url(img/header-bg-1.jpg);
	background-position: center 50%;
	background-color:#111111;*/
	color:#f1f1f1;
	overflow:hidden;
}
.header-content {z-index:3;}
.boss{position:absolute; right:5%;bottom:0px;z-index:2; }
.header-bg {
	position:absolute;width:100%;height:100%;top:0px;
	background-image: url(img/header-bg-1.jpg);
	background-position: center 50%;
	z-index:1;
	}

header .header-content .header-content-inner a.btn {margin-left:12px;margin-top:-10px;}

#findscroll {position:fixed;min-height:50px; text-align:center;bottom:0px;z-index:1040;}
#findscroll div.pc_view {}
#findscroll div.pc_view a {}
#findscroll div.mobile_view {}
#findscroll div.mobile_view a {}

.boss{width:700px;height:auto;}

@media (max-width:1480px){	
header .header-content .header-content-inner .title img { width:750px;height:auto;}
.boss{width:600px;height:auto;right:-5%;}
}

@media (max-width:1280px){	
header .header-content .header-content-inner .title img { width:650px;height:auto;}
.boss{width:600px;height:auto;right:-15%;}
}

@media (max-width:992px){	
header .header-content .header-content-inner .title img { width:650px;height:auto;}
.boss{width:500px;height:auto;right:-15%;}
}
@media (max-width:769px){	
header .header-content {padding-top:150px;}
header .header-content .header-content-inner .title img { width:100%;height:auto;}
header {
	background-position: 68% 50%;
	}
.boss{width:380px;height:auto;right:-15%;}
}

.container {}

#quick {
	position:fixed;
	width:200px;height:200px;
	bottom:40%;
	right:10px;
	z-index:1050;
	}

section#introduce{  /* background:url(img/pattern-saseon.gif);background:url(img/ingtroduce-bg.jpg) center 0% no-repeat; background-color:#000;*/}
section#prospect { background-color:#449c92}
section#goodpoint{ background:url(img/pattern.gif)}
section#revenue{ background:url(img/pattern-point.png)/*background-color:#F39;*/ }
section#process{ background-color:#F39 /**/ }
section#case{ background-color:#4E59A9  /*background:url(img/pattern.png);*/ }
section{ border-top:1px solid #151515}
#package { background:url(img/pattern.png)}

section#prospect p{ font-size:1.5em; letter-spacing:0px; text-align:justify; }
@media (max-width:768px){
	section#prospect p{ font-size:1.2em;}
}

.masonry {content: ""; display: block; clear:both;}

.roundbox {
	border:1px solid #e5e5e5;
	display:block;
	overflow:hidden;
	}
.roundbox-dashed {
	border:1px dashed #e9e9e9;
	overflow:hidden;
	}

.roundbox5 {
	border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;		
	}	

.roundbox10 {
	border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	-webkit-border-radius:10px;		
	}		
.roundbox20 {
	border-radius:20px;
	-moz-border-radius:20px;
	-ms-border-radius:20px;
	-o-border-radius:20px;
	-webkit-border-radius:20px;		
	}		
.roundbox30 {
	border-radius:30px;
	-moz-border-radius:30px;
	-ms-border-radius:30px;
	-o-border-radius:30px;
	-webkit-border-radius:30px;		
	}	
.roundbox40 {
	border-radius:40px;
	-moz-border-radius:40px;
	-ms-border-radius:40px;
	-o-border-radius:40px;
	-webkit-border-radius:40px;	
	}	
.glyphicon {top:3px;}
.box {padding-bottom:20px;}
.box-inner {
	padding-left:20px; padding-right: 20px;
	}

@media (max-width:768px){	
	.box-inner {
		padding:0px;
		}
}	



.box-inner-img img{width:100%;height:auto;}

.box-inner ul {margin:0;padding: 0px;}
.box-inner li { display:block;margin:0px;padding:8px 0; font-size:1.1em;}
.box-inner li { text-align: justify; }
.box-inner li { border-top:1px dashed #333;}


section#goodpoint .box-inner {border:0px dashed #000;}
section#goodpoint li {color:#999;}	
/*box-inner 높이구하기*/
section#goodpoint .box-inner {min-height:400px;	overflow:hidden;}
section#process .box-inner {min-height:440px;	overflow:hidden;}

@media (max-width:1201px){	
#quick {width:180px;height:180px;}
section#goodpoint .box-inner {min-height:360px;	overflow:hidden;}
section#process .box-inner {min-height:425px;	overflow:hidden;}
}

@media (max-width:993px){	
#quick {width:130px;height:130px;}
section#goodpoint .box-inner {min-height:auto;}
section#process .box-inner {min-height:425px;	overflow:hidden;}
}

@media (max-width:769px){
#quick {display:none;}	
section#process .box-inner {min-height:auto;}
}



.icon-round {margin:0 auto;width:100px;height:100px;overflow:hidden;}
.textbox {margin-left:20px;margin-right:20px;letter-spacing:-1px;}
.textbox p{font-size:1.2em;}


.mainbtn {
	width:250px;
	-webkit-transition: width 0.5s; /* Safari */
	-moz-transition: width 0.5s;
	-0-transition: width 0.5s;
    transition: width 0.5s;
	border-radius:50px;
	-moz-border-radius:50px;
	-ms-border-radius:50px;
	-o-border-radius:50px;
	-webkit-border-radius:50px;
	}
.mainbtn:hover {
	width:300px;
	}
	
.vplus {float:right;width:30px; text-align:center;}
.item-list{display:none;}
.item-list{margin-left:0px;margin-right:0px;}

caption {
	height:0px;
	position:absolute;
    text-indent: -9999px;
}
table th {
    font-size: 1em;
    text-align: center;
    color: #333;
    padding: 12px 10px;
	/*background-color:#FEE9F7;*/
	background-color:#f1f1f1;
    border-left: 1px #d8d8d8 dashed;
}
table thead th {
}

table tbody tr td {
    font-size: 1em;
    padding: 15px 5px 14px;
    border-top: 1px #d8d8d8 solid;
    border-left: 1px #d8d8d8 dashed;
    line-height: 1.5;
    text-align: center;
}
table tbody tr.total {background:#FFC;}
.fee_choice table tbody tr th{border-left-width: 0px;}
.fee_choice table tbody tr td{border-top-width:0px;padding: 12px 5px 11px;}

.left {padding-left:15px;padding-right:15px;}
.botLine {border-bottom: 1px #d8d8d8 solid;}

table tbody td:first-child, .container-fluid thead th:first-child {
    border-left: 0px;
}
.optItemWrap {
	border-top: 1px #d8d8d8 solid;
    background: #fff;
    text-align: left;
}
.optItemWrap {
    line-height: 20px;
}
.optItemWrap .starList {
    margin:0; padding:10px;
}
ul li{ list-style:none;}

.goods_round {
	width: 100%;
	padding:10px;
	margin-bottom:20px;
	overflow: hidden;
	border:1px solid #ddd;
	border-radius:12px;
}
.goods_img > img {width:100%;height:auto;}
.goods_txt > h3 {margin-top:15px;font-weight:900;}
.goods_txt > h4 {margin-top:12px;font-weight:300;}
.goods_txt > h4:first-child {margin-top:15px;}


.desktop_view {display:block;}
.mobile_view {display:none;}

@media only screen and (min-width:992px){	
.pc_view {display:block;}
.mobile_view {display:none;}
}	


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

	.pc_view {display:none;}
	.mobile_view {display:block;}

	img {width:100%;}


	.item-list{margin-left:-8px;margin-right:-8px;}

	.icon-round {position:absolute;margin:10px;width:100px;height:100px;}
	.textbox {
		margin:20px 20px 10px 120px;
		text-align:left;letter-spacing:-1px;
	}

	.icon-round img {width:300px;height:auto;}
	.tiny-icon-round {
		position: absolute;
		margin: 0;
		width: 80px;
		height: 80px;
		overflow: hidden;
	}
	.tiny-icon-round img {
		width: 80px;
		height: auto;
	}
	.fee_choice h4 { font-size:15px;}
	.roundbox20 {
		border-radius:10px;
		-moz-border-radius:10px;
		-ms-border-radius:10px;
		-o-border-radius:10px;
		-webkit-border-radius:10px;		
		}	
	.roundbox40 {
		border-radius:10px;
		-moz-border-radius:10px;
		-ms-border-radius:10px;
		-o-border-radius:10px;
		-webkit-border-radius:10px;	
		}	
}

footer {
  background-color: #111;
  color: #888;
  padding: 32px;
}
footer a {
  color: #f5f5f5;
}
footer a:hover {
  color: #777;
  text-decoration: none;
}