
.container {
  width: 1200px;
  margin: 0px auto;
  max-width: 100%;
  box-sizing: border-box;
  background-color: #fff;
}



.btn.btn-ctl {
  position: absolute;
  display: inline-block;
  top: 10px;
  right: 10px;
  background-color: #ef6c00;
  color: #fff;
  font-size: 14px;
  opacity: 0.5;
  border-radius: 4px;
  transition: opacity 0.5s;
}
.btn.btn-ctl:hover {
  opacity: 1;
}
.container * {
  box-sizing: border-box;
}
input,
textarea,
select {
  box-sizing: border-box;
}

h2 {font-size:24px; line-height:2em; color: #333}

.contact {margin-top:30px;}
.contact figure {margin:0;}
.contact ul {border-top: 1px solid #ddd; margin:25px 0 65px;}
.contact ul li {margin:0; font-size:16px; padding:15px 0; border-bottom:1px solid #ddd;}
.contact ul li h4 {display:inline-block; width:80px; margin-right:20px;}
.contact ul li p {display:inline-block; }

.counsel_wrap {background:#f5f5f5; padding:60px 0 40px;;}
.counsel_wrap form {width: 1200px; margin: 0px auto; max-width: 100%; box-sizing: border-box;}
.counsel_wrap [class*="icheck-material"]>label {line-height:18px; font-size:14px;}
.counsel_wrap [class*="icheck-material"]>input:first-child+label::before {border-width:1px; width:18px; height:18px; margin-left:-25px;}
.counsel_wrap [class*="icheck-material"]>input[type="checkbox"]:first-child:checked+label::after {width: 6px; height: 10px; transform: translate(10px,2px) rotate(45deg); -ms-transform: translate(10px,2px) rotate(45deg);}

.li-item {
  width: 100%;
  margin: 0px auto;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  box-sizing: border-box;
}
.li-item.last {}
.li-item.first {
  margin-top:10px; border-top: 2px solid #000;
}
.li-item:after { content: " ";visibility: hidden;display: block;height: 0;clear: both; }
.li-item > label {
  display: block;
  width: 120px;
  float:left;
  text-align: left;
}
.li-item .qa_question {
  line-height: 2em;
  font-size: 16px;
  color: #000;
}

.li-item .answer {
  display: block;
  padding-left:10px;
  width: calc(100% - 120px);
  float:left;
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
}

.li-item .answer > div {
  text-align: left;
}
.li-item .answer > div.cke_sc{
  margin: 0 0 5px;
  text-align: right;
}
.li-item .answer .btn_cke_sc {
  line-height:1em;
}
.li-item input[type="text"],
.li-item input[type="tel"],
.li-item input[type="email"],
.li-item input[type="date"] {
  border: 1px solid #ccc;
  line-height: 1em;
  padding: 0.4em;
}

.li-item select {font-size:14px; border: 1px solid #ccc; line-height: 1em; padding: 0.4em 1em 0.4em 0.4em;}

.li-item textarea {
  border: 1px solid #ccc;
  line-height: 1.5em;
  padding: 0.4em;
  height: 6em;
  width: 100%;
}

.li-item input::placeholder, .li-item textarea::placeholder {font-size:13px; color:#aaa}

.tl-txt-point {
  float: left;
  line-height: 50px;
  color: #aaa;
  font-size: 16px;
  width: 54px;
  text-align: right;
}
.co_confirm_wrapper {
  font-size: 16px;
  text-align: center;
  line-height: 1em;
  padding: 10px 0;
}
.action {
  text-align: center;
  margin: 20px 0;
}

.btn-submit {
  font-size: -webkit-calc(12px + 1vmin);
  font-size: -moz-calc(12px + 1vmin);
  font-size: calc(12px + 1vmin);
  padding: 0.6em 3em;
  background-color: #000;
  color: #fff;
  transition: all 0.5s;
  border: 0;
}

.btn-submit:hover {background-color: #777;}

/* 가로모드 모바일 디바이스 (가로 해상도가 768px 보다 작은 화면에 적용) */
@media (max-width: 1200px) {  
  .container, .counsel_wrap form {width:95%;}
}
@media (max-width: 767px) {
  .sv_hp_box {float: right;}
}

@media (max-width: 575px) {  
  .container, .counsel_wrap form {width:90%;}
  .li-item .qa_question {
    display:none;
    width:100%;
    line-height: 1.5em;
    font-size: 14px;
  }
  .li-item .answer {
    display: block;
    padding-left:0;
    width: 100%;
    font-size: 16px;
    line-height: 1.5em;
    text-align: left;
    border-left: 0;
  }
}