@charset "utf-8";

/* Noto Sans KR (korean) http://www.google.com/static/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('/static/img/policy/tm_bg_.png');background-position: top; background-repeat:repeat-x;background-size: auto 80px; }

/* TM */
#header { display:block; position:relative; width:960px; height:80px; margin:0 auto; margin-top:0px; }
.tm_logo {  width:100%; padding-top:14px; }

@media only screen and (max-width:960px){
    #wrap { height:60px; }
    #header { width:100%; height:60px; text-align:center; }
    .tm_logo { padding-top:17px; }
    .tm_logo img { width:200px; }
}

/* 탭 */
#wrap_tab { display:block; position:relative; width:960px; margin:0 auto; top:50px; letter-spacing:-0.05em; }
#wrap_tab h2 { font-size:25px; font-weight:500; }
#wrap_tab .ed { position:absolute; margin-top:-35px; right:0; width:257px; height:34px; border:1px #ccc solid; }
#wrap_tab .ed select { width:253px; height:34px; font-size:16px; padding:0 6px; border:0; }
#container_tab { width:100%; text-align:center; margin:0 auto; padding:0px; }
ul.tabs { display:block; position:relative; z-index:2; margin:0 auto; margin-top:20px; text-align:left; list-style:none; width:100%; height:50px; font-family:'Noto Sans Kr'; }
.tabs li {float:left; text-align:center; cursor:pointer; width:24.8%; margin:0; padding:0; height:50px; line-height:50px; color:#222; font-size:18px; font-weight:300; border:1px #ddd solid; margin-right:-1px; overflow:hidden; }
.tabs li.active { color:#1EA0F2; border:1px #1EA0F2 solid; font-weight:500; position:relative; z-index:2;}
.tab_container { position:relative; z-index:1; width:100%; margin:0 auto;padding:0; margin-top:0px;}

@media only screen and (max-width:960px){
    #wrap_tab { width:96%; margin:0 auto; top:30px; }
    #wrap_tab h2 { font-size:22px;  text-align:center;}
    #wrap_tab .ed { display:block; position:relative; top:6px; margin:0 auto; width:227px; height:30px; border:1px #ccc solid; }
    #wrap_tab .ed select { width:223px; height:30px; font-size:14px; padding:0 4px; background:#fff; }
    #container_tab { width:100%; }
    ul.tabs { height:36px; }
    .tabs li { width:49.6%; height:36px; line-height:36px; font-size:15px; font-weight:400; margin-bottom:-1px;}
}


/* 내용 */
#container { position:relative; width:960px; margin:0 auto;padding:0; margin-top:90px;}
.section_wrap { margin-top:30px; padding:25px; text-align:left;  font-family:'Noto Sans Kr';  font-size:16px; font-weight:400; line-height:27px; border:1px #ddd solid;  }
.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:40%; text-align:center; background:#eee; font-size:15px;}
.section_container table td.td_2 { width:20%; text-align:center; background:#eee; font-size:15px;}
.section_container table td.td_3 { width:25%; text-align:center; background:#eee; font-size:15px;}
.section_container table td.td_5 { width:60%; text-align:center; background:#eee; font-size:15px;}

.section_container table td.td_6 { width:38%; text-align:center; background:#eee; font-size:15px;}
.section_container table td.td_7 { width:14%; text-align:center; background:#eee; font-size:15px;}
.section_container table td.td_8 { width:14%; text-align:center; background:#eee; font-size:15px;}
.section_container table td.td_9 { width:34%; text-align:center; background:#eee; font-size:15px;}
.section_container table .content_td_5 { font-size: 18px; font-weight:bold;}

@media only screen and (max-width:960px){
    #container { width:94%; margin-top:90px;}
    .section_wrap { padding:15px; 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:40%; text-align:center; background:#eee; font-size:14px;}
    .section_container table td.td_2 { width:20%; text-align:center; background:#eee; font-size:14px;}
    .section_container table td.td_3 { width:25%; text-align:center; background:#eee; font-size:14px;}
    .section_container table td.td_5 { width:60%; text-align:center; background:#eee; font-size:14px;}

    .section_container table td.td_6 { width:35%; text-align:center; background:#eee; font-size:14px;}
    .section_container table td.td_7 { width:15%; text-align:center; background:#eee; font-size:14px;}
    .section_container table td.td_8 { width:20%; text-align:center; background:#eee; font-size:14px;}
    .section_container table td.td_9 { width:30%; text-align:center; background:#eee; font-size:14px;}
    .section_container table .content_td_5 { font-size: 17px; font-weight:bold;}
}


/* 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; }
}




.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}
.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 800px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
}
.modal-header {
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
}
.modal-logo {
    width: 100%;
    height: 80px;
    border-radius: 10px 10px 0 0;
    background-color: #1EA0F2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
}
.modal-logo .tm_logo {
    padding-top: 0; /* 기존 스타일 덮어쓰기 */
}
.modal-logo .tm_logo img {
    height: 50px; /* 로고 이미지 크기 조정 */
    width: auto;
}
.modal-logo .tm_close {
    cursor: pointer;
    color: white;
    font-size: 24px;
}
.modal-header h3 {
    font-size: 24px;
    font-weight: 500;
    color: #333;
    margin: 40px;
}
.change-date {
    font-size: 18px;
    font-weight: 400;
    color: #777;
    margin-top: 5px;
}
.change-table {
    width: 90%;
    border-collapse: collapse;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    margin: 0 5% 0 5%;
}
.change-table th, .change-table td {
    padding: 15px;
    text-align: center;
    border: 1px solid #e0e0e0;
}
.change-table th {
    background-color: #f7f7f7;
    font-size: 16px;
    font-weight: 500;
}
.change-table td {
    background-color: #ffffff;
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    vertical-align: top;
}
.change-table td p {
    margin: 0;
    padding: 10px;
}
.btn-close {
    display: inline-block;
    padding: 12px 30px;
    background-color: #1EA0F2;
    color: white;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    cursor: pointer;
}
.btn-close:hover {
    background-color: #1EA0F2;
    text-decoration: none;
}
.btn-container {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}
.change-link {
    display: inline-block;
    margin: 10px 0;
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline;
    cursor: pointer;
}
.place-result-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-height: 350px;             /* ✅ 최대 높이 */
    overflow-y: auto;              /* ✅ 세로 스크롤 추가 */
    padding-right: 4px;
}