@charset "utf-8";

/* 내용관리 */
#ctt {
	
}

.ctt_admin {
	margin: 0 5px;
	text-align: right
}

#ctt header h1 {
	position: absolute;
	font-size: 0;
	line-height: 0;
	overflow: hidden
}

#ctt_con {
	padding: 10px 0;
	line-height: 1.5em;
	text-align: left;
}

.ctt_img {
	text-align: center
}

.agree_box {
	padding: 0px 40px;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	background: #f5f5f5;
	/*max-width: 1220px;*/
	width: 100%;
	overflow-y: auto;
	text-align: justify;
	line-height: 1.5em;
	color: #787878;
	font-size: 14px;
}
.agree_box:first-child {
	border-top: 1px solid #d9d9d9;
	padding-top: 40px;
}
.agree_box:last-child {
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 40px;
}
div.root_daum_roughmap {
    width: 100%;
    position: relative;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 14px;
    font-weight: 200 !important;
}
.grey-box {
    background-color: #f5f5f5;
    padding: 30px 25px;
    color: #999;
    font-size: 14px;
}
.item-list li{
	padding-left: 23px;
	position: relative;
}
.item-list li::before {
    list-style-type: none;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 0px;
    width: 20px;
    height: 20px;
    font-size: 17px;
    color: #999;
    font-weight: 900;
    text-align: center;
}

.item-list li::before{
	content: "\f05a";
}
.table-list::before {
    list-style-type: none;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 0px;
    width: 20px;
    height: 20px;
    font-weight: 900;
    text-align: center;
    color: #79b4be;
}

.table-list::before{
	content: "\f138";
}
.table-list{
    display: block;
    position: relative;
    padding-left: 23px;
    padding-bottom: 10px;
}
.table-list:last-child{
	padding-bottom: 0px;
}

.caption-text::before {
    list-style-type: none;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    color: #79b4be;
}

.caption-text::before{
	content: "\f152";
}
.caption-text{
    display: block;
    position: relative;
    padding-left: 23px;
    padding-bottom: 10px;
}

#ctt .tab{
	padding: 30px 0 50px;
}
#ctt .tab > ul{
    display: inline-block;
    width: 100%;
}
#ctt .text-field {
    line-height: normal;
    font-weight: 100;
    padding: 20px 0 50px;
    color: #454545;
}
#ctt .hills-title{
    background-color: #3badb0;
    padding: 25px 0;
    color: #fff;
    font-weight: 400;
}

#ctt .text-field span {
	display: block;
}
#ctt .right-text{
	text-align: right;
}
#ctt .text-field ul{
	display: inline-block;
	width: 100%;
}
#ctt .text-field ul li{
	width: 50%;
	float: left;
	text-align: left;
	min-height: 100px;
}
#ctt .text-field b{
	color: #007b80;
	font-weight: 100;
}
#ctt .text-field strong{
	color: #007b80;
	font-weight: 100;
}
#ctt .text-field.cont-field2 strong{
	color: #4ea0ba;
	font-weight: 100;
}
#ctt .cont-field.text-field strong {
    color: #4ea0ba;
    font-weight: 300;
    border-left: 2px solid #4ea0ba;
    border-right: 2px solid #4ea0ba;
    padding: 0 25px;
    height: 31px;
    line-height: 27px;
    display: block;
}

#ctt .big-text{
	font-size: 42px;
}
#ctt .small-text{
	font-size: 27px;
}
#ctt .grey-text{
	color: #888;
}
#ctt .text-field ul li{
	padding-left: 10px;
}
#ctt .text-field ul.half-block li{
	padding: 0;
}
#ctt .text-field ul li .big-text{
	font-size: 32px;
	display: inline-block;
}
#ctt .text-field ul li .small-text {
    font-size: 19px;
    color: #454545;
}

#ctt .tab > ul > li {
    width: 50%;
    float: left;
    display: table;
    margin-left: -1px;
}
#ctt .tab > ul > li > a {
    position: relative;
    box-sizing: border-box;
    display: table-cell;
    width: 100%;
    height: 60px;
    text-align: center;
    vertical-align: middle;
    line-height: 1.2;
    font-size: 24px;
    color: #888;
    background: #fff;
    border: 1px solid #ccc;
}

#ctt .tab > ul > li > a.on {
    position: relative;
    z-index: 2;
    color: #fff;
    background: #47a0bc;
    border: 1px solid #47a0bc;
    font-weight: 500;
}
#ctt .tab > ul > li:nth-child(1) > a.on{
    background: #00aeef;
    border: 1px solid #00aeef;
}
#ctt .tab > ul > li:nth-child(2) > a.on{
	background: #d13b79;
    border: 1px solid #d13b79;
}
#ctt .only-pc{
	display: block;
}
#ctt .only-mobile{
	display: none;
}
div.root_daum_roughmap {
    width: 100%;
    position: relative;
    font-size: 14px;
}
div.root_daum_roughmap .wrap_map{
	height: 500px;
}

.catalogue-block,
.img-box,
.pdf-viewer-box{
	display: block;
	width: 100%;
	position: relative;
}
.img-box > img{
	width: 100%;
}
.img-box .text-box{
	width: 100%;
	position: absolute;
	top: 5%;
	color: #fff;
    text-align: center;
}
.img-box .text-box.vrRoomOpen{
	top: 45%;
}
.img-box .button-box.text-box {
    bottom: 10%;
    top: auto;
}

.img-box .text-box h1{
    font-size: 47px;
    line-height: 54px;
    font-weight: 300;
}
.img-box .text-box h1 b{
	font-weight: 400;
}
.img-box .text-box a {
    margin: 0 auto;
    background-color: #f6843c;
    color: #fff;
    font-size: 23px;
    text-align: center;
    padding: 20px 25px;
    display: block;
    width: 250px;
    cursor: pointer;
}
.img-box .text-box.vrRoomOpen a {
    margin: 0 auto;
    background-color: #f6843c;
    color: #fff;
    font-size: 33px;
    text-align: center;
    padding: 35px 0;
    display: block;
    width: 350px;
    cursor: pointer;
}

.img-box .text-box a:hover{
	background-color: #006594;
}
.pdf-viewer-box {
    margin: 25px 0;
    padding: 40px 25px;
    border-top: 1px solid #444444;
    border-bottom: 1px solid #444444;
    color: #222;
}

.pdf-viewer-box h1 {
    font-weight: 400;
    font-size: 19px;
}

.pdf-viewer-box h1 b,
.pdf-viewer-box a.pdf-download-bt b{
	 color: #b01d23;
	 font-weight: 400;
}
.pdf-viewer-box span{
    font-weight: 300;
    padding: 10px 0;
    display: block;
    font-size: 15px;
}
.pdf-viewer-box a.pdf-download-bt{
	float: right;
	padding: 10px 15px;
	border: 1px solid #cfcfcf;
	color: #222;
}
.pdf-viewer-box a.pdf-download-bt > img{
	max-width: 23px;
	max-height: 23px; 
	margin-right: 10px;
}
.pdf-viewer-box a.pdf-download-bt:hover,
.pdf-viewer-box a.pdf-download-bt:hover b{
	color: #fff;
}
.pdf-viewer-box a.pdf-download-bt:hover{
	background-color: #aaa;
	border: 1px solid #aaa;
}

div.block-title{
    display: inline-block;
    width: 100%;
    padding: 20px 0 10px;
    position: relative;
}

div.block-title h1{
    display: inline-block;
    font-size: 21px;
    color: #00868a;
}

div.block-title h1::before {
    list-style-type: none;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 0px;
    width: 20px;
    height: 19px;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    color: #00868a;
}

div.block-title h1::before{
	content: "\f45c";
}
div.block-title h1{
    display: block;
    position: relative;
    padding-left: 25px;
}
div.block-title2{
    display: inline-block;
    width: 100%;
    padding: 20px 0 10px;
    position: relative;
    color: #818085;
}
div.block-title2 h1 {
    font-size: 61px;
    line-height: normal;
    border-top: 2px solid #4ea0ba;
    text-align: center;
    padding: 10px 0;
    font-weight: 100;
    letter-spacing: -0.05em;
}

div.block-title2 h1 b{
	color: #4ea0ba;
	font-weight: 500;
	text-transform: uppercase;
}
.text-right{
    position: absolute;
    right: 3px;
    bottom: 3px;
}


@media ( max-width : 1280px) {
	#ctt_con img{
		width: 100%;
	}
	#ctt .text-field ul li{
		min-height: auto;
		padding-bottom: 15px;
	}
	#ctt .text-field ul.half-block li{
		width: 50%;
	}
	div.root_daum_roughmap .wrap_map{
	    height: 400px;
	}
	.img-box .text-box h1{
		font-size: 31px;
		line-height: normal;
	}
}
@media ( max-width : 1070px) {
	#ctt .text-field ul li{
		width: 100%;
		min-height: auto;
		padding-bottom: 15px;
	}
}
@media ( max-width : 640px) {
	.agree_box{
		padding: 0px 20px;
	}
	.agree_box:first-child {
		padding-top: 20px;
	}
	.agree_box:last-child {
		padding-bottom: 20px;
	}
	.grey-box {
	    padding: 10px;
	}
	#ctt .tab > ul > li > a {
	    height: 50px;
	    font-size: 21px;
	}
	#ctt .tab{
		padding: 30px 0;
	}
	#ctt .big-text,
	#ctt .text-field ul li .big-text{
		font-size: 25px;
	}
	#ctt .text-field.cont-field ul li .big-text{
		font-size: 21px;
	}
	#ctt .text-field.cont-field ul li .big-text strong{
	    border-left: 1px solid #4ea0ba;
	    border-right: 1px solid #4ea0ba;
	    padding: 0 15px;
	    height: 23px;
	    line-height: 21px;
	    display: block;
	}
	
	#ctt .small-text,
	#ctt .text-field ul li .small-text{
		font-size: 15px;
	}
	#ctt .hills-title{
	    padding: 15px 0;
	}
	div.block-title2 h1 {
    	font-size: 31px;
	}
	
	#ctt .text-field ul.half-block li{
		width: 100%;
		padding: 0;
	}
	#ctt .big-text b{
		font-weight: 300;
	}
	#ctt .only-pc{
		display: none;
	}
	#ctt .only-mobile{
		display: block;
	}
	div.root_daum_roughmap .wrap_map {
	    height: 250px;
	}
	.img-box .text-box h1{
		font-size: 21px;
	}
	.pdf-viewer-box{
		display: none;
	}
	.img-box .text-box a,
	.img-box .text-box.vrRoomOpen a {
	    font-size: 23px;
	    padding: 10px 15px;
	    width: 200px;
	}
}