@charset "utf-8";

.main-guide {
	padding:2rem 2rem 1rem;
	margin:2rem 0;
	border:1px solid #cdd1d3;
}
.guide-list {
    padding-bottom:.5rem;
	border-bottom:1px solid #dadada;
}
.guide-list > dl {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	font-size: 1.5rem;
	line-height: 1.4;
}
.guide-list > dl > dt {
	margin-bottom:.3rem;
    font-weight: 700;
    color: #001e50;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
.guide-list > dl > dd {
	width:100%;
	margin-bottom:1rem;
    padding-left: 1.2rem;
}
.guide-list > dl > dt:before {
	display: inline-block;
	content:'';
	width:4px;
	height:4px;
	background-color: #0079c5;
	border-radius: 4px;
	margin-top: 4px;
	margin-right:0.7rem;
	flex-shrink: 0;
}
.guide-list > dl > dd > span {
	display:block;
	font-size:1.3rem;
	color:#666;
}
.guide-list > dl > dd > ul > li {
    display: flex;
    align-items: flex-start;
    margin-bottom:.5rem;
}
.guide-list > dl > dd > ul > li > span {
    margin-right:.5rem;
}

.guide-note {
	font-size: 1.4rem;
	line-height: 1.4;
    color:#666;
    margin-top:2rem;
}
.guide-note > p {
    color:#0079c5;
    margin-bottom:1rem;
}
.guide-note > ul > li {
    display: flex;
    align-items: flex-start;
    margin-bottom:1rem;
}
.guide-note > ul > li > p,
.guide-note > ul > li > span {
    margin-right:.5rem;
}

/* 약관목록 */
.rules-list {
    margin:2rem 0;
}
.rules-list > li,
.rules-list > h3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.5rem;
    margin-bottom:1rem;

}
.rules-list > h3 .ui-accordion-header-icon {
    display:none;
}
.rules-list .more {
    width:2rem;
    height:2rem;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2;
}
.rules-list .more:before {
    display: inline-block;
    content:'>';
}
.rules-list .more > span {
    display: none;
}
.rules-list .ui-state-active .more {
    transform: rotate(90deg);
}
.rules-list .rule-con {
    border:1px solid #eee;
    margin: 10px 0 20px;
    padding: 10px;
    overflow-y: scroll;
    height: 278px;
    padding: 10px;
    -ms-word-break: break-all;
    word-break: break-all;
}

/* 약관 아코디언 */
.rules-acc {
    margin-top:2rem;
}
.rules-acc h3 {
    padding:.5rem 0;
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 400;
}
.rules-acc h3 > .checkbox-wrap > input[type=checkbox] {
    display: inline-block;
    background: transparent;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 0;
    left: 0;
}
.rules-acc h3 > p {
    flex: 1;
}
.rules-acc h3 > span.more {
    display: inline-block;
    width: 20px;
    height:20px;
    text-indent: -999px;
    overflow: hidden;
    background: url(/images/ssgm/common/btn_arrow_open_16_16.png) center no-repeat;
}
.rules-acc-con {
    margin-top:1rem;
    margin-bottom:2rem;
    border:1px solid #ddd;
    padding:1rem;
    font-size: 1.3rem;
    line-height: 1.4;
}

/* 약관 박스 */
.term_h_tit {float:none;margin:20px 0 12px 0;font-size:12px;line-height: 16px;font-weight:bold;color:#333;}
.term_h_tit:first-child {margin-top:0px;}
.term_tit {margin:15px 0 8px 0;font-weight:bold;color:#666666;}
.term-doc p{margin-top:3px;padding-left:0px;text-indent:0px;}
.term_tit + P{margin-top:0;}
.agreeDepth1 > li{padding-left:12px;text-indent:-12px;margin-top:5px;}
.agreeDepth1 > li > ol > li, .agreeDepth1 > li > ul > li{padding-left:13px;text-indent:-13px;}
.agreeDepth1 > li > ol, .agreeDepth1 > li > ul{margin-top:3px;}

.term_txt_type2 span {color:#0055A4;}
.term-doc.typeBg{color: #636363;}
.term-doc.typeBg * {font-family:"Dotum";font-size:12px;line-height:1.4;}
.tblTypeH{margin-top:10px;border:1px solid #e4e4e4;}
.tblTypeH table{width:100%;}
.tblTypeH table tr th{text-indent:0;text-align:center;font-weight:bold;padding:5px;background-color:#f9f9fa;border-left:1px solid #e4e4e4;}
.tblTypeH table tr th:first-child, .tblTypeH table tr td:first-child{border-left:0;}
.tblTypeH table tr td{text-indent:0;text-align:center;padding:5px;border-left:1px solid #e4e4e4;border-top:1px solid #e4e4e4;}

/* 탭 영역 */
.apTabArea{width: 100%; margin-bottom:20px;}
.apTabArea ul{overflow: hidden;font-size: 0;}
.apTabArea ul li{display: inline-block;width: 33.5%;height: 28px;}
.apTabArea ul li a{display: block;width: 100%;height: 28px;line-height: 28px;font-size: 13px;color: #989898;font-weight: bold;text-align: center;background: #e6e6e6;border: 1px solid #a9a9a9;border-left: 0;}
.apTabArea ul li.on a{position: relative;color: #fff;background: #555;z-index: 10;}
.apTabArea ul li:first-child{width: 33%;}
.apTabArea ul li:first-child a{border-left: 1px solid #a9a9a9;}

/* 숨김 */
.blind {
    position: absolute !important;
    left: -9999em;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    text-indent: -9999em;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}

.rules-note {
    margin-top:2rem;
    font-size: 1.5rem;
    line-height: 1.4;
}

.result-txt {
    margin-top:4rem;
    font-size: 1.6rem;
    line-height: 1.4;
    text-align: center;
}
.result-note {
    margin-top:2rem;
    font-size: 1.5rem;
    line-height: 1.4;
    color:red;
    text-align: center;
}