@charset "utf-8";
.sub_banner{
    background: url(../images/bannerimg.png)no-repeat center;
    height: 618px;
    position: relative;
}
.banner_textbox{
    position: absolute; bottom: 125px;
    left: 50%; 
    transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
    text-align: center;
}
.banner_textbox .h3{
    font-size: 50px;
    color: #b48bff;
    font-weight: 600;
    text-align: center;
}
.banner_textbox .h3 span{
    font-weight: 200;
}
.banner_textbox .sub_txt{
    color: #fff;
    text-align: center;
    font-size: 24px;
    padding: 20px 0 50px;
}
.btn_certification{
    width: 353px;
    height: 83px;
    border-radius: 0.3em;
    border: 0;
    text-align: center;
    font-size: 26px;
    color: #222;
    font-weight: 400;
    background: #fff;
    padding-bottom: 4px;
    cursor: pointer;
    box-sizing: border-box;
}
.btn_certification:hover{
    border: 1px solid #d1b9ff;
    color: #6a2cdd;
}
.sub_cont{
    width:1080px;
    margin:auto;    
    padding: 86px 0;
	position:relative;
}
.sub_cont .list{
    border: 1px solid #bbb;
    padding: 58px 62px;
    margin-bottom: 60px
}
.list .row{
    margin-bottom:32px;
}
.list .numb{
    color: #fff;
    background: #5f3bc5;
    padding: 8px 12px 10px;
    border-radius: 0.2em;
    line-height: 1em;
    font-size: 20px;
    font-weight: 700;
    margin-right:12px;
}
.list .txt{
    font-size: 22px;
    padding-top: 6px;
}
.list .txt span{
    color: #5f3bc5;
    font-weight: 700;
}
.list_content{
    background: #ddd;
    height: 430px;
    width: 954px;
    border-radius: 0.4em;
    overflow: hidden;
}
.list_content img{
    width: 954px;
    height: 430px;
}
.btn_top>a{
    display: block;
    position: absolute; bottom: -58px; right: 0;
    width: 60px;
    text-align: center;
    background: #4f315a;
    z-index: 10;
    color: #fff;
    padding: 21px 0;
    border-radius: 0 0 0.2em 0.2em;
    font-weight: 200;
    cursor: pointer;
}


/*이용약관*/
.trems_wrap{
	background:#eee;
	padding-top:78px;
	font-weight:300;
}
.trems_area{
	width:1114px;
	margin:auto;
	padding:40px 80px;
	border: 1px solid #ddd;
	border-bottom:0;
	border-top:0;
	box-sizing: border-box;
	background:#fff;
}

.trems_area>h3{width: 100%;
    height: 37px;
    font-size: 22px;
    color: #444;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 20px;
	cursor:pointer;
}
.trems_area>h3 img{
	height:30px;
	vertical-align:-5px;
	margin-right:6px;
}
.trems_cont{
    border: 1px solid #ddd;
    padding: 40px 36px;
}
.trems_ct_tit{
    font-size: 26px;
    text-align: center;
    font-weight: normal;
    padding-bottom: 30px;
    border-bottom: 1px solid #e9e9e9;
}
.trems-contin{
	line-height:1.4em;
	font-size: 14px;
}
.trems-contin .top-text{
	font-size:24px;
	margin-top:40px;
}
.trems-contin .top-intro-text{
	padding-top:26px;
}
.trems-contin .p1{
	padding-top:16px;
	line-height:1.4em;
}
.trems-contin .index{
	padding:56px 0 16;
	line-height:1.6em;
	font-size: 14px;
    color: #333333;
	font-weight:500;
}
.trems-contin .index p{
	padding:40px 0 8px;
	font-weight:600;
	font-size:15px;
}
.trems-contin h5{
	margin:40px 0 0;
	font-weight:600;
	font-size:17px;
}
.trems-contin h6{
	margin:40px 0 10px;
	font-weight:600;
	font-size:15px;
	color:#ff4200;
}
.trems-contin .depth2-cont{
	padding-left:0;
	padding-top:8px;
	padding-bottom:8px;
	line-height:1.4em;
	font-size:13px;

}
.trems-contin .depth2-cont span{
	font-weight:600;
}





