@CHARSET "UTF-8";

h1, h2, h3, h4, h5, h6 { padding:0; margin:0;}

h3 {
	margin: 30px 0 30px 0;
	font-size: 27px;
	color: #333333;
	font-weight: 500;
	letter-spacing: -0.05em;
}

h3 .blue {
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    color: blue;
}

.W500 {
	font-weight: 500;
}

.contents_sub {
	margin-top: 50px;
	position: relative;	
    text-align: center;
    margin: 0 auto;
    width: 1200px;
    padding-top: 60px;
}

.contents_sub .title-area {
	text-align: left;
	margin-bottom: 25px;
}

.sub_content-02 {
	margin: 0px auto 300px auto;
	width: 1200px;
	border-top: 1px solid #d9d9d9;
	padding-top: 0px; 
	text-align: left;
	line-height: 33px;
	font-size: 13px;
}

.sub_content-02 li {
	font-size: 13px;
}

.sub_content-02 h2 {
	margin: 60px 0 30px 0;
	font-size: 25px;
	color: #333333;
}

.sub_content-02 h2 span {
	font-size: 25px;	
	color: #58b3ad;
	font-weight:700;
}

.sub_content-02 h2.strong {
	margin: 60px 0 30px 0;
	font-size: 22px;
	color: #333333;
	font-weight: bold;
}

.sub_content-02 .image-subject {
	background: url(../../images/bul2.gif) no-repeat left center;
	padding-left: 20px;
	font-weight: 500;
	font-size: 19px;
	color: #333;
	height: 40px;
	margin-bottom: 15px;
	position: relative;
	margin-top: 30px;
}

.sub_content-02 img {
	margin-top: 15px;
}

.sub_content-02 .captions {
	color: #0082c8 !important;
	display: block;
	width: 100%;
}


.tit_txt{
	font-size: 16px;
	color: #898989;
	width: 1200px;
	padding-top:20px;
	margin-bottom: 60px;	
    padding-left: 20px;
    padding-right: 20px;
    line-height: 2.1;
}

.tit_txt-left{
	font-size: 16px;
	color: #898989;
	width: 1200px;
	padding-top:20px;
	margin-bottom: 60px;	
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    line-height: 2;
}


/* 공통 테이블 스타일 */

.basic,
.basic-table-middle {
    border-collapse: collapse;
    table-layout: fixed;
    text-align: center;
}

/* 기본 테이블 */
.basic {
    width: 100%;
}

/* 중간 크기 테이블 */
.basic-table-middle {
    width: 850px;
    margin: 10px 0 15px 15px;
}

/* 공통 border */
.basic th,
.basic td,
.basic-table-middle th,
.basic-table-middle td {
    border: 1px solid #dddddd;
}

/* 공통 th */
.basic th,
.basic-table-middle th {
    padding: 8px 6px;
    text-align: center;
    font-weight: 600;
    line-height: 1.4;
}

/* 공통 td */
.basic td,
.basic-table-middle td {
    padding: 8px 6px;
    text-align: center;
    line-height: 1.4;
    color: #666666;
    font-weight: 400;
}


/* basic - 위탁업체 테이블 */

.basic th {
    font-size: 16px;
    color: #ffffff;
    background: #51b0ba;
}

.basic th.grey {
    background: #b2b2b2;
}

.basic th.dgrey {
    background: #858585;
}

.basic td {
    font-size: 15px;
    color: #777777;
}

.basic td.L30 {
    text-align: left;
    padding-left: 30px;
}

.basic td.leftp10 {
    padding-left: 15px;
    text-align: left;
}

.basic td.W500 {
    color: #333333;
    font-weight: 500;
}


/* basic-table-middle - 전화번호 /이메일 테이블  */
.basic-table-middle th {
    background: #f5f5f5;
    color: #333333;
    font-size: 15px;
}

.basic-table-middle td {
    font-size: 15px;
    color: #666666;
}

.basic-table-middle td.leftp10 {
    padding-left: 15px;
    text-align: left;
}

.policy-text {
    font-size: 16px;
    color: #666666;
    line-height: 1.8;
    margin: 0 0 10px 0;
    font-weight: 400;
}
.policy-plain-list {
    margin: 0 0 24px 0;
    padding: 0;
    list-style: none;
}

.policy-plain-list > li {
    margin: 0 0 8px 0;
    font-size: 14px;
    color: #333333;
    line-height: 1.9;
    font-weight: 400;
    word-break: keep-all;
    text-indent: 0px; 
}

.policy-plain-list > li.strong {
    font-weight: 700;
}

.policy-plain-list > li.middle-text {
    text-align: center;
    text-indent: 0;
    padding-left: 0;
    font-weight: 700;
}

.policy-dot-text {
    position: relative;
    font-size: 16px;
    /* color: #666666; */
    line-height: 1.8;
    margin: 0 0 10px 0;
    padding-left: 14px;
    font-weight: 400;
}

.policy-dot-text::before {
    content: "·";
    position: absolute;
    left: 0;
    top: 0;
    /* color: #333333; */
    font-weight: 600;
}

.policy-content {
    font-family: 'Nanum Gothic', '나눔고딕', 'NanumGothicWeb',
                 '맑은 고딕', 'Malgun Gothic', Dotum, Arial, sans-serif;
    font-size: 14px;
    color: #333333;
    line-height: 1.9;
    word-break: keep-all;
    margin: 10px 0px 10px 0px;
}
.policy-content li.strong {
    font-weight: 700;
}

.policy-head-content {
	font-size: 16px;
	color: #333333;
	width: 1200px;
	padding-top:20px;
	margin-bottom: 60px;	
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    line-height: 1.9;
}

.policy-article-title {
    margin: 35px 0 16px 0 !important;
    font-size: 18px !important;
    color: #222222 !important;
    font-weight: 700 !important;
    line-height: 1.6;
    letter-spacing: -0.03em;
}

.policy-article-title > li.strong {
	font-weight: 700;
}

.policy-section-title {
    margin: 0 0 10px 0 !important;
    font-size: 15px !important;
    color: #222222 !important;
    font-weight: 700 !important;
    line-height: 1.6;
}

/* 일반 본문 */
.policy-text {
    margin: 0 0 12px 0;
    font-size: 14px;
    color: #333333;
    line-height: 1.9;
    font-weight: 400;
}

/* · 붙는 본문 */
.policy-dot-text {
    position: relative;
    margin: 8px 0 12px 0;
    padding-left: 14px;
    font-size: 14px;
    color: #333333;
    line-height: 1.9;
    font-weight: 400;
}

.policy-dot-text::before {
    content: "·";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 700;
    color: #333333;
}

/* 가운데 안내문 */
.policy-center-text {
    margin: 12px 0;
    text-align: center;
    font-size: 14px;
    color: #222222;
    line-height: 1.8;
}

.policy-dot-list {
    margin: 0 0 24px 0;
    padding: 0;
    list-style: none; /* 기본 li 점 제거 */
}

.policy-dot-list > li {
    position: relative;
    margin: 0 0 4px 0;
    padding-left: 14px;
    font-size: 14px;
    color: #333333;
    line-height: 1.7;
    font-weight: 400;
}

.policy-dot-list > li::before {
    content: "·";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 700;
    color: #333333;
}

.policy-dot-list > li.strong {
    font-weight: 700;
}

.policy-dot-list > li.list-title {
    padding-left: 0;
    font-weight: 700;
    color: #222222;
}

.policy-dot-list > li.list-title::before {
    content: none !important;
    display: none !important;
}

.policy-note {
    position: relative;
    margin: 12px 0 30px 0;
    padding-left: 18px;
    font-size: 14px;
    color: #555555;
    line-height: 1.8;
    word-break: keep-all;
}

.policy-note::before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
    color: #333333;
    font-weight: 600;
}

.privacy-file-basic th,
.privacy-file-basic td {
    white-space: normal;
    word-break: normal;
    overflow-wrap: anywhere;
}

.privacy-file-basic {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    margin: 15px 0 12px 0;
}

.privacy-file-basic th {
    font-size: 13px;
    padding: 7px 5px;
    line-height: 1.35;
    word-break: keep-all;
}

.privacy-file-basic td {
    font-size: 13px;
    padding: 7px 5px;
    line-height: 1.45;
    color: #666666;
    vertical-align: middle;
    /* word-break: keep-all; */
}

.privacy-file-basic td.blue {
    font-size: 13px;
    padding: 7px 5px;
    line-height: 1.45;
    color: blue;
    vertical-align: middle;
    word-break: keep-all;
}

.privacy-file-basic td.legal-basis {
	text-align: center;
    vertical-align: middle;
    padding: 7px 5px;
    line-height: 1.55;
    white-space: normal;
    word-break: break-all;
    overflow-wrap: anywhere;
}

.privacy-file-basic td.left {
    text-align: left;
    padding-left: 8px;
}

.privacy-file-basic td.long-text {
    text-align: left;
    padding-left: 8px;
    line-height: 1.55;
}

.privacy-file-basic td.long-text {
    text-align: left;
    padding-left: 8px;
    line-height: 1.55;
}

.policy-note {
    position: relative;
    margin: 12px 0 30px 0;
    padding-left: 18px;
    font-size: 13px;
    color: #555555;
    line-height: 1.8;
    word-break: keep-all;
}

.policy-note::before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
    color: #333333;
    font-weight: 600;
}

.policy-box-title {
    margin: 22px 0 8px 0;
    padding: 0;
    font-size: 15px;
    color: #222222;
    font-weight: 700;
    line-height: 1.7;
    text-align: left;
    letter-spacing: -0.02em;
}

.policy-box-title::before {
    content: "□ ";
    font-weight: 700;
    color: #222222;
}

.policy-section-last {
    margin-bottom: 0;
    padding-bottom: 100px;
}

.policy-content a,
.policy-content a:link,
.policy-content a:visited,
.policy-content a:hover,
.policy-content a:focus,
.policy-content a:active,
.policy-note a,
.policy-note a:link,
.policy-note a:visited,
.policy-note a:hover,
.policy-note a:focus,
.policy-note a:active {
    color: inherit;
    text-decoration: none;
    font-size: inherit;
    font-weight: inherit;
}