@charset "utf-8";
/****************************************/
/*	Name: Geniezip
/*	PART: LAYOUT STYLE
/*	Version: 1.0
/*	Design: jieun.park
/*	Author: 
/****************************************/


/*** 이용약관 작성 ***/
#agreement h3{width:100%; margin-bottom:25px;}

/*앵커*/
/* #anchor_btn ul{float:left; width:279px; } */
#anchor_btn ul li{width:100%; background:url(/images/customer/agreement_bullet.gif) no-repeat; text-indent:14px;  padding-bottom:8px;}
#anchor_btn ul li a{color:#666666; text-decoration:none;}
#anchor_btn ul li a:hover{color:#ff8901;}


/*서비스 약관 컨텐츠*/
.agreement_con dl dt{font-weight:bold; padding-bottom:10px; color:#fd8900; font-size:14px;}

.agreement_con .sub_list{padding-left:15px; }
.agreement_con .sub_list li{width:100%; padding-bottom:5px;}
.agreement_con .ex_list{padding-top:20px; padding-left:15px; color:#f9959a;}
.agreement_con .ex_list li{width:100%; padding-bottom:5px;}

/* 2015_04_03 수정 시작 */

.agreement_con table{width:900px; height:70px; border:1px solid #ecebeb; text-align:center; margin:20px auto;}
.agreement_con table th{background:#ecebeb; }
.agreement_con table td{border-right:1px solid #ecebeb;}


/* 2017_03_02 수정 시작 */
#agreement{width:800px; height:auto; margin:0 auto; overflow:hidden; }
#agreement h3{height: inherit; line-height: inherit; padding: inherit; font-size: inherit; background: none;}
#agreement h3 img{width: auto !important;}

#agreement_list{width:800px; height:100%; }
#agreement_list #anchor_btn{width:710px; height:100%; overflow:hidden; padding:30px; border:1px solid #d8d6d7; display:flex;}
#agreement_list .agreement_con{width:800px; height:100%; padding-top:30px; font-size:12px; }
.agreement_con dl{width:800px; height:100%; padding-bottom:30px;}

.agreement_con dl dd{width:780px; height:100%; overflow:hidden; padding-bottom:8px; text-align:justify; color:#666666; padding-left:10px; font-size:12px;}

#agreement .sub_title{width:780px; margin-bottom:10px; color:#6c6c6c;}
/* 2017_03_02 수정 끝 */
