/* ==========================================================================
   Style Guide CSS
   ========================================================================== */

#contents {
    text-align: justify;
}

#contents .h3 {
    position: relative;
    padding: 10px 0 0 0;
    font-size: 19px;
    letter-spacing: -1px;
    color: #2f3336;
}

#contents .h3:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 30px;
    height: 2px;
    background: #2060aa;
}

#contents .h4 {
    padding: 0 0 0 20px;
    background: url("../../images/bullet2.png") no-repeat 0px 6px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -1px;
    color: #2f3336;
}

#contents .h5 {
    font-size: 14px;
    padding: 0 0 0 20px;
    background: url("../../images/bullet1.png") no-repeat 0px 5px;
}

/*간격*/

.space10 {
    margin-bottom: 10px;
}

.space15 {
    margin-bottom: 15px;
}

.space20 {
    margin-bottom: 20px;
}

.space25 {
    margin-bottom: 25px;
}

.space30 {
    margin-bottom: 30px;
}

.space35 {
    margin-bottom: 35px;
}

.space40 {
    margin-bottom: 40px;
}

.space45 {
    margin-bottom: 45px;
}

.space50 {
    margin-bottom: 50px;
}

.space55 {
    margin-bottom: 55px;
}

.space60 {
    margin-bottom: 60px;
}

.space65 {
    margin-bottom: 65px;
}

.space70 {
    margin-bottom: 70px;
}

/*포인트 컬리*/

.p-color1 {
    color: #679b49;
}

.p-color2 {
    color: #516dad;
}

.p-color3 {
    color: #b16f28;
}

/*목차*/

.list-type1 li {
    padding: 0 0 10px 45px;
    background: url("../../images/bullet-list1.png") no-repeat 20px 5px;
}

.list-type2 li {
    padding: 0 0 10px 45px;
    background: url("../../images/bullet-list2.png") no-repeat 25px 9px;
}

.list-type3 li {
    padding: 0 0 10px 15px;
    background: url("../../images/bullet-list2.png") no-repeat 2px 9px;
}

/*테이블*/

#contents .table-type1 {
    position: relative;
    border: 0 !important;
}

#contents .table-type1:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 2px;
    background: #565c6b;
}

#contents .table-type1 thead th {
    padding: 15px;
    background: #f3f3f3;
    border-right: 1px solid #dddee0 !important;
    border-bottom: 1px solid #dddee0 !important;
}

#contents .table-type1.row_pad thead th {
    padding: 5px;
}

#contents .table-type1 thead th:last-child {
    border-right: 0px !important;
}

#contents .table-type1 tbody th {
    padding: 15px;
    background: #fbfbfb;
    border-right: 1px solid #dddee0 !important;
    border-bottom: 1px solid #dddee0 !important;
}

#contents .table-type1 tbody td {
    padding: 15px;
    background: #fff;
    border-right: 1px solid #dddee0 !important;
    border-bottom: 1px solid #dddee0 !important;
}

#contents .table-type1.row_pad tbody td {
    padding: 5px;
}

#contents .table-type1 tbody td:last-child {
    border-left: 0px !important;
}

#contents .table-type1 .align-l {
    text-align: left;
}

/*알림*/

.notice1 {
    display: block;
    padding: 15px 0 15px 45px;
    background: url("../../images/icon-notice1.png") no-repeat 0px center;
}

.notice2 {
    display: block;
    padding: 15px 0 15px 35px;
    background: url("../../images/icon-notice2.png") no-repeat 0px center;
}

/*박스*/

.box-type1 {
    padding: 20px 25px;
    border: 1px solid #e1e1e1;
    background: #f8f8f8;
}

/*버튼*/

.button-type1 {
    display: inline-block !important;
    padding: 10px 30px 10px 15px;
    background: url("../../images/btn_link.png") no-repeat right center;
    border: 1px solid #e1e1e1;
    transition: all 0.25s cubic-bezier(0.7, 0, 0.3, 1);
}

.button-type1:hover {
    background: #2060aa url("../../images/btn_link2.png") no-repeat right center;
    border-color: #21548e;
    color: #fff !important;
    transition: all 0.25s cubic-bezier(0.7, 0, 0.3, 1);
}

.button-type2 {
    display: inline-block !important;
    padding: 10px 30px 10px 15px;
    background: #a28948 url("../../images/btn_link2.png") no-repeat right center;
    border: 1px solid #786431;
    color: #fff !important;
    transition: all 0.25s cubic-bezier(0.7, 0, 0.3, 1);
}

.button-type2:hover {
    background: #c7a448 url("../../images/btn_link2.png") no-repeat right center;
    border: 1px solid #a28948;
    transition: all 0.25s cubic-bezier(0.7, 0, 0.3, 1);
}

.button-type3 {
    display: inline-block !important;
    padding: 10px 38px 10px 15px;
    background: url("../../images/btn_down.png") no-repeat right center;
    border: 1px solid #e1e1e1;
    transition: all 0.25s cubic-bezier(0.7, 0, 0.3, 1);
}

.button-type3:hover {
    border: 1px solid #2060aa;
    transition: all 0.25s cubic-bezier(0.7, 0, 0.3, 1);
}

@media all and (max-width:640px) {
    /* ==========================================================================
       Style Guide CSS
       ========================================================================== */
    #contents h3 {
        font-size: 24px;
    }
    #contents .table-scroll {
        overflow-x: scroll;
        width: 100%;
    }
    #contents .table-icon {
        position: relative;
    }
    #contents .table-icon:after {
        content: '';
        position: absolute;
        right: 0px;
        top: -55px;
        width: 25px;
        height: 45px;
        background: url("../../images/icon-scroll-table.png") no-repeat center top;
    }
    #contents .table-type1 {
        width: 1000px;
    }
    .list-type1 li {
        padding-left: 20px;
        background-position: 0 5px;
    }
    .list-type2 li {
        padding-left: 20px;
        background-position: 0 9px;
    }
    .list-type3 li {
        padding-left: 15px;
        background-position: 0 9px;
    }
}

#menu4694_obj433,
#menu4694_obj438,
#menu4699_obj1562,
#menu4699_obj1567{cursor: pointer;}

#menu4694_obj1438,
#menu4694_obj437,
#menu4699_obj1564,
#menu4699_obj1568{display:none;}


.t-ul li{
	width:25%;
	float:left;
	margin-top:0 !important;
	margin-right:10%;
	position:relative;
}
.t-ul li:first-child{
	width:30%;
}
.t-ul li:last-child{
	margin-right:0;
}
.t-ul li:after{
	content:'+';
	position:absolute;
	top:60px;
	right:-60px;
	font-size:30px;
	color:#333;
}
.t-ul dt{
	padding:14px;
	background: #f3f3f3;
    border-bottom: 1px solid #dddee0 !important;
	border-top:2px solid #333;
	box-sizing:border-box;
	text-align:center;
	font-weight:bold;
}
.t-ul dd{
	padding:23px 14px;
	text-align:center;
	box-sizing:border-box;
	min-height:114px;
	border-bottom:1px solid #dddee0;
}
@media all and (max-width:640px) {
		.t-ul li{
		width:100%;
		float:none;
		margin-right:0;
		margin-bottom:50px;
	}
		.t-ul li:first-child{
		width:100%;
	}
		.t-ul li:after{
		top:125px;
		right:50%;
	}
		.t-ul li:nth-child(2):after{
			top:140px;
		}
		#contents .table-type1{
			width:100%;
	}
		.t-ul dd{
			min-height:auto;
		}

}