﻿@charset "utf-8";
/* CSS Document */


/* CSS Information ----------------------------------------

Site Name : 반응형 기본디자인 A3
Part : 기본세팅
Last edit : 2020.07.07
Author : Gautech(PDH)

관련폰트 :
font-family: 'Noto Sans KR', sans-serif; (100,300,400,500,600,700,900)
font-family: 'Noto Serif KR', serif; (200,300,400,500,700,900)
font-family: 'NanumSquareRound', sans-serif; (400,500,700,900)
font-family: 'NanumBarunGothic', sans-serif; (200,300,400,700)
font-family: 'Roboto', sans-serif; (300,400,500,700,900)

--------------------------------------------------------- */




/* 브라우저 초기화 -------------------------------------- */

html {}
* { margin:0; padding:0; box-sizing:border-box;}
body { font-family: 'Noto Sans KR', sans-serif; font-weight: 400; letter-spacing:-0.02em; font-size:14px; line-height:1.5; color:#444; word-break: keep-all;}
ul, ol, li { list-style:none;}
p, span, li, a, h1, h2, h3, h4, h5, h6 { transform: skew(-0.001deg);}/* 익스 웹폰트 깨짐 방지 */
img, a { vertical-align:top; border:0; background-color: transparent; color:inherit; font-size: inherit; font-weight: inherit; font-family: inherit;}
button, input, select, textarea { vertical-align:top; border:1px solid #CCC; background-color: transparent; color:inherit; font-size: inherit; font-weight: inherit; font-family: inherit;}
input { height:28px; padding:0 5px 0 5px; vertical-align: middle;}
select { width: auto; height:28px; padding:0 20px 0 5px; vertical-align: middle; background: url(/images/icon/ar_box.png) no-repeat 100% 50%; border-radius: 0px; -webkit-appearance: none; -moz-appearance: none; appearance: none;}
select::-ms-expand { display: none;}
textarea { padding:5px;}
a { text-decoration:none; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; text-decoration: none;}
a:hover { text-decoration:none;}
a:focus, a:hover {}
address { font-style:normal;}
caption { display:none;}
input::-webkit-input-placeholder { color:#ccc;}
input::-moz-placeholder { color:#ccc;}
input::-ms-input-placeholder { color:#ccc;}





/* 전체 공통 -------------------------------------- */

#skip a { position:absolute; top:-9999px; left:0; width:100%; height:0px; overflow:hidden; background-color: #027bc4; font-size: 16px; font-weight: 500; color: #fff; text-align: center; line-height: 32px; z-index: 900;}
#skip a:focus { top: 0; height: 36px;}

.board_wrap { width:100%; margin:0 auto; font-size:14px;}
.board_notice { margin-bottom:20px;}
.board_wrap:after { display:block; content:""; clear:both;}

.table_over { width: 100%; margin: 0 auto 60px auto; overflow-x: auto;}
.table_unit { position:relative; width:100%; text-align:right; margin-bottom:10px; font-size:12px; color:#5f5f5f;}
.table_notice { display:none;}
.content_table { margin:0 auto; padding:0; width:99.8%; background-color:#FFF; border-top:0px solid #1a76a9; border-collapse:collapse;}
.content_table thead th { font-size:17px; font-weight:400; color:#fff;}
.content_table th { font-size:16px; font-weight:400; }
.content_table tbody tr th { font-size:16px; font-weight:400; color:#fff; font-weight: 500;}
.content_table tbody tr td { font-size:16px; font-weight:300; color:#333; }
.content_table tbody td { padding:30px; }
.content_table td { font-size:16px; }
.content_table th, .content_table td { text-align:center; line-height:25px; padding:12px; border-left:1px solid #ddd; border-bottom:1px solid #ddd;}
.content_table tr th:first-child, .content_table tr td:first-child { border-left: none;}
.content_table tr th:last-child, .content_table tr td:last-child { }
.content_table th.bg_01, .content_table td.bg_01 { background-color:#026ec6;}
.content_table th.bg_02, .content_table td.bg_02 { background-color:#f1f1f2; font-weight: 500;}
.content_table th.bg_03, .content_table td.bg_03 { color:#026ec6; font-weight: 500; }
.content_table th.bg_04, .content_table td.bg_04 { color:#f58220; font-weight: 500; }
.content_table th.bg_05, .content_table td.bg_05 { background-color:#f58220}
.content_table th.bg_left, .content_table td.bg_left { text-align:left;}

.content_table4 { margin:0 auto; padding:0; width:99.8%; background-color:#FFF; border-top:0px solid #1a76a9; border-collapse:collapse;}
.content_table4 thead th { font-size:17px; font-weight:400; color:#fff;}
.content_table4 th { font-size:16px; font-weight:400; }
.content_table4 tbody tr th { font-size:16px; font-weight:400; color:#fff; font-weight: 500;}
.content_table4 tbody tr td { font-size:16px; font-weight:300; color:#333; }
.content_table4 td { font-size:16px; }
.content_table4 th, .content_table4 td { text-align:center; line-height:18px; padding:12px; border-left:1px solid #ddd; border-bottom:1px solid #ddd;}
.content_table4 tr th:first-child, .content_table4 tr td:first-child { border-left: none;}
.content_table4 tr th:last-child, .content_table4 tr td:last-child { }
.content_table4 th.bg_01, .content_table4 td.bg_01 { background-color:#026ec6;}
.content_table4 th.bg_02, .content_table4 td.bg_02 { background-color:#f1f1f2; font-weight: 500;}
.content_table4 th.bg_03, .content_table4 td.bg_03 { color:#026ec6; font-weight: 500; }
.content_table4 th.bg_04, .content_table4 td.bg_04 { color:#f58220; font-weight: 500; }
.content_table4 th.bg_05, .content_table4 td.bg_05 { background-color:#f58220}
.content_table4 th.bg_left, .content_table4 td.bg_left { text-align:left;}




/* 버튼 */

.btn_brown { background-color:#976c00;}
.btn_blue { background-color:#008cd6;}
.btn_orange { background-color:#d66300;}
.btn_green { background-color:#33ab24;}
.btn_gray {	background-color:#444;}
.btn_lightgray { background-color:#848484;}
.btn_pink { background-color:#d8507c;}
.btn_purple { background-color:#801992;}
.btn_white_green { background-color:#fff; border:1px solid #33ab24; color:#33ab24 !important; line-height:38px !important;}
.btn_kakao { display:inline-block; line-height:50px; margin:0 2px 0 2px;}

.btn_basic { display:inline-block; background-color:#FFF; border:1px solid #CCC; padding:6px 40px 6px 20px; background-image:url(/images/icon/ar_right.png); background-position:90% 50%; background-repeat:no-repeat; line-height:normal; font-size:13px; vertical-align:middle; margin-left:10px; margin-bottom:10px;}
.btn_basic2 { display:inline-block; background-color:rgba(255,255,255,0.1); padding:6px 40px 6px 20px; background-image:url(/images/icon/ar_right_w.png); background-position:90% 50%; background-repeat:no-repeat; line-height:normal; font-size:13px; color:#FFF; vertical-align:middle; margin-left:10px; margin-bottom:10px;}
.btn_main { display:inline-block; color:#FFF; padding:10px 30px 10px 30px; text-align:center; min-width:200px; line-height:normal; font-size:18px; vertical-align:middle; margin:0 5px 10px 5px; font-weight:400; }
.btn_main:hover { color:#FFF;}



/* 폰트 지정 */

.font_black { color:#1c1c1c;}
.font_yellow { color:#fcd429;}
.font_gray { color:#676767;}
.font_lightgray { color:#848484;}
.font_blue { color:#008cd6;}
.font_red { color:#F00;}
.font_green { color:#33ab24;}
.font_pink { color:#d8507c;}
.font_orange { color:#f58220;}
.font_white { color:#FFF;}
.font_brown { color:#cf6c00;}
.font_purple { color:#801992;}

.uline { text-decoration:underline;}



/* padding */
.pt5 { padding-top:5px !important; }
.pt10 { padding-top:10px !important; }
.pt15 { padding-top:15px !important; }
.pt20 { padding-top:20px !important; }
.pt25 { padding-top:25px !important; }
.pt30 { padding-top:30px !important; }
.pt35 { padding-top:35px !important; }
.pt40 { padding-top:40px !important; }
.pt45 { padding-top:45px !important; }
.pt50 { padding-top:50px !important; }

.pL60 { padding-left:60px !important; }

.pR60 { padding-right:60px !important; }


/* margin */

.mT10 { margin-top:10px !important; }
.mT20 { margin-top:20px !important; }
.mT25 { margin-top:25px !important; }
.mT30 { margin-top:30px !important; }
.mT40 { margin-top:40px !important; }
.mT50 { margin-top:50px !important; }
.mT60 { margin-top:60px !important; }
.mT70 { margin-top:70px !important; }
.mT80 { margin-top:80px !important; }

.mB10 { margin-bottom:10px !important; }
.mB20 { margin-bottom:20px !important; }
.mB25 { margin-bottom:25px !important; }
.mB30 { margin-bottom:30px !important; }
.mB40 { margin-bottom:40px !important; }

.mR15 { margin-right:15px !important; }
.mR20 { margin-right:20px !important; }
.mR30 { margin-right:30px !important; }

.mL15 { margin-left:15px !important; }
.mL20 { margin-left:20px !important; }
.mL25 { margin-left:25px !important; }
.mL30 { margin-left:30px !important; }
.mL40 { margin-left:40px !important; }
.mL50 { margin-left:50px !important; }
.mL60 { margin-left:60px !important; }
.mL75 { margin-left:75px !important; }





/* 1024 ~ 768까지 태블릿 설정 */

@media screen and (max-width:1024px){


/* 브라우저 초기화 -------------------------------------- */

html {}
* { margin:0; padding:0; box-sizing:border-box;}
body { font-weight: 400; letter-spacing:-0.02em; font-size:14px; line-height:1.5; color:#444; word-break: keep-all;}
ul, ol, li { list-style:none;}
img, a { vertical-align:top; border:0; background-color: transparent; color:inherit; font-size: inherit; font-weight: inherit; font-family: inherit;}
button, input, select, textarea { vertical-align:top; border:1px solid #CCC; background-color: transparent; color:inherit; font-size: inherit; font-weight: inherit; font-family: inherit;}
input { height:28px; padding:0 5px 0 5px; vertical-align: middle;}
select { width: auto; height:28px; padding:0 20px 0 5px; vertical-align: middle; background: url(/images/icon/ar_box.png) no-repeat 100% 50%; border-radius: 0px; -webkit-appearance: none; -moz-appearance: none; appearance: none;}
select::-ms-expand { display: none;}
textarea { padding:5px;}
a { text-decoration:none; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; text-decoration: none;}
a:hover { text-decoration:none;}
a:focus, a:hover {}
address { font-style:normal;}
caption { display:none;}
input::-webkit-input-placeholder { color:#ccc;}
input::-moz-placeholder { color:#ccc;}
input::-ms-input-placeholder { color:#ccc;}





/* 전체 공통 -------------------------------------- */

#skip a { position:absolute; top:-9999px; left:0; width:100%; height:0px; overflow:hidden; background-color: #027bc4; font-size: 16px; font-weight: 500; color: #fff; text-align: center; line-height: 32px; z-index: 900;}
#skip a:focus { top: 0; height: 36px;}

.board_wrap { width:100%; margin:0 auto; font-size:14px;}
.board_notice { margin-bottom:20px;}
.board_wrap:after { display:block; content:""; clear:both;}

.table_over { width: 100%; margin: 0 auto; overflow-x: auto; }
.table_unit { position:relative; width:100%; text-align:right; margin-bottom:10px; font-size:12px; color:#777;}
.table_notice { display:none;}
.content_table { margin:0 auto; padding:0; width:99.8%; background-color:#FFF; border-top:0px solid #1a76a9; border-collapse:collapse;}
.content_table thead th { font-size:15px; font-weight:400; color:#fff;}
.content_table th { font-size:15px; font-weight:400;}
.content_table tbody tr th { font-size:15px; font-weight:400; color:#000;}
.content_table tbody tr td { font-size:15px; font-weight:300; color:#5f5f5f; line-height:24px;}
.content_table td { font-size:13px; color:#777;}
.content_table th, .content_table td { text-align:center; line-height:20px; padding:12px; border-left:1px solid #c9c9c9; border-bottom:1px solid #c9c9c9;}
.content_table tr th:first-child, .content_table tr td:first-child { border-left: none;}
.content_table tr th:last-child, .content_table tr td:last-child { }
.content_table th.bg_01, .content_table td.bg_01 { background-color:#026ec6;}
.content_table th.bg_02, .content_table td.bg_02 { background-color:#F9F9F9;}
.content_table th.bg_03, .content_table td.bg_03 { background-color:#F9F9F9;}
.content_table th.bg_left, .content_table td.bg_left { text-align:left;}

.btn_basic { display:inline-block; background-color:#FFF; border:1px solid #CCC; padding:6px 40px 6px 20px; background-image:url(/images/icon/ar_right.png); background-position:90% 50%; background-repeat:no-repeat; line-height:normal; font-size:13px; vertical-align:middle; margin-left:10px; margin-bottom:10px;}
.btn_basic2 { display:inline-block; background-color:rgba(255,255,255,0.1); padding:6px 40px 6px 20px; background-image:url(/images/icon/ar_right_w.png); background-position:90% 50%; background-repeat:no-repeat; line-height:normal; font-size:13px; color:#FFF; vertical-align:middle; margin-left:10px; margin-bottom:10px;}
.btn_main { display:inline-block; color:#FFF; padding:8px 30px 8px 30px; text-align:center; min-width:180px; line-height:normal; font-size:16px; vertical-align:middle; margin:0 5px 10px 5px; }

}



/* 767 ~ 320까지 모바일 설정 */

@media screen and (max-width:767px){


/* 브라우저 초기화 -------------------------------------- */

html {}
* { margin:0; padding:0; box-sizing:border-box;}
body { font-weight: 400; letter-spacing:-0.02em; font-size:13px; line-height:1.5; color:#444; word-break: keep-all;}
ul, ol, li { list-style:none;}
img, a { vertical-align:top; border:0; background-color: transparent; color:inherit; font-size: inherit; font-weight: inherit; font-family: inherit;}
button, input, select, textarea { vertical-align:top; border:1px solid #CCC; background-color: transparent; color:inherit; font-size: inherit; font-weight: inherit; font-family: inherit;}
input { height:28px; padding:0 5px 0 5px; vertical-align: middle;}
select { width: auto; height:28px; padding:0 20px 0 5px; vertical-align: middle; background: url(/images/icon/ar_box.png) no-repeat 100% 50%; border-radius: 0px; -webkit-appearance: none; -moz-appearance: none; appearance: none;}
select::-ms-expand { display: none;}
textarea { padding:5px;}
a { text-decoration:none; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; text-decoration: none;}
a:hover { text-decoration:none;}
a:focus, a:hover {}
address { font-style:normal;}
caption { display:none;}
input::-webkit-input-placeholder { color:#ccc;}
input::-moz-placeholder { color:#ccc;}
input::-ms-input-placeholder { color:#ccc;}





/* 전체 공통 -------------------------------------- */

#skip a { position:absolute; top:-9999px; left:0; width:100%; height:0px; overflow:hidden; background-color: #027bc4; font-size: 16px; font-weight: 500; color: #fff; text-align: center; line-height: 32px; z-index: 900;}
#skip a:focus { top: 0; height: 36px;}

.board_wrap { width:100%; margin:0 auto; font-size:14px;}
.board_notice { margin-bottom:20px;}
.board_wrap:after { display:block; content:""; clear:both;}

.table_over { width: 100%; margin: 0 auto; overflow-x: auto; }
.table_unit { position:relative; width:100%; text-align:right; margin-bottom:10px; font-size:12px; color:#777;}
.table_notice { position:absolute; left:0; display: block;}
.content_table { margin:0 auto; padding:0; width:99.8%; background-color:#FFF; border-top:0px solid #1a76a9; border-collapse:collapse;}
.content_table thead th { font-size:12px; font-weight:400; color:#fff;}
.content_table th { font-size:12px; font-weight:400;}
.content_table tbody tr th { font-size:12px; font-weight:400; color:#000;}
.content_table tbody tr td { font-size:12px; font-weight:300; color:#5f5f5f; line-height:24px;}
.content_table td { font-size:12px; color:#777;}
.content_table th, .content_table td { text-align:center; line-height:16px; padding:5px; border-left:1px solid #c9c9c9; border-bottom:1px solid #c9c9c9;}
.content_table tr th:first-child, .content_table tr td:first-child { border-left: none;}
.content_table tr th:last-child, .content_table tr td:last-child { }
.content_table th.bg_01, .content_table td.bg_01 { background-color:#026ec6;}
.content_table th.bg_02, .content_table td.bg_02 { background-color:#F9F9F9;}
.content_table th.bg_03, .content_table td.bg_03 { background-color:#F9F9F9;}
.content_table th.bg_left, .content_table td.bg_left { text-align:left;}

.btn_basic { display:inline-block; background-color:#FFF; border:1px solid #CCC; padding:6px 40px 6px 20px; background-image:url(/images/icon/ar_right.png); background-position:90% 50%; background-repeat:no-repeat; line-height:normal; font-size:12px; vertical-align:middle; margin-left:10px; margin-bottom:10px;}
.btn_basic2 { display:inline-block; background-color:rgba(255,255,255,0.1); padding:6px 40px 6px 20px; background-image:url(/images/icon/ar_right_w.png); background-position:90% 50%; background-repeat:no-repeat; line-height:normal; font-size:12px; color:#FFF; vertical-align:middle; margin-left:10px; margin-bottom:10px;}
.btn_main { display:inline-block; color:#FFF; padding:8px 30px 8px 30px; text-align:center; min-width:150px; line-height:normal; font-size:14px; vertical-align:middle; margin:0 3px 6px 3px; }





}