*{
  font-family: 'Noto Sans KR', sans-serif;
  line-height:1;
}
html, body{
  *height: 100%;
  background-image: url(../image/zipdesign05.jpg);
  background-size: cover;
  background-attachment: fixed;
}
body{ min-width:768px; }

.estimate_wrap{
  margin: 0 auto;
  padding: 15px 0 20px;
  max-width: 760px;
}
.link_box{
  display: table;
}
.link_box a{
  display: flex;
  align-items: center;
}
.link_box a div{
  border: 1px solid #ccc;
  padding: 5px 10px;
  border-radius: 6px;
  background-color: rgba(255,255,255,0.3);
  transition: 0.3s;
}
.link_box:hover a div{
  border-color:#333;
}
.link_box a div img{
  height: 30px;
}
.link_box a p{
  margin: 0 0 0 10px;
  color: #fff;
  text-shadow: 1px -1px 3px #555;
  transition: 0.3s;
  font-weight: 300;
  font-size: 17px;
}
.link_box:hover a p{
  color:#333;
  font-weight: 700;
  transition: 0.3s;
}

.page_wrap{
  margin: 10px 0 0;
  padding: 55px;
  min-height: 800px;
  background-color: #ffffff;
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
  border-radius: 2px;
  position: relative;
}
.page_wrap .tag{
  background-color:#333;
  position: absolute;
  top: 0; left: 55px;
  width: 110px;
  height: 165px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_wrap .tag img{
  width: 60px;
}

.page_wrap .header{
  text-align: right;
  color: #555;
}
.page_wrap .header p{
  font-weight: 500;
  font-size: 16px;
  color: #555;
  line-height: 1.6em;
}
.page_wrap .header p:first-child{
  font-weight: 700;
  font-size: 28px;
  color: #888;
  margin: 0 0 25px;
}
.page_wrap .header p:last-child{
  font-weight: 500;
  font-size: 13px;
  color: #555;
  line-height: 1.3em;
  margin: 10px 0 0;
}

section{
  margin: 50px 0 0;
}
section h2{
  text-align: left;
  font-weight: 900;
  font-size: 16px;
  color: #555;
}
section.sec1{
  display: flex;
  align-items: center;
}
section.sec1 h2{
  flex:1;
}
section.sec1 ul{
  flex:4;
  display: flex;
}
section.sec1 ul li{
  flex: 1;
  margin: 0 0 0 10px;
}
section.sec1 ul li a{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ccc;
  color: #fff;
  font-size: 13px;
  height: 50px;
}
section.sec1 ul li.active a{
  background-color:#333;
}
section.sec2 .box{
  display:flex;
  width: 100%;
  position: relative;
}
section.sec2 .box > div{
  min-height: 500px;
}

section.sec2 .box > div:first-child{
  width: 266px;
}
section.sec2 .box > div:first-child span{
  width: 128px;
}
section.sec2 .box > div:first-child span:first-child{
  margin: 0 10px 0 0;
}
section.sec2 .box > div:last-child{
  position: relative;
  margin: 0 0 0 10px;
  width: 512px;
  overflow: hidden;
}
section.sec2 .box > div h3{
  font-weight: 300;
  font-size: 15px;
  color:#333;
  border-bottom: 1px solid #aaa;
  display: flex;
  width: 100%;
  height: 30px;
  align-items: center;
}
section.sec2 .box > div > div{
  display: flex;
  align-items: center;
  width: 100%;
  height: 45px;
  padding: 0 5%;
  border-bottom: 1px solid #ccc;
  justify-content: flex-end;
}
section.sec2 .box > div > div:last-child{
  *border:none;
  *border-top:1px solid #aaa;
  justify-content: flex-start;
  padding: 0 2%;
}
section.sec2 .box .price_box {
  color: #555;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  z-index: 999;
}
section.sec2 .box .price_box select{
  width: 120px;
}

.tab {
    overflow: hidden;
    padding: 0 !important;
}
.tab:last-child{
  border-top: none !important;
  border-bottom: 1px solid #ccc !important;
  justify-content: flex-start !important;
  padding: 0 5% !important;
  font-weight: 700;
  font-size: 15px;
  color: #555;
  background-color: #ececec;
}

.tab > div {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  font-size: 13px;
  font-weight: 300;
  justify-content: center;
  align-items: center;
}

.tab > div:hover {
  background-color: #ddd;
}

.tab > div.active {
  background-color: #333;
  color: #fff;
}

.tab > div p{
  width: 128px;
  text-align: left;
}

.tab > p {width: 128px;}

.tabcontent {
  display: none;
  width: 100%;
}
.tabcontent:first-child{
  display: block;
}


.page_wrap .con_box{
  height: 630px !important;
  border-bottom: 1px solid #ccc !important;
  align-items: flex-start !important;
  padding: 12px 10px !important;
  overflow-y: scroll;
}
.page_wrap .con_box h4{
  font-weight: 700;
  font-size: 17px;
  color: #333;
  margin: 0 0 1em;
}
.page_wrap .con_box h4:before{
  content: "■";
  font-size: 0.5em;
  display:inline-block;
  vertical-align: middle;
  padding: 0 0.5em 0 0;
}
.page_wrap .con_box p{
  font-size: 14px;
  line-height: 1.15em;
  margin: 0 0 0.5em;
  padding: 0 3%;
}
.page_wrap .con_box p b::before{
  content: "⊙";
  font-size: 0.5em;
  display:table-cell;
  vertical-align: middle;
  padding: 0 0.2em 0 0;
}
.page_wrap .con_box .img_box{
  display: flex;
  margin: 2em 0 0;
}
.page_wrap .con_box .img_box li{
  flex: 1;
  margin: 0 1%;
}
.page_wrap .con_box .img_box li img{
  width: 100%;
}
.page_wrap .con_box .img_box li p{
  text-align: center;
  font-size: 13px;
  color: #555;
  padding: 0.5em 0 0;
}

.btn_box{text-align:center; margin:50px auto 0;}
.btn_box button{
  width:300px; height:67px;
  padding:20px;
  border:none;
  font-size:26px;
  font-weight:100;
  background-color: #222;
  color: #eee;
  border-radius: 30px;
}

.btn_effect{
  color:rgb(23, 132, 226);
  border-bottom:1px solid rgb(23, 132, 226);
}
