<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Noto+Sans');

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin:0;
  padding:0;
}
html {
  min-width:100%;
  height: 100%;
  box-sizing:border-box;
}
.html{
  max-width:100%;
  height: 100%;
}
body {
  margin: 0;
  max-width:100%;
  min-height: 100%;
  background-color: #fff;
  font-family: 'Noto Sans' , sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  vertical-align: -7px;
  display: inline-block;
  width:25px;
  height:25px;
}
.left_btn{
  position: absolute;
  top:15px;
  left:10px;
}
html.w-mod-touch * {
  background-attachment: scroll !important;
}

input:focus {
  outline: none;
}
h1 strong{
  font-size:15pt;
}

strong{
  font-size: 17pt;
}
center{
  margin:20px 0 0;
}

#wrap{
  width: 100%;
font-size: 13px;
line-height: 15px;
font-family: 'NotoSansKR';
color: #3d4758;
}

#page-container {
    width: 100%;
    text-align: center;
}
.header_info {
  position: fixed;
  top:0;
  left:0;
  width:100%;
  height: 59px;
  background: #2ad2c5;
}

.header_info h1 {
    margin: 0 auto;
    font-weight: normal;
    color: #fff;
}
.text{
  /* padding:0 20px; */
  box-sizing: border-box;
}
#info_table{
  width:100%;
  font-size: 12pt;
  line-height: 23pt;
  text-align: left;
  margin:80px auto 30px;
}
#info_table tr:first-child td{
  font-weight: 600;
}
#info_table tr td{
  font-size: 12px;
}
#info_table tr td p{
  width:90%;
  margin:0 auto;
  font-size:12pt;
  font-weight:500;
}

table.info_table_in{
  border: solid 1px;
  width: 90%;
  margin: 0px auto;
  border-collapse: collapse;
text-align: center;
}

.info_table_in td{
  border: solid 1px;
  text-align: center;
}

.info_table_in .trs{
  height: 50px;
  background-color: #BDBDBD;
}

.info_table_in tr{
  height: 100px;
}

.strong{
  display: block;
  font-size: 15pt;
  margin:20px 0 15px;
}
#fixbtn{
  width: 100%;
  background-color: #2ad2c5;
  height: 8.5%;
  position: fixed;
  z-index: 100;
  bottom: 0;
  color: white;
  text-align: center;
  line-height: 315%;
  font-size: 35pt;
}
</pre></body></html>