@charset "utf-8";

/* ABOUT US */
.ab { text-align: center; }
.ab.pb { padding-bottom: 240px; }
.ab h2 { font-size: 56px; font-weight: 700; color: #26265f; line-height: 1.2em; }
.ab h2 strong { font-weight: 800; }
.ab h2 span { color: #ff9c00; }
.ab p { font-size: 20px; line-height: 1.5em; margin-top: 25px;}
.ab h3 { font-size: 30px; font-weight: 500; line-height: 1.2em; margin-bottom: 13px; }
.ab-img { text-align: center; margin-top: 70px; }

/* BUSINESS */
.bs-list { display: flex; flex-wrap: wrap;}
.bs-list li { width: calc(100%/4); text-align: center; }
.bs-list li .circle { width: 150px; height: 150px; border-radius: 150px; background: #26265f; display: flex; align-items: center; justify-content: center; margin: auto;}
.bs-list li .tit { font-size: 26px; font-weight: 700; color: #222; line-height: 1.3em; margin: 25px 0 20px;}
.bs-list li .txt { line-height: 2.2em; }

/* HISTORY */
.hst { position: relative; margin-top: 110px; background: url(../images/sub/hst-logo.png) center no-repeat; background-attachment: fixed;}
.hst::after { content: ""; position: absolute; left: 0; right: 0; margin: auto; top: 10px; width: 1px; height: 98%; background: #ddd; z-index: -1;}
.hst .group { width: 50%; margin-left: 50%; padding-left: 60px; margin-bottom: 100px; position: relative; }
.hst .group.fx { width: 50%; margin-left: 0; padding-left: 0; padding-right: 60px; text-align: right;}
.hst .group:last-child { margin-bottom: 0; }
.hst .group::before { content: ""; position: absolute; left: 0; top: 5px; width: 40px; height: 40px; border-radius: 40px; background: #ff9c00; border: 14px solid #ffebcc; left: -20px;}
.hst .group.fx::before { left: auto; right: -20px; }
.hst .group h3 { line-height: 1em; font-size: 50px; font-weight: 700; font-family:'poppins'; color: #ff9c00; margin-bottom: 25px; }
.hst .group strong { font-size: 16px; display: block; font-weight: 600; color: #26265f; margin-bottom: 15px; }
.hst .group h5 { font-weight: 600; font-size: 16px;}
.hst .group p { font-weight: 300; margin-bottom: 15px; }

/* CLIENT */
.cl-list { display: flex; gap: 25px; flex-wrap: wrap;}
.cl-list li { position: relative; width: calc(100%/5 - 20px); text-align: center; }
.cl-list li::after { content: ""; position: absolute; left: 0; right: 0; top: 0;bottom: 0; margin: auto; border: 1px solid #ddd;}

/* portfolio 리스트 */
.pf-tab { display: flex; justify-content: flex-end; margin: 60px 0 80px; gap: 10px 35px; flex-wrap: wrap;}
.pf-tab li a { display: block; color: #fff; line-height: 1em; font-size: 18px; font-weight: 500; padding-bottom: 5px; position: relative;}
.pf-tab li a::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 2px; background: #ff9c00; transition: .2s;}
.pf-tab li.active a { color: #ff9c00; }
.pf-tab li.active a::after { width: 100%; }
.pf-tab li:hover a { color: #ff9c00; }
.pf-tab li:hover a::after { width: 100%; }

/* portfolio 상세페이지 */
.pf-view-top { position: relative; margin-bottom: 80px; }
.pf-view-top .pf-tab { margin: 0; position: absolute; left: 0; right: 0; margin: auto; top: 15px; justify-content: center;}
.pf-view-top .pf-tab a { color: #26265f; }
.pf-view { display: flex; margin-bottom: 120px; }
.pf-view .thumb { width: 50%; }
.pf-view .thumb>div {position:relative; padding-bottom:56.25%; overflow:hidden;}
.pf-view .thumb img {position:absolute; top:50%; left:50%; transition:.4s ease-in-out; transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); -webkit-transform:translate(-50%, -50%); width:100% !important; height:auto !important; object-fit:contain; max-width: 100%; max-height: 100%;}
.pf-view .info { width: 50%; padding-left: 70px; }
.pf-view .info .ctr { font-size: 18px; font-weight: 600; line-height: 1em; color: #999; gap: 22px; display: flex; }
.pf-view .info .ctr span { display: inline-block; line-height: 1em; position: relative; }
.pf-view .info .ctr span:last-child::before { content: ""; position: absolute; left: -12px; width: 1px; height: 14px; background: #999; top: 2px;}
.pf-view .info .tit { font-size: 30px; font-weight: 700; line-height: 1.25em; color: #26265f; padding: 14px 0 26px; border-bottom: 1px solid #ddd; }
.pf-view .info .group { margin-top: 40px; }
.pf-view .info .group h4 { font-weight: 700; font-size: 16px; line-height: 1em; color: #26265f; margin-bottom: 15px; }
.pf-view .info .list-btn { width: 100%; background: #26265f; text-align: center; color: #fff; line-height: 1em; display: flex; align-items: center; justify-content: center; font-weight: 700; margin-top: 100px; height: 56px; border-radius: 28px;} 
.pf-relation-list { display: flex; flex-wrap: wrap; gap: 51px; margin-bottom: 120px; }
.pf-relation-list li { width: calc(100%/3 - 34px); }
.pf-relation-list li .thumb {position:relative; padding-bottom:56.25%; overflow:hidden;}
.pf-relation-list li .thumb img {position:absolute; top:50%; left:50%; transition:.4s ease-in-out; transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); -webkit-transform:translate(-50%, -50%); width:100% !important; height:auto !important; object-fit:contain; max-width: 100%; max-height: 100%;}
.pf-pagi { display: flex; justify-content: space-between; align-items: center; }
.pf-pagi a { display: inline-block;  }
.pf-pagi a .way { position: relative; line-height: 1em; font-size: 14px; font-weight: 700; color: #222; display: block; margin-bottom: 30px; }
.pf-pagi a .way.prev { padding-left: 45px; }
.pf-pagi a .way.prev::before { content: ""; position: absolute; left: 0; width: 24px; height: 20px; background: url(../images/sub/view-prev.png) center no-repeat; background-size: contain;  top: 0; bottom: 0; margin: auto;}
.pf-pagi a .way.next { padding-right: 45px; text-align: right;}
.pf-pagi a .way.next::before { content: ""; position: absolute; right: 0; width: 24px; height: 20px; background: url(../images/sub/view-next.png) center no-repeat; background-size: contain;  top: 0; bottom: 0; margin: auto;}
.pf-pagi a strong { display: block; font-size: 30px; font-weight: 700; color: #222; line-height: 1.3em;}

/* CULTURE */
.culture-list { display: flex; gap: 45px 28px; flex-wrap: wrap;}
.culture-list li { width: calc(100%/4 - 21px); border: 1px solid #26265f; padding: 35px 40px; position: relative; min-height: 330px;}
.culture-list li .tit { font-size: 26px; line-height: 1.4em; font-weight: 700; color: #26265f; margin-bottom: 12px; }
.culture-list li img { position: absolute; right: 40px; bottom: 30px; }

/* RECRUIT */
.rc-tit { text-align: center; color: #fff; line-height: 1em; font-size: 56px; font-weight: 700; margin-bottom: 110px; }
.rc-txt { padding-left: 70px; }
.rc-txt p { position: relative; font-size: 24px; font-weight: 300; line-height: 1.5em; color: #fff; padding-left: 20px; margin-bottom: 15px;}
.rc-txt p:last-child { margin-bottom: 0; }
.rc-txt p::before { content: ""; position: absolute; left: 0; top: 16px; width: 3px; height: 3px; border-radius: 3px; background: #fff; }
.rc-link { max-width: 680px; width: 100%; margin: 120px auto 0; }
.rc-link a { display: flex; width: 100%; height: 72px; background: #ff9c00; display: flex; align-items: center; justify-content: center; gap: 10px; font-weight: 700; line-height: 1em; color: #26265f; margin-bottom: 8px; }

/* CONTACT */
.ct-fx { display: flex; margin-bottom: 230px; }
.ct-fx .left { width: 41%; padding-right: 25px; }
.ct-fx .left h3 { font-size: 56px; font-weight: 700; color: #fff; line-height: 1.2em; margin-bottom: 25px; }
.ct-fx .left h3 span { color: #ff9c00; }
.ct-fx .left p { font-size: 20px; line-height: 1.4em; font-weight: 300; color: #fff; }
.ct-fx .right { width: 59%;}
.ct-form { display: flex; gap: 50px 60px; flex-wrap: wrap; padding-top: 10px;}
.ct-form .col { width: calc(100%/2 - 30px); }
.ct-form .col-x2 { width: 100%; }
.ct-form .col .title { display: block; margin-bottom: 12px; line-height: 1em; font-size: 18px; font-weight: 600; color: #fff; }
.ct-form .col .input { height: 52px; border: none; border-bottom: 1px solid #ddd; color: #fff; background: transparent; padding: 0; font-size: 15px; }
.ct-form .col .input#memo { border: 1px solid #ddd; padding: 12px; }
.ct-form .col .input:focus { outline: none;}
.ct-form .col .input::placeholder { color: #fff;}
.ct-form .item-fx { display: flex; gap: 30px; margin-top: 30px; color: #fff; flex-wrap: wrap;}
.submit-area { display: flex; align-items: flex-start; justify-content: space-between; margin-top: 15px;}
.submit-area .form-agree { margin: 0; }
.submit-area .form-agree .check { margin-top: 0; color: #fff; font-weight: 300; }
.submit-area .form-agree .checkbox { font-weight: 300; }
.submit-area .form-agree .check a { background: transparent; padding: 0; border: none; font-size: 16px; margin: 0; position: relative; top: -2px;}
.submit-area .submit input { width: 200px; height: 64px; color: #26265f; font-size: 16px; font-weight: 600; }
.ct-map h2 { font-size: 66px; line-height: 1em; font-weight: 700; color: #ff9c00; font-family:'poppins'; margin-bottom: 30px; }
.ct-map p { margin-top: 30px; text-align: center; font-size: 18px; font-weight: 500; line-height: 1.4em; color: #fff; }