@charset "utf-8";
/* common */
.img, .ico {text-align: center;}

/* sub01 */
.thanks {gap: 50px;display: flex; justify-content: space-between; align-items: center; margin-bottom: 130px; margin-top: 20px;}
.thanks > div {width: 100%;}
.thanks .doc-cnt {max-width:538px;}
.thanks .doc-tit {position: relative;padding-bottom: 25px; margin-bottom: 70px; font-size: 30px; font-weight: 500; line-height: 1.333em; border-bottom: 1px solid #ddd;}
.thanks .doc-tit:before {position: absolute; content: ''; height: 2px; width: 200px; background-color: #1e95d3; bottom: -1px; left: 0;}
.thanks .doc-tit strong {color: #1e95d3;}
.thanks .doc-desc p {line-height: 1.625em; color: #454545; margin-bottom: 29px; letter-spacing: 0}
.thanks .doc-desc p span {font-weight: 600;}
.info-ci {position: relative; padding-top: 66px;}
.info-ci:before {position: absolute; content: ''; width: 100%; height: calc(100% + 100px); left: 0; top: 0; z-index:-1; background: url('../images/sub/ci_bg.png') no-repeat left bottom -35px #f8f8f8;}
.info-ci .doc-desc {margin-bottom: 52px;}
.info-ci .doc-desc div {font-size: 20px; font-weight: 500; color: #454545; text-align: center; margin-bottom: 7px;}
.info-ci .doc-desc div br {display: none;}
.info-ci .doc-desc .ico {display: inline; padding-left: 10px; padding-right: 5px;}

/* sub02 */
.business-img {margin-bottom: 100px; text-align: center;}
.root_daum_roughmap_landing {width: 100% !important;}
.map {display: flex; justify-content: space-between; align-items: center; margin-top: 40px;}
.map > div {width: 100%;}
.map .items {border-left : 1px solid #ddd; padding: 21px 57px;}
.map .items ul {width: fit-content; margin: auto;}
.map .items li {display: flex; margin-bottom: 25px;}
.map .items li:last-child {margin-bottom: 0;}
.map .items li p {font-size: 18px; color: #454545;}
.map .items .item-tit {font-size: 18px; font-weight: 600; min-width: 120px; margin-right: 70px;}
.map .items .item-tit img {vertical-align: middle; padding-right: 20px; margin-top: -.2em;}
