
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend input, textarea, button, select{
 vertical-align: baseline;
 font-family: inherit;
 font-weight: inherit;
 font-style: inherit;
 font-size: 100%;
 outline: 0;
 padding: 0;
 margin: 0;
 border: 0;

 }
 
 
* { margin:0; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
ul, li {list-style:none; }
html { width:100%; }
body { width:100%; height:100%; line-height:1.2em; color:#333; font-size:1em; font-family: 'Noto Sans KR', sans-serif; overflow-y:visible!important; box-sizing:border-box; margin: 0px; padding: 0;}
img { vertical-align:middle; border:none; }
a { text-decoration:none; cursor:pointer; color:#333; }
p { }
div, input, button { vertical-align:middle; border:none; font-family: 'Noto Sans KR'}
textarea { border:none; }
.red {color:#ee0000; }



#wrap {width:100%; max-width:720px; margin:0 auto;}

mark{background-color:#ffcece; padding:0px 1%; vertical-align:middle;color:#000; font-weight: normal;}
u{font-weight: normal;}


.mt25 {
    margin-top: 2.5vh;
}
.mt7 {
    margin-top: 7vh;
}

.mt30 {
    margin-top: 30px;
}
.mt10 {
    margin-top: 10px;
}
section article img {
    width: 100%;
    margin-top: 50px;
}
nav i {position:absolute; top:15px; right:20px; color:#515151;}
header {padding:30px 15px 0px; border-bottom:0px solid #e5e5e5;}
header > i {color:#4795f7; font-style:normal; ]font-weight:bold;}
header .header_icon {
    text-align: center;
}
header .header_icon ul {
    position: absolute;
    display: inline-block;
    white-space: nowrap;
}



header .header_icon ul a {
    color: #7c7c7c;
}
header .header_icon ul li {
    float: left;
    width: 28px;
    height: 28px;
    padding: 5px;
    border-radius: 50%;
    border: 1px solid #b2b2b2;
    position: relative;
    margin: 20px 4px;
}
header .header_icon ul i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
 .header h2 {
    font-weight: normal;
    font-size: 2.3em;
    line-height: 1.3;
    word-break: break-all;
     
   
}
header h2 {font-weight:400; font-size:31px; padding:5px 0 0px; line-height: 1.3;}

header p {
    line-height: 1.6;
    color: #515151;
    position: relative;
    padding-left: 15px;
}
header p::before {content:''; position:absolute; left:0; top:2px; bottom:0; width:4px; background:#515151; }
header .time {position:relative; color:#7f7f7f;  font-size:0.9em; border-bottom:1px solid #e5e5e5; margin:10px 0 20px; padding-bottom:20px; letter-spacing: 0;}
header .time .sns {position:absolute; right:0; top:0;}
header .time .sns i {display:inline-block; width:30px; height:30px; line-height:30px; text-align:center; border-radius:20px; border:1px solid #e5e5e5;    cursor:auto; }









p {
	font-size:18px;
	line-height:1.75;
	color:#222;
	text-align: justify;
	max-width: 700px;

}


b {color:#000;}
u {color:#000;font-weight: 500;}
.re1 {
      float: right;
      overflow: hidden;
      height: 40px;
      vertical-align: middle;
    }

    .re2 {
      float: left;
      /*color: #ff2828;*/
      color: #555;
      border: 1px solid #ddd;
      border-radius: 3px;
      height: 28px;
      line-height: 25px;
      padding: 0 5px;
      font-size: 13px;
      background-color: #FFFFFF;
      width: 60px;
      text-align: center;
      vertical-align: middle;
      margin-top: 10px;
    }

    .re3 {
      float: left;
      /*color: #6a96ed;*/
      color: #555;
      margin-left: 5px;
      border: 1px solid #ddd;
      border-radius: 3px;
      height: 28px;
      line-height: 25px;
      padding: 0 5px;
      font-size: 13px;
      background-color: #FFFFFF;
      width: 50px;
      text-align: center;
      vertical-align: middle;
      margin-top: 10px;
    }
    
    .re2 img, .re3 img {vertical-align: middle; margin-top: -3px;}
  
  /*db창 추가부분*/
      .form1 {
        overflow: hidden;
        /*margin: 7px;*/
        text-align: center;
      }
      .form1 table {
        width: 88%;
        margin: 10px auto 20px auto;
      }
      .form1 th,
      .form1 td{
        padding: 5px 0;
      }
      .form1 th {
        padding-right: 15px;
        padding-left: 5px;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: -1px;
        text-align: left;
        white-space: nowrap;
      }

      .form1 td {
        padding-right: 5px;
        font-size: 14px;
        text-align: left;
        vertical-align: middle;
      }
      .form1 .cell_send{
        padding: 3% 0 0;
        text-align: center;
      }
      /*
      #container .form1 .cell_check{
        padding: 0;
        text-align: center;
      }*/

      .form1 .cell_send img{
        width: 100%;
        margin: 0;
      }
      .form1 input[type=text],
      .form1 input[type=tel],
      .form1 select{
        border: 1px solid #ccc;
        background: #fff;
        font-size: 15px;
        border-radius: 7px;
      }
      .form1 input[type=text],
      .form1 input[type=tel]
      {
        padding: 6px 5px;
        height:37px;
      }
      .form1 select{
        padding: 5px 4px;
        height: 37px;
      }
      .tf_1{
        width: 100%;
      }
      .tf_3{
        float: left;
        width: 30%;
        height:37px;
      }
      .opt_3{
        min-width: 30%;
      }
      .tf_bar{
        float: left;
        width: 5%;
        height: 31px;
        line-height: 31px;
        text-align: center;
      }
      .tf_3 input{
        width: 100%;
      }
      label.tf_3{
        position: relative;
      }
      .tf_star {
        color:red;
      }
      .tf_tooltip{
        display: inline-block;
        position: absolute;
        left: 10px;
        top: 0;
        padding: 0 5px;
        background: #fff;
        font-size: 12px;
        color: #999;
        white-space: nowrap;
        transform: translate(0,-50%);
      }
      .form1 input[type=checkbox] {
        width: auto;
      }
      .lab_agree{
        display: block;
        /*margin: 0 !important;*/
        font-size: 11px;
        color: #999;
        line-height: 0.2;
        text-align: center;
        letter-spacing:-0.5px;
      }
      .lab_agree input[type=checkbox] {
        vertical-align: -2px;
        margin:0 0 0 3px;
      }
      .result {
        background: #f5f5f5;
          border: 1px solid #ccc;
          font-size: 13px;
          padding: 10px 0;
      }
      .result input {
        border: 1px solid #ccc;
          height: 35px;
          border-radius: 7px;
          width: 20%;
          padding-left: 10px;
          font-size: 17px;
      }
      



.reply_time {
    font-size: 12px;
    color: #6f6f6f;
}
.reply01 {
    padding: 3% 10px;
    border-bottom-color: #ccc;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    background-color: #ffffff;
}
.reply_body {
    background: #f7f7f7;
    font-size: 12px;
    padding: 9px;
}
.reply_txt {
    color: #6f6f6f;
    font-size: 14px;
    line-height: 1.7;
    border-radius: 6px;
    padding: 2%;
    4%: ;
}
.reply {
    line-height: 20px;
    width: 100%;
    border: 1px #CCCCCC solid;
    padding: 10px;
    border-radius: 6px;
    background-color: #FFF;
}


/*댓글1*/

.reply_title {
    border-bottom: 3px solid #8a8a8a;
    font-size: 14px;
    padding-bottom: 6px;
    padding-left: 4px;
    text-align: left;
    padding-top: 5%;
}
.txt_board {
    font-size: 14px;
    line-height: 25px;
    color: #333333;
    font-weight: bold;
    width: 75%;
    text-align: left;
    vertical-align: top;
}








.teg {width:93%; margin:30px auto 0;}
.teg a {font-size:13px; background:#f2f2f2; color:#7f7f7f; padding:1px 3px; margin-right:4px;}
.nice {margin:15px auto 0; width:95%; position:relative;}
.nice button {border:1px solid #e5e5e5; background:#fff; width:100px; height:40px; }
.nice .btn1 i {color:red;}
.nice a {position:absolute; right:0; top:0; width:40px; height:40px; border:1px solid #e5e5e5; line-height:40px; text-align:center; border-radius:40px;}
#bottom {border-top:1px solid #e5e5e5; margin-top:20px;}
.reply {width:100%; max-width:700px; margin:0 auto; margin-top:20px; padding:0 3%; box-sizing: border-box; font-family: 'Nanum Gothic', '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, '굴림', Gulim, 'Noto Sans KR', 'Nanum Barun Gothic', HelveticaNeue-Light, 'Apple SD Gothic Neo', Helvetica, sans-serif;}
.reply .re_top i {font-size:12px; border:1px solid #e5e5e5; padding:4px; color:#7f7f7f;}
.reply .re_top span {color:#4795f7;}
.reply .re_btn {width:100%; height:60px; position:relative; margin-top:10px;}
.reply textarea {width:80%; height:60px; padding:5px; box-sizing: border-box; border:1px solid #ccc; position:absolute; top:0; bottom:0; left:0;}
.reply button {width:20%; border:none; background:#333; color:#fff; position:absolute; top:0; bottom:0; right:0; font-size:1.05em;}
.reply .re1 {margin-top:10px; padding:8px 0; width:100%; position: relative; border-bottom:1px solid #e5e5e5; font-size:15px;}
.reply .re1 a {padding-right:7px;} .reply .re1 a:nth-child(1) {font-weight:bold;}
.reply .re1 i {position:absolute; right:3px;}
.reply .re2 {box-sizing: border-box; line-height:30px; height:30px; letter-spacing: 0; margin-top:10px;}
.reply .re2 img {width:22px; padding-top:7px;}
.reply .re2 span {font-size:14px;  margin:0 5px;}
.reply .re3 p {font-size:13px; letter-spacing: -0.02em; margin-top:5px;}
.reply .re3 em {font-style:normal; font-size:0.9em; background:#ff0000; padding:0 3px; border-radius:3px; color:#fff; letter-spacing: 0; margin-right:5px;}
.reply .re4 {font-size:12px; color:#bfbfbf; letter-spacing: 0.04em; padding:10px 0 20px; border-bottom:1px solid #e5e5e5; position:relative;}
.reply .re5 {position:absolute; right:0; top:12px;}
.reply .re5 .up {display:inline-block; padding:2px 5px; border:1px solid #e5e5e5; color:#ff3e3f; margin-right:2px;}
.reply .re5 .down {display:inline-block; padding:2px 12px; border:1px solid #e5e5e5; color:#666;}
.reply .re5 a {display:block;}
.reply .re6 {text-align:center; padding:5px 0; font-size:14px; color:#666;}







.form1 .Form_Q {width:100%; margin:10px; float:left; line-height:1.5; padding-bottom:2%; border-bottom:2px dashed #eee;}
.form1 .Form_Q th {font-size:1.125em; text-align:left; padding:2% 0;}





      /*need_box*/
      .need_box {text-align: center; margin-bottom: 20px;}
      .need_box ul {display: inline-block;}
      .need_box ul li {font-size: 26px; list-style: disc; text-align: left; line-height: 32px;}
  
  .tag {
    display: block;
    overflow: hidden;
    float: left;
    max-width: 100%;
    height: 17px;
    margin: 0 8px 8px 0;
    padding: 0 1px 1px;
    background-color: #f2f2f2;
    font-size: 15px;
    line-height: 17px;
    color: #7f7f7f;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-font-smoothing: antialiased;
    font-family: Helvetica,HelveticaNeue,"Helvetica Neue Light","나눔고딕",nanumgothic,AppleSDGothicNeo,"malgun gothic","맑은 고딕",sans-serif;
  }
  
  .titline:before {
    content: '';
    position: absolute;
    top: 4px;
    bottom: 5px;
    left: 0;
    width: 6px;
    background: #515151;
  }
  
  
  
  /*헤더*/
  #header .naver_logo_sub {
    padding: 12px 5px;
}
  
  .txt_area {width: 88%;}
  
  @media screen and (max-width: 600px) {
    .txt_area {width: 86%;}
  }
  
  @media screen and (max-width: 480px) {
    .txt_area {width: 84%;}
  }
  
  @media screen and (max-width: 430px) {
    .txt_area {width: 82%;}
  }
  
  @media screen and (max-width: 380px) {
    .txt_area {width: 80%;}
  }
  
  @media screen and (max-width: 338px) {
    .txt_area {width: 78%;}
  }


@media screen and (max-width:600px) {
  header {padding:20px 15px 20px}
  header h2 {font-size:24px; padding-bottom:10px; line-height:1.5; }
  header > i {font-size:14px; font-weight:bold}
  section article p {font-size:17px;}
  .dbq {font-size:12px!important;}
}




.red { color:#ff0000; }
.wrap { width:100%; margin:0 auto; overflow:hidden; }
.wrap .contents { position:relative; top:0; left:50%; margin-left:-960px; width:1920px; text-align:center; }
.wrap .contents img { width:100%; }

.wrap .quick { position: fixed; bottom:0; right:0; z-index:99999; overflow:hidden; padding:10px; }
.wrap .quick img { width:100px; }

/*form */
.wrap .inner { width:100%;margin:0 auto; background-color:#fff; border: 6px solid #00677c; }
.wrap .inner h1 { font-size:54px; line-height:54px; font-weight:700; }

.title-style { margin: 60px 15px 30px 15px;
padding: 20px 15px 20px 15px;
line-height: 30px;
letter-spacing: -1.3px;
border: 1px solid #999;}


.wrap .formArea {  margin:0 auto; overflow: hidden; padding:10px; background-color:#fff;  }
.wrap .formGroup { text-align:center; }

.wrap .form_table { width:100%; border-collapse:collapse; font-size:1em; border-top:1px solid #d7d7d7;}
.wrap .form_table tbody tr { border-bottom:1px solid #d7d7d7; }
.wrap .form_table tbody th { padding:10px 5px ; vertical-align:middle; text-align:right; line-height:120%; font-size:17px; font-weight:600;  letter-spacing:-2px; }
.wrap .form_table tbody td { padding:10px 5px; vertical-align:middle; text-align:left; line-height:120%; font-size:15px; font-weight:400;}

.wrap .input_style:focus, .wrap .sel_style:focus, .wrap .textarea_style:focus { border-color:#303f99; -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fff; box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fff;}

.wrap label { display:inline-block; padding-right: 8px; line-height:210%; }
.wrap .input_style { width:100%; padding-left:5px; height:40px; border:1px solid #ccc; font-size:14px; }
.wrap .sel_style { width:100%; padding-left:0; height:40px; border:1px solid #ccc; font-size:14px; vertical-align:middle; background-color:#fff; }
.wrap .textarea_style { width:100%; padding:5px; height:80px; border:1px solid #ccc; font-size:14px; }

.wrap .submit_box { padding-top:10px; margin:0 auto; text-align:center; }
.wrap .submit_box .btn01 { width:100%; font-weight:500; font-size:26px; line-height:120%; letter-spacing:-2px; margin-top:10px; cursor:pointer; background:none; border:none; }

.pt0{padding-top:0px;}
.pt4 {padding-top:4%;}


/* popup CSS */
.complete_wrap { position: fixed;top: 0;left: 0;width: 100%;height: 100vh;z-index: 10000; display:none;} 
.complete_wrap .bg { position: fixed;top: 0;left: 0;width: 100%;height: 100vh;background: rgba(0,0,0,0.8);z-index: 10001; }
.complete_wrap .inner { position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%); height: 365px; max-height: 90vh;background: #fff;z-index: 10002; }
.complete_wrap .inner { width:90%; overflow:hidden; border-bottom:0px solid #000; background-color:none;color:#fff; font-size:14px; line-height:0; max-width:500px; margin:0 auto;}
.complete_wrap .inner .close { position: absolute;top: 20px;right: 20px; width:20px; font-weight:600; }
.complete_wrap .inner .close img { width: 100%;height: 100%; }
.complete_wrap .inner .iframe { height:100%;width:100%;border:0; overflow:hidden;}