@charset "utf-8";


@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;700&display=swap');



#wrapper {background:url('../images/sub/pg19_bg.png') center 100% no-repeat #f3f3f3; font-family: 'Noto Sans KR', sans-serif;}
#content {padding:50px; background: #fff;}
.pg19 h1{text-align:center;margin:0 0 50px 0;}
.pg19 h3{ font-family: 'Noto Sans KR', sans-serif; font-size:52px;font-weight:400;color:#111;margin:0 0 20px 0;}

.pg19 .pg_table {border-top:1px solid #0675c3;margin:0 0 50px 0;}
.pg19 .pg_table thead tr th{padding:10px; font-size:16px;font-weight:400;color:#111;border-bottom:1px solid #ddd;}
.pg19 .pg_table thead tr th.left_q{text-align:left;}
.pg19 .pg_table thead tr th.left_q .answer {font-weight:400;color:#666;border-top:1px solid #ddd;margin:15px 0 0 0;padding:10px 0 0 0;}
.pg19 .pg_table thead tr td{padding:10px; font-size:16px; line-height:25px;font-weight:400;color:#666;border-bottom:1px solid #ddd;}
.pg19 .pg_table thead tr td #select_Option {width:100px;float:none;padding:0 0 0 10px; height:40px; line-height:40px; font-size:15px; border-bottom:1px solid #ddd;}
.pg19 .pg_table thead tr td input[type="text"] {height:40px;line-height:40px; padding:0 0 0 10px; border:1px solid #ddd; border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;}
.pg19 .pg_table thead tr td input[type="text"]:focus {

	border-color:#0675c3;
	outline:0;
}
.pg19 .pg_table thead tr td input[type="password"] {height:40px;line-height:40px; padding:0 0 0 10px; border:1px solid #ddd; border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;}
.pg19 .pg_table thead tr td input[type="password"]:focus {

	border-color:#0675c3;
	outline:0;
}

.pg19 .pg_table tbody tr th  {background-color:#0675c3;padding:20px;color:#fff; font-size:20px; font-weight:600;}
.pg19 .pg_table tbody tr td {padding:20px; font-size:20px; font-weight:600; color:#111;border-bottom:1px solid #ddd;}

.pg19 .notice {font-family: 'Noto Sans KR', sans-serif;padding:20px; background-color:#f0f0f0; line-height:30px; font-size:16px;color:#dd2a40; font-weight:500;margin:0 0 50px 0;}
.pg19  .btn_box {text-align:center;}
.pg19  .btn_box a{  display:inline-block; padding:15px 70px; font-size:18px; font-weight:600; color:#fff;background-color:#dd2a40;}
.pg19  .btn_box a.btn02{background-color:#555;}
