@charset "utf-8";

/* intro */
.intro .img {position:relative;}
.intro .img:before {content:""; width:300px; height:160px; background:url("../images/sub/intro_logo.png") no-repeat 50% 50%; background-size:contain; position:absolute; right:40px; bottom:40px;}
.intro .cnt {background:#f8f8f8; padding:50px 60px;}
.intro .cnt p {margin-bottom:28px; font-size:18px; font-weight:400; line-height:1.667em; letter-spacing:-.03em; color:#242424;}
.intro .cnt p:nth-child(4) {margin-bottom:50px;}
.intro .cnt .first {font-family:'NanumSquare', sans-serif; font-size:26px; font-weight:700; line-height:1.731em;}
.intro .cnt .first .green {font-weight:800; color:#51ae1c;}
.intro .cnt .rank {font-weight:300; display:flex; align-items:center; margin-bottom:0;}
.intro .cnt .rank .name {margin-left:15px;}

/* history */
.history {padding-left:185px;}
.history .group {display:flex; letter-spacing:-.03em;}
.history .group:last-child .wrap {padding-bottom:0;}
.history .group:last-child .wrap:before {display:none;}
.history .group:last-child .wrap ul li:last-child:before {display:none;}
.history .group .year {font-family: 'Roboto', sans-serif; font-size:30px; font-weight:700; line-height:0.8em; color:#12491f; padding-right:48px;}
.history .group .wrap {padding-bottom:100px; position:relative;}
.history .group .wrap:before {content:""; position:absolute; width:1px; height:100%; background:#ddd;}
.history .group .wrap ul li {display:flex; margin-bottom:34px; position:relative; padding-left:48px;}
.history .group .wrap ul li:before {content:""; width:15px; height:15px; border-radius:50%; border:3px solid #4ead1c; background:#fff; top:1px; left:-7px; position:absolute;}
.history .group .wrap ul li:last-child {margin-bottom:0;}
.history .group .wrap .date {width:76px; margin-right:18px; font-family: 'Roboto', sans-serif; color:#242424; font-size:20px; font-weight:500; line-height:0.8em;}
.history .group .wrap .con {width:1%; min-width:0; flex:1 1 auto;}
.history .group .wrap .con .txt {font-size:18px; font-weight:400; line-height:1em; color:#454545;}
.history .group .wrap .con .img {margin-top:25px;}

/* location */
.location .map {margin-bottom:28px;}
.location .root_daum_roughmap {width:100% !important;}
.location .root_daum_roughmap .wrap_map {height:500px !important;}
.location .location-table table {width:100%; border-collapse:collapse; border-spacing:0px;}
.location table tr {text-align:left;}
.location table tr th {position:relative; padding:22px 0; font-size:18px; font-weight:500; letter-spacing:-.01em; line-height:1.4em; color:#242424;}
.location table tr th .img {margin-right:18px; display:inline-block;}
.location table tr th .img img {vertical-align:middle;}
.location table tr th:after {content:""; width:1px; height:15px; background:#ddd; position:absolute; right:0; top:36px; margin-top:-7.5px;}
.location table tr td {padding:22px 30px; font-size:17px; font-weight:400; letter-spacing:-.01em; line-height:1.4em; color:#454545;}
.location table tr:last-child th {padding-bottom:0;}
.location table tr:last-child td {padding-bottom:0;}