@charset "utf-8";

/* reset */
html, body{
    -webkit-text-size-adjust : none;  /* 크롬, 사파리, 오페라 신버전 */
    -ms-text-size-adjust : none;  /* IE */
    -moz-text-size-adjust : none;  /* 파이어폭스 */
    -o-text-size-adjust : none;  /* 오페라 구버전 */
}
* { box-sizing:border-box; -webkit-tap-highlight-color: transparent; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button { margin:0; padding:0; }
body {overflow-x: hidden; font-family: 'Noto Sans KR', sans-serif;line-height: 1.2; font-size: 17px; color: #000000}
fieldset,img { border:0 none; vertical-align:top; }
img { max-width:100%; }
dl,ul,ol,li { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,q:before, q:after { content:''; content:none; }
input,select,textarea,button { font-family:inherit; vertical-align:middle; }
input { -webkit-appearance: none; -webkit-border-radius: 0; outline: none; border: none}
textarea { -webkit-appearance: none; -webkit-border-radius: 0; font-family:inherit; }
button { background:none; }
table { border-collapse: collapse; border-spacing: 0; }
button { border:0 none; cursor:pointer; }
a { color:inherit; text-decoration:none; }
a:active, a:hover { text-decoration:none; }
address,caption,cite,code,dfn,em,var { font-style:normal; font-weight:normal; }
caption {clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; position: absolute; width: 1px;}

/* 시스템 구성 테이블 */
.product-table{width: 100%;}
.product-table > tbody > tr{border-bottom: 1px solid #11a295;}
.product-table > tbody > tr > td{text-align: center; padding:10px 20px; }
.product-table > tbody > tr > td:first-child{border-right:1px solid #11a295; background-color: #F0F5F5; font-weight: bold;}
.product-table > tbody > tr:first-child > td{border-right: none !important; padding: 10px 20px; font-size: 22px; background-color: #11a295 !important; color: #fff;}
.product-table > tbody > tr > td > ul > li > p {position: relative; padding-left: 20px; font-size: 17px !important; }
.product-table > tbody > tr > td > ul{width: 54%; margin: 0 auto; text-align: left;}
.product-table > tbody > tr > td > ul:first-child{margin-top: 0px;}
.product-table > tbody > tr > td > ul > li{padding-bottom: 0px !important; margin-top: 0px !important;}




