/* common */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
/* t 100
l 300
r 400
m 500
bo700
bk900 */
@import url('https://fonts.googleapis.com/css2?family=Play:wght@700&display=swap');
/* @import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css"); */

@font-face {
    font-family: 'Pretendard-Light';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-SemiBold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Bold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-ExtraBold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}
.pace-done {
    /* height:0; */
}
:root {
    --vh: 100%;
 }
.active{
    display: block !important;
}
.page {
    position: relative;
    height:100vh;
    height: calc(var(--vh, 1vh) * 100);
}

.pre-300 {
    font-family: 'Pretendard-Light';
    font-weight: 300;
}
.pre-400 {
    font-family: 'Pretendard-Regular';
    font-weight: 400;
}
.pre-600 {
    font-family: 'Pretendard-SemiBold';
    font-weight: 600;
}
.pre-700 {
    font-family: 'Pretendard-Bold';
    font-weight: 700;
}
.pre-800 {
    font-family: 'Pretendard-ExtraBold';
    font-weight: 800;
}
.sm--br {
    display: none;
}
/* loading-bar position & color */
.pace .pace-progress {
    top:87px !important;
    /* background: #1e8b96 !important; */
}
.pace .pace-activity {
    /* border-top-color:#1e8b96 !important;
    border-left-color:#1e8b96 !important; */
}
/* loading-bar position & color */
p{
    margin-bottom: 0px;
}
/* #app {
    width:100%;
    height:auto;
    position: relative;
} */

img {
    display: block;
}
.hk-color-primary {
    color: #1e8b96;
}
.inner {
    position: relative;
    margin: 0 auto;
    width:100%;
}
body{
    background-color: #fff;
}
.--mt-90 {
    margin-top: 90px;
}
/* .hidden{
    opacity: 0; 
    position: relative;
    bottom: -100px;
} */
.back-to-position {
    opacity: 0;
    transition: 1s;
  }
.back-to-position.to-right {
transform: translateX(-150px);
}
.back-to-position.to-left {
/* transform: translateX(150px); */
}
.back-to-position.to-top{
    transform: translateY(150px);
}
.back-to-position.to-left {
    transform: translateX(150px);
}
.show .back-to-position {
    opacity: 1;
    transform: translateX(0);
}
.show .back-to-position.delay-0 {
    transition-delay: 0;
}
.show .back-to-position.delay-1 {
    transition-delay: 0.3s;
}
.show .back-to-position.delay-2 {
    transition-delay: 0.6s;
}
.show .back-to-position.delay-3 {
    transition-delay: 0.9s;
}
/* common */

header {
    width:100%;
    position: fixed;
    left: 0;
    top:0;
    background-color: transparent;
    /* background-color: #fff; */
    border-bottom: 1px solid transparent;
    z-index:3;
    transition: .9s;
}

.scroll_page header{
    background-color: white;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 5px 0px; */
    border-bottom: 1px solid #e2e2e2;
}
header .inner {
    max-width: 1194px;
    height:90px;
    display: flex;
    align-items: center;
    /* background-color: greenyellow; */
}
nav a {
    text-decoration: none;
}
nav {
    width:100%;
    height:100%;
    display: flex;
    align-items: center;
}
nav .brand {
    min-width:150px;
    height:32px;
    /* border: 1px solid red; */
    position: relative;

    /* flex-grow: 1; */
}
header .brand__logo {
    /* background-image: url("../img/logo.png"); */
    width: 150px;
    height:32px;
    position: absolute;
    left: 0;
    top:0;
    bottom:0;
    margin: auto;
}
.main-nav {
    width:582px;
    padding:0;
    margin:0;
    margin-left: auto;
    font-size: 18px;
    font-weight: normal;
    color: #090909;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    list-style: none;
    align-items: center;
    /* border: 1px solid sandybrown; */
}
.main-nav a {
    color:#090909;
}
.main-nav .contact-button a{
    color:white;
}
.main-nav__item.contact-button {
    width:174px;
    height:44px;
    border-radius:22px;
    background-color: #1e8b96;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav-toggle{
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
.popup__container{
    display: none;
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100vh;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
    z-index:4;
}
.scrollX {
    overflow: hidden !important;
    -ms-touch-action: none;
    touch-action: none;
}

@-webkit-keyframes rotate {
    100% {
      transform: rotate(1turn);
    }
  }
  
  @keyframes rotate {
    100% {
      transform: rotate(1turn);
    }
  }
  
#hero {
    background-color: #eff9f7;
}
#hero .inner {
    max-width: 1316px;
    height:100vh;
    background-color: #eff9f7;
}
/* .hero-bg-left-top {
    position: absolute;
    width: 547px;
    height:auto;
    top:0;
    left:0;
    z-index: 1;
}
.hero-bg-right-bottom{
    position: absolute;
    bottom:0;
    right:0;
    z-index: 1;
} */
.hero-bg-left-top {
    position: absolute;
    width: 547px;
    height:auto;
    top:0;
    left:-302px;
    z-index: 1;
}
.hero-bg-right-bottom{
    position: absolute;
    bottom:0;
    right:-302px;
    z-index: 1;
}
.hero__container {
    width: 100%;
    z-index: 2;
    display: flex;
    position: absolute;
    left: 0px;
    bottom: 160px;
}

.hero__container .img-box {
    max-width: 824px;
    width: 65%;
}
.hero-img {
    max-width: 100%;
    height:auto;
}
/* .hero-img {
    max-width: 824px;
    width: 65%;
    height:auto;
} */

.hero__container .text-group{
    margin-top: 108px;
    flex-grow: 1;
    width:35%;
    margin-right: 5px;
    word-wrap: break-word;
    word-break: keep-all;
}

.hero__container .text-group h2 {

    width:100%;
    font-weight: bold;
    font-size:45px;
    text-shadow: 0 0 40px rgba(255, 255, 255, 0.91);
    line-height: 1.36;
    color: #1e8b96;
    word-wrap: break-word;
    word-break: keep-all;
}
.hero__container .text-group p {    
    margin-top: 45px;
    font-size: 18px;
    font-family: Pretendard;
    font-weight: normal;
    line-height: 1.39;
    letter-spacing: normal;
    text-align: left;
    color: #3b3b3b;
 
}



#corporate-identity {
    background-color: #fff;
    height:593px;
}
#corporate-identity .inner {
    max-width: 1194px;
    height:100%;
    background-color: #fff;
}
.coporate-identity__container {
    width: 100%;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.coporate-identity__container .text-group{
    flex-grow: 1;
}
.coporate-identity__container .text-group h1{
    color: #0ca8b0;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight:900;
    line-height: 1.47;
    font-size: 78px;
}
.coporate-identity__container .text-group p {
    font-size: 22px;
    font-family: 'Noto Sans KR', sans-serif;
    line-height: 1.45;
    text-align: left;
    color: #393939;
    word-wrap: break-word;
    word-break: keep-all;
}
.coporate-identity__logo{
    width:368px;
    margin-left: 178px;
}


#hk-solution {
    background-color: #f9f9f9;
    height:970px;
}
#hk-solution .inner {
    padding-top:130px;
    max-width: 1194px;
    height:970px;
    background-color: #f9f9f9;
}
#hk-solution .text-group.title h2{
    text-align: center;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 48px;
    font-weight: 900;
    line-height: 1.77;
    text-align: center;
    color: #1e8b96;
}
#hk-solution .text-group.title p {
    text-align: center;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 20px;
    line-height: 2;
    text-align: center;
    color: #505050;
}
.hk-solution__container {
    
    width: 100%;
    /* height:438px; */
    height:auto;
    display: flex;
    margin-top:106px;
    /* border:1px solid black; */
}
.hk-solution__container .flex-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* flex-basis: 33.3%; */
    flex:1;
    padding:12px 0;
}
/* .img_div {
    flex-basis: 33.3%;
    display: flex;
    justify-content: center;
    align-items: center;
} */
.hk-solution__container .mo-2 {
    order:1;
}
.hk-solution__container .img-box { 
    max-width: 438px;
    margin-bottom: 50px;
    width:100%;
    flex:1;
    display: flex;
    justify-content: center;
    align-items: center;
    order:2;
    /* border:1px solid royalblue; */
}
.hk-solution__container .mo-3 {
    order:3;
}
.hk-solution__container .img-box .hk-logo-circle{
    width:100%;
    height:auto;
}
.hk-solution__container .description-card {
    min-height:150px;
    height:50%;
    /* height:auto; */
    width:100%;
    box-sizing: border-box;
    /* flex: 1; */
    display: flex;
    flex-direction: column;
    /* margin-top: 50px; */
    /* border:1px solid sandybrown; */
}
.hk-solution__container .description-card.--bottom{
    margin-top: 30px;
}
.hk-solution__container .description-card .card__title {
    display: flex;
    width:100%;
    height:55px;
    height:auto;
    /* align-items: center; */
    align-items: flex-start;
    /* border:1px solid plum; */
}

.hk-solution__container .description-card .card__title .card__icon {
    width:55px;
    height:55px;
    flex:none;
}
.hk-solution__container .description-card .card__title h2 {
    font-family: 'Noto Sans KR', sans-serif;
    font-size:34px;
    color: #505050;
    margin-bottom:0;
    /* word-wrap: break-word;
    word-break: keep-all; */
    /* border: 1px solid red; */
}
.hk-solution__container .description-card.--left .card__title{
    justify-content: flex-end;
}
.hk-solution__container .description-card.--left .card__icon{
    order:2;
}
.hk-solution__container .description-card .text-group{
    height:auto;
}
.hk-solution__container .description-card .text-group p {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 18px;
    letter-spacing: -1px;
    font-weight: 400;
    line-height: 2;
    color: #505050;
    word-wrap: break-word;
    word-break: keep-all;
}
/* .hk-solution__container .description-card.--top {
    margin-top: 23px;
} */
/* .hk-solution__container .description-card.--bottom {
    margin-bottom:15px;
} */
.hk-solution__container .description-card.--left .text-group {
    padding-right:calc(55px + 12px);
    /* margin-right:8px; */
    text-align: right;
}

.hk-solution__container .description-card.--right .text-group {
    padding-left:calc(55px + 12px);
    text-align: left;
}
.hk-solution__container .description-card.--left .card__title h2{
    margin-right: 12px;
    text-align: right;
    word-wrap: break-word;
    word-break: keep-all;
}
.hk-solution__container .description-card.--right .card__title h2{
    margin-left: 12px;
    text-align: left;
    word-wrap: break-word;
    word-break: keep-all;
}


.hk-solution__container .description-card .text-group {
    display: flex;
    flex-direction: column;
}




#letcode-intro {
    background-image: url("../img/letcode-intro-bg.png");
    width: 100%;
    height:970px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#letcode-intro .inner {
    max-width: 1194px;
    height: 970px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 0 100px; */
}

.letcode-intro__card {
  
    width:642px;
    height:614px;
    padding: 38px 46px;
    background-color: white;
    /* -webkit-box-shadow: 0px 0px 30px 0px #1e8b96;  */
    /* box-shadow: 0px 0px 0px 30px #1e8b96; */
    box-shadow: 0px 0px 30px 20px rgba(30,139,150,0.3);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.letcode-intro__card .border-design-top{
    width:100%;
    height:53px;
    border:5px solid #1e8b96;
    border-bottom:none;
    margin-bottom: 66px;
}
.letcode-intro__card .border-design-bottom{
    width:100%;
    height:53px;
    margin-top: 17px;
    border: 5px solid #1e8b96;
    border-top:none;
}
.letcode-intro__card .letcode-bi {
    width:214px;
    height:auto;
}
.letcode-intro__card .text-group {
    width: 75%;
    color: #2e2e2e;
    text-align: center;
    word-wrap: break-word;
    word-break: keep-all;
}
.letcode-intro__card .text-group h2 {
    margin: 44px 0px 34px;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.38;
}
.letcode-intro__card .text-group p {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.31;
}
.letcode-site-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 178px;
    height: 50px;
    margin-top:60px;
    background-color: #1e8b96;
    border-radius: 24px;
    font-size: 18px;
    text-decoration: none;
    line-height: 1.17;
    color: #fff;
}


#letcode-function  {
    width: 100%;
    height: 828px;
    text-align: center;
    background-color: #f8f8f8;
}
#letcode-function .inner {
    height:828px;
    padding-top:124px;
    max-width: 1194px;
}
#letcode-function .text-group.title{
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.67;
    text-align: center;
    color: #434343;
}
   
.letcode-function__container {
    margin-top: 80px;
    display: flex; 
    justify-content: space-between;
}
.letcode-function__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width:320px;
    height:390px;
}
.letcode-function__card-top {
    width:248px;
    height:248px;
}
.letcode-function__container .letcode-function__card .text-group{
    word-wrap: break-word;
    word-break: keep-all;
    width:320px;
}
.letcode-function__container .letcode-function__card:not(:nth-child(2)) .text-group {
    width:248px;
}
.letcode-function__container .letcode-function__card .text-group h2{
    margin: 31px 0px 19px 0px;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.46;
    text-align: center;
    color: #202020;
}
.letcode-function__container .letcode-function__card .text-group p {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 20px;
    font-weight: 400;

    line-height: 1.3;

    text-align: center;
    color: #414141;
}

#letcode-summary {
    width:100%;
    height:auto;
    background-color: #fff;
}
#letcode-summary .inner {
    height:970px;
    display: flex;
    align-items: center;
}
.letcode-summary__container{
    display: flex;
    width: 100%;
    height: 560px;
    align-items: center;
    justify-content: center;
}
.letcode-summary__container .letcode-summary__desc {
    max-width:582px;
    width:50%;
    height:auto;
}
.letcode-summary__container .text-group{
    width:50%;
    display: flex;
    flex-direction: column;
}
.letcode-summary__container .text-group h2 {
    font-family: 'Play', sans-serif;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.28;
    text-align: left;
    color: #1e8b96;
}
.letcode-summary__container .text-group p {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 28px;
    font-weight: normal;
 
    line-height: 1.46;

    text-align: left;
    color: #656565;
}

#letcode-template {
    position: relative;
    width:100%;
    height:970px;
    /* background-color:#1e8b96; */
    /* border:1px solid red; */
}
.letcode-template-bg {
    /* width: 100%;
    height: 970px; */
    /* overflow: hidden; */
    /* position: relative; */
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    /* background-color: black; */
    /* background-image: our video ; */
    background-position: center center;
    background-size: contain;
    object-fit: cover;
}
.video__cover {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:970px;
    /* background-color: #1e8b96; */
    background-color: rgba(30,139,150,0.73);
    /* opacity: .65; */
    
}
#letcode-template .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* background-color:#1e8b96;
    opacity: .5s; */
    /* max-width: 1194px;
    height:970px; */
    width:100%;
    height:970px;
    padding-top: 254px;
    padding-bottom: 243px;
    opacity: 1;
}
#letcode-template .text-group {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height:473px;
    text-align: center;
    /* margin-top: 254px; */
    color: #fff;
    opacity: 1;
    font-family: 'Noto Sans KR', sans-serif;
}
#letcode-template .text-group h2 {
    
    font-size: 84px;
    font-weight: bold;
    line-height: 1.1;
}
#letcode-template .text-group h3 {
    font-size: 54px;
    font-weight: normal;
    line-height: 1.48;
    color: #fff;
} 
#letcode-template .text-group p {
    font-size: 22px;
    font-weight: normal;
    line-height: 1.82;
}
#letcode-template .text-group .letcode-site-link {
    width: 254px;
    height: 57px;
    border-radius: 40px;
    border: solid 2px #fff;
    margin: 0 auto;
    /* background-color: rgba(30,139,150,0.73); */
    background-color: #1e8b96;
 
}

footer {
    box-sizing: border-box;
    border-top: 1px solid #e2e2e2;
    width: 100%;
    /* height: 167px; */
    height: auto;
    background-color: #fff;
}
footer .inner {
    max-width: 1194px;
    /* height: 167px; */
    height:auto;
    display: flex;
    align-items: center;
}
footer .company-info__container {
    display: flex;
    width: 100%;
    height: 112px;
}
footer .company-info__container .text-group{
    padding: 14px 0;
    display: flex;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    font-weight: 400;
    flex-grow: 1;
    /* line-height: 1.88; */
    color: #4d4d4d;
    word-wrap: break-word;
    word-break: keep-all;
}
footer .company-info__container .text-group p{
    margin:0;

}
footer .company-info__container .text-group:nth-of-type(1){
    flex-direction: column;
    justify-content: space-between;
    /* margin-right: 208px; */
    flex:1;
}
footer .company-info__container .text-group:nth-of-type(2){
    align-items: flex-end;
    flex:1;
    justify-content: flex-end;
}
footer .company-info__container .brand {
    position: relative;
    width:112px;
    margin-right:92px;
}
footer .company-info__container .brand__logo {
    width: 112px;
    height:112px;
    position: absolute;
    left: 0;
    top:0;
    bottom:0;
    margin: auto;
}

/* 2page */
#company-intro {
    background-image: url("../img/company-intro-bg.png");
}
.intro-bg {
    position: relative;
    width:100%;
    height:380px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /* object-fit: cover; */
}
.intro-bg::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* background-image: linear-gradient(to bottom right,#1e8b96,#dc4225); */
    background-color: #000;
    opacity: .6; 
}
.intro-bg .inner {
    max-width: 1194px;
    height:380px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.intro-bg .inner .text-group {
    font-family: 'Noto Sans KR', sans-serif;
    color: #fff;
    text-align: center;
}
.intro-bg .inner .text-group h1 {
    font-size:48px;  
    font-weight: bold;
    line-height: 1.48;
}
.intro-bg .inner .text-group p {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.45;
    color: #fff;
}

#hk-identity {
    width:100%;
    height:636px;
}
#hk-identity .inner {
    max-width: 1194px;
    padding-top:174px;
    height:636px;
    background-color: white;
}
.identity-container {
    width:100%;
    height:auto;
    display: flex;
}
.identity-container  .text-group{
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
}
.identity-container  .text-group h2 {
    width:100%;
    display: flex;
    align-items: center;
    height:66px;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.5;
    color: #505050;
}
.identity-container  .text-group h2.pre-700 {
    font-size: 32px;
    line-height: 2.22;
    color: #343434;
}
.identity-container .text-group .logo-big {
    margin-top: 20px;
    width:353px;
    height:auto;
}
.identity-container  .text-group p {
    word-wrap: break-word;
    word-break: keep-all;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    text-align: left;
    color: #505050;
    padding-right:100px;
}

#hk-work-field {
    width: 100%;
    height:752px;
    background-color: #1e8b96;
}
#hk-work-field .inner {
    max-width: 1194px;
    padding-top: 130px;;
    height:752px;
}
#hk-work-field .inner .text-group.title {
   
    position: relative;
    text-align: left;
    color: #fff;
}
#hk-work-field .inner .text-group.title::before {
    position: absolute;
    top:-10px;
    left:0;
    content:"";
    width: 42px;
    height:7px;
    margin-bottom: 10px;
    border-bottom: 7px solid #fff;
}
#hk-work-field .inner .text-group.title h2{
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.5; 
}
#hk-work-field .inner .text-group.title p {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
}
#hk-work-field .work-field__container {
    /* border: 1px solid greenyellow; */
    margin-top: 74px;
    height: 350px;
    display: flex;
    justify-content: space-between;
}
#hk-work-field .work-field__container .work-field__card {
    /* max-width:276px; */
    width:24%;
    height: 350px;
    flex-grow:1;
    margin-left: 10px;
}
#hk-work-field .work-field__container .work-field__card:nth-last-child() {
    margin-left:0px;
}
.work-field__card .work-field__icon {
    width: 60px;
    height: 60px;
    margin-bottom: 12px;
}
.work-field__card h3 {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.45;
    color: #fff;
}
.work-field__card .text-group{
    word-break: keep-all;
    word-wrap: break-word;
    margin-top: 30px;
    border-top: 1px solid #fff;
    color: #fff;
}
.work-field__card .work-field__subject {
    margin-top: 32px;
    margin-bottom: 30px;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.45;
    text-align: left;
    color: #fff;
}

.work-field__card .text-group p {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
}


#hk-work-field-detail {
    width: 100%;
    height: auto;
    background-color: #fff;
    background-image: url("../img/work-field-detail-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#hk-work-field-detail .inner {
    max-width: 1194px;
    padding-top: 137px;
    padding-bottom: 137px;
    height: auto;
}

#hk-work-field-detail .inner .text-group.title{
    position: relative;
    font-family: 'Noto Sans KR', sans-serif;
    text-align: left;
    color: #505050;
    line-height: 1.5;
    margin-bottom: 100px;
}
#hk-work-field-detail .inner .text-group.title::before {
    position: absolute;
    top:-10px;
    left:0;
    content:"";
    width: 42px;
    height:7px;
    margin-bottom: 10px;
    border-bottom: 7px solid #1e8b96;
}
#hk-work-field-detail .inner .text-group.title h2 {
    font-size: 36px;
    font-weight: bold;
  
}
#hk-work-field-detail .inner .text-group.title p {
    font-size: 16px;
    font-weight: normal;
}
#hk-work-field-detail .work-detail__container{
    width:100%;
    max-width: 1194px;
    height:525px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 130px;
}

/* #hk-work-field-detail .work-detail__container:nth-child(odd){
} */
#hk-work-field-detail .work-detail__container.odd .img-box{
    order:2;
}
#hk-work-field-detail .work-detail__container.odd .work-detail-desc{
    order:1;
    margin-right: auto;
}
#hk-work-field-detail .work-detail__container:last-child{
    margin-bottom: 0px;
}
#hk-work-field-detail .work-detail__container .img-box{
    flex-basis:52%;
    max-width: 612px;
    display: flex;
    justify-self: center;
    align-items: center;
}
#hk-work-field-detail .work-detail__container .img-box .work-detail-img{
    width: 100%;
    height:auto;
    flex-grow: 1;
}
#hk-work-field-detail .work-detail__container .work-detail-desc{
    flex-basis: 48%;
    max-width: 582px;
    padding:0px 10px 0px 68px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    font-family: 'Noto Sans KR', sans-serif;
    text-align: left;
    color: #505050;
    text-align: left;
}
#hk-work-field-detail .work-detail__container .work-detail-desc.--grid4 {
    display: flex;
}
#hk-work-field-detail .work-detail__container .work-detail-desc.--grid4 .f-row{
    width: 100%;
}
#hk-work-field-detail .work-detail__container .work-detail-desc .f-row {
    display: flex;
}
#hk-work-field-detail .work-detail__container .work-detail-desc .f-row .text-group {
    width: 50%;
}

#hk-work-field-detail .work-detail__container .work-detail-desc h3 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.46;
}
#hk-work-field-detail .work-detail__container .work-detail-desc h4 {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5;
}
#hk-work-field-detail .work-detail__container .work-detail-desc p {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    word-break: keep-all;
    word-wrap: break-word;
}

/* 3page */
#work-intro {
    background-image: url("../img/work-intro-bg.png");
}

#work-process {
    width:100%;
    height:auto;
}
#work-process .inner {
    /* background-color: salmon; */
    padding-top: 137px;
    max-width: 1194px;
    height:auto;
}
#work-process .inner .text-group.title {
    position: relative;
    text-align: left;
    color: #505050;
}
#work-process .inner .text-group.title::before {
    position: absolute;
    top:-10px;
    left:0;
    content:"";
    width: 42px;
    height:7px;
    margin-bottom: 10px;
    border-bottom: 7px solid #1e8b96;;
}
#work-process .inner .text-group.title h2{
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.5; 
}
#work-process .inner .text-group.title p {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
}
#work-process .process__container {
    /* border: 1px solid yellow; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 63px;
    width: 100%;
    height:auto;
}
#work-process .process__container .process-card {
    flex-basis: 24%;
    width:276px;
    /* border: 1px solid purple; */
}
#work-process .process__container .process-card .text-group {
    text-align: center;
    margin-bottom: 63px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: bold;
    line-height: 1.5;
    color: #505050;
    padding: 0 5px;
    margin: 0 auto;
    margin-top:36px;
}
#work-process .process__container .process-card .text-group h3 {
    font-size: 22px;
    margin-bottom: 27px;
}
#work-process .process__container .process-card .text-group p {
    font-size: 16px;
    word-wrap: break-word;
    word-break: keep-all;
}


#work-process .process__container .process-card .card-img-top{
    max-width: 276px;
    margin:0 auto;
}
#work-process .process__container .process-card .card-img-top .process-card__img{
    width:100%;
    height:auto;
}

/* 4page */
#project-intro {

    background-image: url("../img/project-intro-bg.png");
}

/* 반복구간 정리필요 나중에 */
#portfolio  {
    width:100%;
    height:auto;
}
#portfolio >.inner {
    padding-top: 137px;
    max-width: 1194px;
    height:auto;
}
#portfolio >.inner .text-group.title {
    position: relative;
    text-align: left;
    color: #505050;
}
#portfolio >.inner .text-group.title::before {
    position: absolute;
    top:-10px;
    left:0;
    content:"";
    width: 42px;
    height:7px;
    margin-bottom: 10px;
    border-bottom: 7px solid #1e8b96;;
}
#portfolio >.inner .text-group.title h2{
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.5; 
    margin: 0;
}
#portfolio >.inner .text-group.title p {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
}
/* 반복구간 정리필요 나중에 */
#portfolio .portfolio-container .inner{
    max-width: 1194px;
    display: flex;
}
#portfolio .portfolio-container {

    /* background-color: yellow; */
    padding: 130px 0;
    display: flex;
    width:100%;
    height:auto;
    margin: 0 auto;
}
#portfolio .portfolio-container.odd{
    background-color: #f2f2f2;
}
#portfolio .portfolio-container .img-box {
    display: flex;
    justify-content: center;
    align-items: center;
    align-items: flex-start;
    /* max-width: 684px; */
    height: auto;
    flex: 1 1 684px;
    /* overflow: hidden; */
}

#portfolio .portfolio-container .portfolio-img {

    width: 100%;
    height:auto;
    border-radius: 15px;
    box-shadow: 15px 15px 30px 0 rgba(0, 0, 0, 0.2);
    /* transition: transform .5s ease; */
}
#portfolio .portfolio-container .img-box a.portfolio-img {
    background: black;
    padding: 0;
    position:relative;
}

#portfolio .portfolio-container .text-group {
    max-width:510px;
    /* width:100%; */
    height:auto;
    flex: 1 1 510px;
    /* flex: 1 1 510px; */
    padding-left:5%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    
}
#portfolio .portfolio-container .text-group h2{
    font-family: NotoSansKR;
    font-size: 36px;
    font-weight: bold;
    text-align: left;
    color: #505050;
}
#portfolio .portfolio-container .text-group .f-row {
    display: flex;
    min-height:50px;
    height:auto;
    align-items: center;
}
#portfolio .portfolio-container .text-group .f-row h3{
    min-width: 80px;
    font-size: 18px;
    flex: none;
    margin: 0;
}
#portfolio .portfolio-container .text-group .f-row p{
    flex-grow:1;
    word-break: keep-all;
    word-wrap: break-word;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5;
    color: #505050;
}
#portfolio .portfolio-container .text-group .f-row a{
    flex-grow:1;
    word-break: keep-all;
    word-wrap: break-word;
    font-size: 15px;
    text-decoration: none;
    font-family: 'Noto Sans KR', sans-serif;
    color: #505050;
}
#portfolio .portfolio-container .text-group .design-border-top{
    border-top: 7px solid #1e8b96;
    width: 42px;
    height: 10px;
}

#customer-intro {
    background-image: url("../img/customer-intro-bg.png");
}
#customer-center {
    width:100%;
    background-image: url("../img/customer-center-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height:auto;
}
#customer-center .inner {
    /* background-color: salmon; */
    padding-top: 137px;
    padding-bottom: 100px;
    max-width: 1194px;
    height:auto;
}
#customer-center .inner .text-group.title {
    position: relative;
    text-align: left;
    color: #505050;
}
#customer-center .inner .text-group.title::before {
    position: absolute;
    top:-10px;
    left:0;
    content:"";
    width: 42px;
    height:7px;
    margin-bottom: 10px;
    border-bottom: 7px solid #1e8b96;;
}
#customer-center .inner .text-group.title h2{
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.5; 
}
#customer-center .inner .text-group.title p {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
}
#customer-center .inner .support__container {
    display: flex;
    justify-content: space-around;
    margin-top:50px;
}

#customer-center .inner .support__container .support-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    flex-basis: 33%;
    width:378px;
    height:394px;
    padding: 64px 40px;
}
#customer-center .inner .support__container .support-card .text-group h3 {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5;
    color: #16585e;
    text-align: center;
    margin-bottom: 20px;
}
#customer-center .inner .support__container .support-card .text-group p {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    text-align: center;
    color: #505050;
    margin-bottom: 30px;
}
#customer-center .inner .support__container .support-card .text-group p:last-child {
    margin-bottom: 0px;
  }
#customer-center .support-card .card-img-top {
    width:50px;
    height:50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#faq-list {
    width:100%;
    /* height:970px; */
    height:auto;
    background-color: #1e8b96;
    color: #fff;
}
#faq-list .inner {
    /* background-color: salmon; */
    padding-top: 137px;
    padding-bottom:170px;
    max-width: 1194px;
    height:auto;
}
#faq-list .inner .text-group.title {
    position: relative;
    text-align: left;
    color: #fff;
}
#faq-list .inner .text-group.title::before {
    position: absolute;
    top:-10px;
    left:0;
    content:"";
    width: 42px;
    height:7px;
    margin-bottom: 10px;
    border-bottom: 7px solid #fff;;;
}
#faq-list  .inner .text-group.title h2{
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.5; 
}
#faq-list  .inner .text-group.title p {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
}
#faq-list .inner .faq-list__container {
    width:100%;
    height:auto;
    display: flex;
    flex-direction: column;
    margin-top: 81px;
   
    border-top:1px solid #fff;
}
#faq-list .inner .faq-list__container .question__item{
    border-bottom: 1px solid #fff;
    height: 77px;
    display: flex;
    align-items: center;
    text-align: left;
    padding-right:87px;
    justify-content: space-between;
}
#faq-list .inner .faq-list__container .answer__item{
    width: 100%;
    height:auto;
    background-color: #fff;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5;
    color: #393939;
    padding:42px;
    border-radius: 0px 0px 12px 12px;
}

#contact-intro {
    background-image: url("../img/contact-intro-bg.png");
}
#contact-us{
    width:100%;
    height:700px;
    background-image: url("../img/contact-us-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
#contact-us .inner {
    /* background-color: salmon; */
    padding-top: 137px;
    max-width: 1194px;
    height:700px;
}
#contact-us .inner .text-group.title {
    position: relative;
    text-align: left;
    color: #505050;
}
#contact-us .inner .text-group.title::before {
    position: absolute;
    top:-10px;
    left:0;
    content:"";
    width: 42px;
    height:7px;
    margin-bottom: 10px;
    border-bottom: 7px solid #1e8b96;;
}
#contact-us .inner .text-group.title h2{
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.5; 
}
#contact-us .inner .text-group.title p {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
}

.contact-info__container{
    margin-top: 65px;
    width:100%;
    display: flex;
    justify-content: space-between;
    height:auto;
}
.contact-info__container .contact-info__card {
    /* width:276px; */
    width:24%;
    height:275px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top:67px;
    padding-bottom:76px;
}
.contact-info__container .contact-info__card .card-img-top{
    display: flex;
    justify-content: center;
    align-items: center;
    width:50px;
    height:50px;
}
.contact-info__container .contact-info__card .text-group{
    text-align: center;
}
.contact-info__container .contact-info__card .text-group h3 {
    margin-top:17px;
    margin-bottom:15px;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5;
    color: #16585e;
}
.contact-info__container .contact-info__card .text-group p {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    color: #393939;
}

#estimate {
    width:100%;
    height:auto;
    background-color: #f8f8f8;
    color: #fff;
}
#estimate .inner {
    /* background-color: salmon; */
    padding-top: 137px;
    padding-bottom:115px;
    max-width: 1194px;
    height:auto;
}
#estimate .inner .text-group.title {
    position: relative;
    text-align: left;
    color: #505050;
}
#estimate .inner .text-group.title::before {
    position: absolute;
    top:-10px;
    left:0;
    content:"";
    width: 42px;
    height:7px;
    margin-bottom: 10px;
    border-bottom: 7px solid #1e8b96;
}
#estimate .inner .text-group.title h2{
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.5; 
}
#estimate .inner .text-group.title p {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
}

#estimate .inner .estimate-info__container {
    /* background-color: sandybrown; */
    margin-top: 75px;
    width:100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: space-between; */
}
#estimate .inner .estimate-info__container .f-row{
    width:100%;
    display: flex;
    justify-content: space-between;
}
#estimate .inner .estimate-info__container > .f-row:nth-child(2){
    margin-top: 56px;
    margin-bottom:78px;
}

#estimate .inner .estimate-info__container .client-info {
    width:100%;
    display: flex;
    justify-content: space-between;
}
#estimate .inner .estimate-info__container .client-info .f-col{
    display: flex;
    flex-direction: column;
    width:24%;
}
#estimate .inner .estimate-info__container legend,
#estimate .inner .estimate-info__container .client-info label {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.45;
    color: #505050;
}

#estimate .inner .estimate-info__container .client-info input {
    margin-top: 26px;
    width:100%;
    /* max-width: 276px; */
    height: 62px;
    border-radius: 6px;
    border: solid 1px #9d9d9d;
    background-color: #fff;
    padding: 19px 0px 19px 12px;
    outline:none;    
}
#estimate .inner .estimate-info__container .estimate-work-list label,
#estimate .inner .estimate-info__container .estimate-budget label{
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.47;
    color: #505050;
}


#estimate .inner .estimate-info__container .client-info input:focus {
    border: solid 1px #202020;
    outline:none;
}
#estimate .inner .estimate-info__container .client-info input:checked {
    background-color: #1e8b96;
}
#estimate .inner .estimate-info__container .estimate-work-list,
#estimate .inner .estimate-info__container .estimate-budget {
    width:50%;
    flex-wrap: wrap;
}
#estimate .inner .estimate-info__container .estimate-work-list .f-row,
#estimate .inner .estimate-info__container .estimate-budget .f-row{
    display: flex;
    align-items: center;
    justify-content:flex-start;
    list-style: none;
    width:100%;
}
#estimate .inner .estimate-info__container .estimate-work-list .f-row{
    justify-content: space-between;
    padding-left: 0px;
    padding-right:25px;
}
#estimate .inner .estimate-info__container .estimate-budget .f-row {
    flex-wrap: wrap;

    padding:0px;
}
#estimate .inner .estimate-info__container .estimate-budget .f-row li {
    margin-bottom: 5px;
    width: 25%;
    display: flex;
    align-items: center;
}

.estimate-work-list input{
    display: none;
}
.estimate-work-list input+label {
    cursor: pointer;
}
.estimate-work-list label {
    color: #505050;
}
.estimate-work-list input + label:before{
    content:"";
    display:inline-block;
    width:17px;
    height:17px;
    line-height:17px;
    margin-right: 5px;
    border:1px solid #9d9d9d;
    vertical-align:middle;/*체크 전과 체크 후 높이 차이 때문에 설정*/
}
/*checked된 input 바로 다음의 label:before 에 체크 후 CSS 설정*/  
.estimate-work-list input:checked + label:before{
    content:"\f00c";
    font-family:"Font Awesome 5 free";
    font-weight:900;
    color:#fff;
    background-color:#1e8b96;
    border-color: #9d9d9d;
    font-size:13px;

    text-align:center;
}

input[type="radio"] {
    /* remove standard background appearance */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* create custom radiobutton appearance */
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 5px;
    /* background-color only for content */
    background-clip: content-box;
    border: 2px solid #bbbbbb;
    background-color: #e7e6e7;
    border-radius: 50%;   
  }
  
  /* appearance for checked radiobutton */
  input[type="radio"]:checked {
    background-color: #1e8b96;
  }



#estimate .inner .estimate-info__container textarea{
    width: 100%;
    height: 328px;
    margin-bottom:65px;
    border-radius: 15px;
    border: solid 1px #707070;
    background-color: #fff;
    padding:20px;
}
#estimate .inner .estimate-info__container button{
    width:276px;
    height:64px;
    border-radius: 40px;
    border: solid 2px #1e8b96;
    color:#1e8b96;
    background-color: #fff;

}