@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR&display=swap');
*{margin:0; padding:0;}
body{margin:0; padding:0; line-height:1.5; letter-spacing:-0.065em; font-family:'Noto Sans KR',HelveticaNeue-Light,AppleSDGothicNeo-Light,'Malgun Gothic','맑은 고딕',sans-serif; }

  * {box-sizing: border-box;} 

a {color:inherit; text-decoration:none;}
ul,li{list-style:none;} img{vertical-align: top;}
#wrap {width:100%; max-width:700px; margin:0 auto;}
nav {width:100%; height:46px; border-bottom:1px solid #dcdcdc; position:relative;background:#f6f6f6;} 
nav .logo {position:absolute; top:15px; left:20px; width:90px; height:17px; background:url(../images/logo2.png)no-repeat; background-size:100% auto;}

.time {
            font-size: 0.7em;
            color: #aaa;
        }

        header h2 {
            letter-spacing: -0.08em;
             !important;

        }

        .header .sub_title {
            width: 100%;
            position: relative;
            padding-left: 10px;
            margin-top: 1%;
            font-size: 0.8em;
            color: #7c7c7c;
        }

mark{background-color:#ffff9a; 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: 20px;
}
section article img {
    width: 100%;
    margin-top: 0px;
}
nav i {position:absolute; top:15px; right:20px; color:#515151;}
header {padding:30px 15px 20px; 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:40; font-size:32px; padding:3px 0 20px; 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.8em; border-bottom:1px solid #e5e5e5; margin:10px 0 30px; 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; }
section img {width:100%;margin-top: 0px}
section article {padding:0 15px;}
section article .sub_t {font-size:12px; color:#7f7f7f; line-height:12px; padding-top:5px; }
.mt20 {
    margin-top: 20px;
}
section article p {
    text-align: justify;
    font-size: 18px;
    line-height: 1.75;
    color: #222;
}
section article img {width:100%; margin-top:0px;}
section article h3 {margin-top:20px; font-size:23px; }
section article h1 {font-weight:bolder; font-size:23px; padding:5px 0 5px; line-height: 1.3;}
section article h2 {font-weight:normal; font-size:30px; padding:5px 0 5px; line-height: 1.3;}

.copy {background:#f0f2ef;}
.copy img {width:100%; max-width:700px; margin:0 auto; display:block;}

/* 개인정보창 */
body.modal-open {overflow:hidden;}
.background_layer {z-index:99; display:none; position:fixed; left:0; top:0; width:100%; height:100%; background:#000; opacity:0.7;}
.agree_layer {z-index:100; display:none; position:fixed; left:50%;top:50%;-webkit-transform:translate(-50%, -50%); transform:translate(-50%, -50%); width:95%; height:95%; max-width:720px; max-height:680px; overflow-y:auto; background:#fff; font-family:'Malgun Gothic','맑은 고딕', sans-serif; font-weight:normal; text-align:left;}
.agree_layer .agree_txt {box-sizing:border-box; overflow:auto; white-space:pre-line; font-size:14px; font-weight:normal; line-height:1.6; height:100%; padding:5%; border:1px solid #ccc; color:#444;}
.agree_layer .btn_close {box-sizing:border-box; position:absolute; right:2px; top:2px; width:50px; height:28px; border:1px solid #aaa; font-size:14px; line-height:26px; text-align:center; background:#fff; cursor:pointer;}
.btn_popup {cursor:pointer; color:inherit; font-size:inherit; text-decoration: none;}
.btn_send {overflow:visible; display:inline-block; font-family:inherit; vertical-align:middle; cursor:pointer; white-space:nowrap; text-decoration:none; border:none; background:transparent; outline:0;}

 /*db창 추가부분*/
      .form1 {
        overflow: hidden;
        /*margin: 7px;*/
        text-align: center;
		 font-family:"맑은 고딕";
      }
      .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;
      }
.formQqestion {
    width: 100%;
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.result {
    font-size: 0.85em;
    text-align: center;
    letter-spacing: -0.065em;
    margin-top: 10px;
}
      .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;
      }
      

.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;}


.money {
    width: 90%;
    margin: 0 auto;
    padding: 5px;
    background: #f5f5f5;
    border: 1px solid #bbb;
    font-size: 13px;
    text-align: center;
}
.money input {
    width: 20%;
    height: 25px;
    border: 1px solid #bbbbbb;
}
.reply_time {
    font-size: 12px;
    color: #6f6f6f;
    float: right;
}
.reply01 {
    padding: 3% 10px;
    border-bottom-color: #ccc;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    background-color: #ffffff;
}
.reply_body {
    background: #fff;
    font-size: 12px;
    padding: 0px;
}
.reply_txt {
    color: #6f6f6f;
    font-size: 14px;
    line-height: 1.7;
    border-radius: 6px;
    padding: 2%;
    5%: ;
}
.reply {
    line-height: 20px;
    width: 100%;
    border: 1px #CCCCCC solid;
    padding: 10px;
    border-radius: 6px;
    background-color: #FFF;
}

.reply2 {
    line-height: 0px;
    width: 100%;
    padding: 5px;
    border-radius: 5px;
    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: 3%;
}
.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;}

.bt_baro {font-size: 14px;}
 
.banner {padding:15px; width:100%; max-width:700px; margin:0 auto; box-sizing: border-box;}
.banner img {width:100%;}
footer {padding:15px; background:#fbfbfb; border-top:1px solid #e5e5e5; text-align:center;}
footer p {font-size:12px; color:#999;}
#prdPar_b01 {margin-top:15px;}
.mt40{margin-top:40px;}.mt30{margin-top:30px;}.mt20{margin-top:30px;}.mt15{margin-top:15px;}.mt10{margin-top:10px;}
.banner {position:relative;}
.banner p {position: absolute; z-index: 99; top:15px; left:15px; right:15px; padding:5px; height:30px; letter-spacing:0; background:rgba(0,0,0,.7); color:#fff;}
.banner em {position: absolute; z-index: 99; top:25px; right:20px; color:#fff; font-size:12px; letter-spacing: 0; font-weight:300; }

.p1 {color:#ff2481; font-weight:bold;}
.p2 {color:#ff444f; font-weight:bold;}

@media screen and (max-width:600px) {
  header {padding:20px 15px 20px}
  header h2 {font-size:24px; padding-bottom:10px;}
  header > i {font-size:14px; font-weight:bold}
  section article p {font-size:17px;}
  .dbq {font-size:12px!important;}
	
	.result {
    background: #f5f5f5;
    border: 1px solid #ccc;
    font-size: 12px;
    padding: 10px 0;
}
	
}