@charset "euc-kr";

/* È¸»ç¼Ò°³ */
.company {padding: 30px 0 0;text-align: center;}

.company h2 {margin: 0 auto;padding: 5px 0;width: 194px;background-color: #75529f;border-radius: 10px;}
.company h2 img {width: 170px;}

.company > div.tel {display: inline-block;margin: 20px 0 12px;width: 159px;background-color: #f7f7f7;border: 1px dashed #ddd;font-size: 10px;color: #2c2c2c;}
.company > div.tel span {display: inline-block;position: relative;padding: 10px 5px;}
.company > div.tel span:first-child:after {content: '';position: absolute;right: -2px;top: 50%;width: 1px;height: 12px;background-color: #d9d9d9;transform: translateY(-50%);}

.company > ul.time li {position: relative;display: inline-block;font-weight: 400;font-size: 10px;color: #8054b5;}
.company > ul.time li:nth-child(2) {margin: 0 10px;}
.company > ul.time li:before {content: '';position: absolute;left: -3px;top: 50%;transform: translateY(-50%);width: 2px;height: 2px;border-radius: 100%;background-color: #8054b5;}

.company .tit {display: flex;justify-content: space-between;margin: 20px auto 5px;width: 95%;}
.company .tit h3 span {margin-right: 5px;font-size: 10px;}
.company .tit > span {font-weight: 700;font-size: 15px;color: #ececec;vertical-align: 1px;}
.company .tit + p {padding: 20px 30px;margin: 0 auto;width: 95%;background-color: #ffffff;border: 1px solid #bfbfbf;font-size: 12px;color: #868686;text-align: left;box-sizing: border-box;line-height: 20px;}
.company .tit + p span {font-weight: 800;font-size: 16px;color: #8054b5;}

.company .tit + ul {display: table;margin: 0 auto;width: 95%;border: 1px solid #bfbfbf;font-size: 10px;}
.company .tit + ul > li {display: table-cell;vertical-align: middle;}
.company .tit + ul > li:first-child {width: 30%;background-color: #f8f8f8;border-right: 1px solid #bfbfbf;font-size: 12px;}
.company .tit + ul > li:last-child {padding: 20px;background-color: #ffffff;text-align: left;}
.company .tit + ul > li:last-child li {position: relative;margin-bottom: 10px;line-height: 20px;color: #8c8c8c;}
.company .tit + ul > li:last-child li:before {content: '';position: absolute;left: -6px;top: 9px;width: 2px;height: 2px;background-color: #8c8c8c;}
.company .tit + ul > li:last-child li span {color: #8054b5;}
.company .tit + ul > li:last-child li em {display: block;font-weight: 700;font-size: 9px;}

/* ÀÌ¿ë¾à°ü, °³ÀÎÁ¤º¸Ã³¸®¹æÄ§ ÆäÀÌÁö */
.company_info .agree_box {height: 300px;border-bottom: 1px solid #ccc;}
