@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');
/* -------------------------------------------------------- */
body {
  font-size: 15px;
  /* //.글자폰트 크기 수정 */
  font-family: "Noto Sans KR", sans-serif;
}
/* -------------------------------------------------------- */
.container {
  width: 1280px;
  margin: 0 auto;
}
.title {
  text-align: center;
}
.title h2 { 
  font-family: "Noto Serif KR"; 
  font-weight: 400; 
  font-size: 60px; 
  letter-spacing: 3.6px;
}
.title h2 .bold {
  font-weight: 900;
}
.title p {
  line-height: 30px;
  letter-spacing: -1px;
}

/* -------------------------------------------------------- */
/* header */
header {
  width: 100%;
  height: 116px;
  border-top: 5px solid #000;
}
/* ------------------------- */
/* header_top */
.header_top .container {
  height: 61px;
}
/* h_left */
.header_top .container .h_left {
  float: left;
}
.header_top .container img {
  margin-top: 3px;
}
/* ------------------------- */
/* h_middle */
.header_top .container .h_middle {
  float: left;
  margin-left: 451px;
}
/* ------------------------- */
/* h_right */
.header_top .container .h_right {
  float: right;
}
.header_top .container .h_right ul {
  margin-top: 20px;
}
.header_top .container .h_right ul li {
  float: left;
  color: #2C3649;
}
.header_top .container .h_right ul li:nth-child(2) {
  margin-left: 10px;
}
.header_top .container .h_right ul li a {
  font-size: 12px;
}
.header_top .container .h_right ul li:hover a {
  font-weight: bold;
  color: #3967bc;
}
/* -------------------------------------------------------- */
/* header_bottom */
nav.header_bottom {
  width: 100%;
  height: 48px;
  line-height: 48px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

ul.gnb {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


nav.header_bottom .container ul.gnb li a {
  font-size: 18px;
  font-weight: 600;
  color: #2c3649;
  letter-spacing: 1.08px;
}
nav.header_bottom .container ul.gnb li:hover a {
  color: #3967bc;
}
/* -------------------------------------------------------- */
/* main_visual */
main .main_visual {
  width: 100%;
  height: 900px;
  background: url(../img/img1.png) no-repeat bottom center;
}
/* -------------------------------------------------------- */
/* main_visual main_top */
main .main_visual .main_top {
  height: 188px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: space-between;
  padding-top: 158px;
}
main .main_visual .main_top .sub_title {
  text-align: center;
  width: 250px;
  height: 40px;
  background: #2c3649;
  border-radius: 20px;
  line-height: 40px;
}
main .main_visual .main_top .sub_title p {
  color: #fff;
  font-weight: 600;
}
main .main_visual .main_top .main_title {
  font-family: "Alfa Slab One", serif;
  color: #2c3649;
  line-height: 60px;
  letter-spacing: 2.4px;
}
main .main_visual .main_top .main_title p {
  font-size: 40px;
}
main .main_visual .main_top .main_title h2 {
  font-size: 60px;
}
/* -------------------------------------------------------- */
/* main_visual main_bottom */
main .main_visual .main_bottom {
  font-size: 15px;
  font-weight: 700;
  line-height: 30px; 
  letter-spacing: 0.9px;
  color: #2c3649;
  border: none;
  text-align: center;
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

main .main_visual .main_bottom .btn {
  width: 210px;
  height: 65px;
  border-top: 1px solid #2c3649;
  border-bottom: 1px solid #2c3649;
  text-align: center;
  line-height: 3;
  margin-top: 50px;
}
main .main_visual .main_bottom .btn a {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1.2px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  color: #2c3649;
}
/* -------------------------------------------------------- */
/* at_701planning */
.at_701planning {
  width: 100%;
  height: 905px;
  padding: 100px 0 115px 0;
  background: #fff;
}
.at_701planning .container {
    width: 1189px;
}
/* -------------------------------------------------------- */
/* at_701planning main_title */
.at_701planning .container .main_title {
  color: #2c3649;
  font-family: "Noto Serif KR";
  letter-spacing: 2.7px;
}
.at_701planning .container .main_title p {
  font-size: 45px;
}
.at_701planning .container .main_title h2 {
  margin-top: 5px;
  font-size: 60px;
  font-weight: 900;
}
/* -------------------------------------------------------- */
/* at_701planning sub_title */
.at_701planning .container .sub_title p {
  margin-top: 30px;
  color: #c3c7ce;
  line-height: 1.25;
  letter-spacing: -1px;
}
/* -------------------------------------------------------- */
/* at_701planning card */
.at_701planning .container .card section {
  float: left;
  background: #ebebeb;
  border-radius: 20px;
}
.at_701planning .container .card section:hover {
  transform: scale(1.025);
  transition: 0.8s;
  box-shadow: 1px 1px 20px #ccc;
}
.at_701planning .container .card .card_bottom {
  border: none;
  width: 280px;
  height: 160px;
  background: #ebebeb;
  border-radius: 0 0 20px 20px;
  text-align: center;
}
.at_701planning .container .card .card_bottom p {
  margin-top: 20px;
  color: #2c3649;
}
.at_701planning .container .card .card_bottom h3 {
  font-weight: 700;
  font-size: 25px;
  margin-top: 15px;
  color: #2c3649;
  margin-bottom: 20px;
}
.at_701planning .container .card .card_bottom .btn {
  width: 119px;
  height: 39px;
  border: 1px solid #2c3649;
  border-radius: 20px;
  margin: 0 auto;
  line-height: 35px;
}
.at_701planning .container .card .card_bottom .btn a {
  font-size: 12px;
  color: #2c3649;
  font-weight: 600;
  padding: 7px 10px 7px 20px;
  align-items: center;
  gap: 8px;
  line-height: 25px;
}
.at_701planning .container .card .card_bottom .btn i {
  margin-left: 8px;
}
.at_701planning .container .card section{
  margin-left: 23px;
}
 .at_701planning .container .card .guard_card {
  margin-top: 230px;
  margin-left: 0;
}
.at_701planning .container .card .security_card {
  margin-top: 100px;
}
.at_701planning .container .card .advice_card {
  margin-top: 280px;
}
.at_701planning .container .card .portfolio_card {
  margin-top: 140px;
} 
/* -------------------------------------------------------- */
/* performance */
.performance {
  width: 100%;
  height: 866px;
  padding: 100px 0 104px 0;
  background: #fff;
}
.performance .container {
  width: 880px;
}
.performance .container .title h2 {
  font-size: 60px;
  color: #2c3649;
  font-family: "Noto Serif KR";
}
.performance .container .title p {
  margin-top: 30px;
  color: #c3c7ce;
  letter-spacing: -1px;
  margin-bottom: 150px;
}
.performance .performance_card {
  width: 100%;
  background: url(../img/img6.png) no-repeat;
  background-size: cover;
  border-radius: 20px;
  overflow: hidden;
}
.performance .performance_card ul.icon {
  width: 100%;
  height: 550px;
  background: rgba(44, 54, 73, .8);
}
.performance .performance_card ul.icon >li{
  width: 25%;
  float: left;
  text-align: center;
  color: #fff;
  padding-top: 156px;
}
.performance .performance_card .icon ul li:nth-child(2) {
  font-size: 70px;
  font-weight: 600;
  margin-top: 20px;
}
.performance .performance_card .icon ul li:nth-child(3) {
  font-size: 20px;
  margin-top: 20px;
}
.performance .performance_card .icon ul li:nth-child(4) {
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
}
.performance .performance_card .icon ul li a{
  font-size: 12px;
  font-weight: 600;
  line-height: 37px;
  width: 120px;
  height: 40px;
  border: 1px solid #fff;
  background-color: #2c3649;
  border-radius: 20px;
  margin: 30px auto;
  display: block;
}
.performance .performance_card .icon ul li:hover a{
  color: #2c3649;
  background: #fff;
}
.performance .performance_card .icon ul li a i{
  margin-left: 8px;
}
/*-------------------------------------------------------- */
/* process */
.process {
  width: 100%; 
  padding: 0 0 105px 0;
  position: relative;
  background: #fff;
}
.process .container { 
  width: 1092px;
}
.process  .bottom {
  width: 100%;
  height: 2900px;
  padding: 82px 0;
  background: #2c3649;
}
.process .title {
  width: 100%;
  height: 400px;
}
.process .title .ab_tit {
  position: absolute;
  left: 50%; top: 125px;
  text-align: center;
  width: 315px;
  transform: translateX(-50%);
  color: #333;
}
.process.on .title .ab_tit {
  top: 672px;
  left: 50%;
  margin-left: -400px;
  color: #fff;
}
.process.on .title h2 {
  color: #fff;
}
.process .title h2 {
  font-size: 60px;
  color: #2c3649;
  font-family: "Noto Serif KR";
  letter-spacing: 3.6px;
}
.process .title p {
  margin-top: 40px;
  line-height: 30px; 
  letter-spacing: -1px;
}
.process .title p span {
  font-size: 25px;
  font-weight: 700;
  display: inline-block;
  position: relative;
}
.process .title p span::before {
  content: '';
  display: inline-block;
  width: 100%; height: 5px;
  background: #ffa800;
  position: absolute;
  left: 0; bottom: 0;
}
.process .title p span b {
  position: relative;
}
.process .container .main_title {
  display: none;
}
.process .container .process_area h4 {
  margin-top: 25px;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
}
.process .container .process_area p {
  margin-top: 20px;
  font-size: 18px;
  color: #fff;
  letter-spacing: -0.9px;
  line-height: 25px;
}
.process .container .process_area .left .advice {
  margin-top: 400px;
}
.process .container .process_area .left {
  float: left;
  padding-top: 150px;
}
.process .container .process_area .right {
  float: right;
}
.process .container .process_area section {
  margin-top: 150px;
}
.process .container .process_area .right .request {
  margin-top: 82px;
}
.process .container .btn {
  width: 210px;
  height: 65px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
  line-height: 3;
  float: right;
  margin-right: 96px;
  margin-top: 230px;
}
.process .container .btn a {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1.2px;
  color: #fff;
}
.process .container .btn i {
  margin-left: 15px;
}
/* -------------------------------------------------------- */
/* portfolio */
.portfolio {
  width: 100%; 
  padding: 100px 0 70px 0;
  background: #fff; 
}
.portfolio .container {
  width: 1190px;
}
.portfolio .container .title {
  float: right;
}
.portfolio .container .title h2 {
  font-size: 60px;
  color: #2c3649;
  font-family: "Noto Serif KR";
  letter-spacing: 3.6px;
}
.portfolio .container .title p {
  float: right;
  margin-top: 30px;
  color: #c3c7ce;
  line-height: 30px; 
  letter-spacing: -1px;
}
.portfolio .container .left_right {
  width: 100%;
}
.portfolio .container .left_right button {
  background: #fff;
  border: 0;
  cursor: pointer;
  float: left;
  margin-top: 50px;
}
.portfolio .container .left_right .right img {
  margin-left: 15px;
}
.portfolio .container .portfolio_area {
  width: 100%;
  height: 600px;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}
.portfolio .container .portfolio_area ul {
 width: 200%;
 position: absolute;
 left: 0; top: 50px;
}
.portfolio .container .portfolio_area ul li {
  float: left;
}
.portfolio .container .portfolio_area li {
  box-sizing: border-box;
  border: 1px solid #e4e4e4;
  margin-bottom: 0;
  float: left;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}
.portfolio .container .portfolio_area ul li a {
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(1, 1, 1, .4);
  position: absolute;
  left: 0; top: 0;
  color: #fff;
  text-align: center;
  transition: .6s;
  transform: translateY(470px);
}
.portfolio .container .portfolio_area ul li:hover a {
  transform: translateY(0);
}
.portfolio .container .portfolio_area ul li a span {
  padding: 200px 0 14px;
  display: block;
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: 400;
}
.portfolio .container .portfolio_area ul li a p {
  font-size: 30px;
  line-height: 1.2;
}
.portfolio .container .btn {
  width: 210px;
  height: 65px;
  border-top: 1px solid #2c3649;
  border-bottom: 1px solid #2c3649;
  text-align: center;
  line-height: 3;
  float: left;
  margin-left: 500px;
}
.portfolio .container .btn a {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1.2px;
  color: #2c3649;
}
.portfolio .container .btn i {
  margin-left: 15px;
}
/* -------------------------------------------------------- */
/* footer */
footer {
  width: 100%; 
  height: 260px;
  background: #2C3649; 
}
footer .container {
  width: 1190px;
  padding-top: 50px;
}
footer .container .f_left ul li {
  color: #ebebeb;
  font-size: 12px;
  margin-top: 5px;
}
footer .container .f_left ul li strong {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}
footer .container .f_left ul li:nth-child(2n) {
  float: left;
  margin-right: 16px;
}
footer .container .f_left .sns_logo ul li a img {
  margin-top: 40px;
}
footer .container .f_left .sns_logo ul li:nth-child(1) a img {
  float: left;
}
footer .container .f_left .sns_logo ul li:nth-child(2) a img {
  margin-left: 15px;
}
footer .container .f_right {
  float: right;
  margin-top: -50px;
}
