@charset "utf-8";

/* Noto Sans KR (korean) http://www.google.com/fonts/earlyaccess */
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 300;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');
}


html { overflow-y:scroll;overflow-x:hidden; }
ul, li {margin:0;padding:0;list-style:none}
a { color:#444; text-decoration:none}
a:hover, a:focus, a:active {color:#444;text-decoration:underline}

* { margin:0; padding:0;	}

/*  전체 영역  */
#wrap { display:block; width:100%; font-family:'Noto Sans Kr'; top:0; background-image:url('/images/policy/tm_bg.png');background-position: top; background-repeat:repeat-x; }

/* TM */
#header { display:block; position:relative; width:960px; height:80px; margin:0 auto; margin-top:0px; }
.tm_tit {  width:100%;  text-align:center; padding-top:16px; color:#fff; font-family:'Noto Sans Kr';  font-size:25px; font-weight:400;}

@media only screen and (max-width:960px){
    #wrap { height:60px; }
    #header { width:100%; height:60px; text-align:center; }
    .tm_tit { padding-top:15px;  font-size:22px; }
}


/* 내용 */
#container { position:relative; width:960px; margin:0 auto;padding:0; margin-top:60px;}
.section_wrap { margin-top:30px; text-align:left;  font-family:'Noto Sans Kr';  font-size:16px;  line-height:27px; }
.section_container { margin-top:50px; text-align:left;  font-family:'Noto Sans Kr';  font-size:16px; font-weight:400; line-height:27px; }
.section_container table { width:100%; border-collapse:collapse;border-spacing:0; margin-top:10px; }
.section_container table td { border:1px #ccc solid; padding:6px 10px;  font-size:15px; }
.section_container table td.td_1 { width:20%; text-align:center; background:#eee; font-size:15px;}
.section_container table td.td_2 { width:12%; text-align:center; background:#eee; font-size:15px;}
.section_container table td.td_3 { width:26%; text-align:center; background:#eee; font-size:15px;}
.section_container table td.td_4 { width:42%; text-align:center; background:#eee; font-size:15px;}
.section_container table td.td_4_content { text-align:center; font-size:18px;}

/*선택 table css*/
.section_container .table-choice td.td_1 { width:40%; text-align:center; background:#eee; font-size:15px;}
.section_container .table-choice td.td_2 { width:13%; text-align:center; background:#eee; font-size:15px;}
.section_container .table-choice td.td_3 { width:32%; text-align:center; background:#eee; font-size:15px;}
.section_container .table-choice td.td_4 { width:25%; text-align:center; font-size:15px;}

@media only screen and (max-width:960px){
    #container { width:94%; margin-top:60px;}
    .section_wrap { text-align:left;  font-size:14px;  line-height:20px; }
    .section_container { margin-top:50px; text-align:left; font-size:14px; line-height:20px; }
    .section_container table { width:100%; border-collapse:collapse;border-spacing:0; margin-top:10px; }
    .section_container table td { border:1px #ccc solid; padding:6px 10px;  font-size:14px; }
    .section_container table td.td_1 { width:23%; text-align:center; background:#eee; font-size:14px;}
    .section_container table td.td_2 { width:17%; text-align:center; background:#eee; font-size:14px;}
    .section_container table td.td_3 { width:23%; text-align:center; background:#eee; font-size:14px;}
    .section_container table td.td_4 { width:37%; text-align:center; background:#eee; font-size:14px;}
    .section_container table td.td_4_content { text-align:center; font-size:17px;}

    /*선택 table css*/
    .section_container .table-choice td.td_1 { width:29%; text-align:center; background:#eee; font-size:13px;}
    .section_container .table-choice td.td_2 { width:18%; text-align:center; background:#eee; font-size:13px;}
    .section_container .table-choice td.td_3 { width:21%; text-align:center; background:#eee; font-size:13px;}
    .section_container .table-choice td.td_4  { width:31%; text-align:center; background:#eee; font-size:13px;}
}


/* FOOTER */
.footer { display:inline-block;  position:relative; width:100%; margin-top:60px; text-align:right; border-top:1px #ddd solid; background:#fbfbfb; }
.foot_copy { width:960px; margin:0 auto; text-align:right; padding:40px 0; right:0; color:#444; }
.foot_copy .mobile { display:none; }

.top { position:fixed; width:50px; text-align:center; line-height:10px; top:50%; margin-left:980px; font-size:12px; }


@media only screen and (max-width:960px){
    .footer { width:100%; margin-top:40px; text-align:center;  }
    .foot_copy { width:96%; margin:0 auto; text-align:center; font-size:13px;}
    .foot_copy .mobile { display:block; }
    .foot_copy span { display:none; }

    .top { display:none; }
}
