@charset "utf-8";

/*
 * File : aboutjg.css
 * SUMMARY:
 * 1) BOX MARGIN

 * 2) Insight - #ajInsight
 * 3) History - #history / .his
 * 4) Mid Banner - #ajBanner
 * 5) FAQ - .faq
 * 6) Partners - #partners
 * 7) Bottom Banner - .bottom_aj

 * 8) Who We Are - #whoweare / .who
 * 9) Benef - #benef
 * 10) JG Make - #jgmake
 * 11) TF Team - #tfTeam
 * 12) Bottom Banner - .bottom_who

 * 13) JG CI - #jgci
 * 14) JG CI Basic - #ciBasic
 * 15) JG CI Signature - #ciSignature
 * 16) JG CI Color - #ciColor
 * 17) Bottom Banner - .ottom_who

 * 18) Background IMG - .bg_aj / .bg_who
 */


/*------ BOX MARGIN ------*/

@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;
}
      

#ajInsight { padding: 50px 0 0; }
#history { padding: 190px 0 80px; }
#faq { padding: 150px 0 0; }
#partners { padding: 150px 0 80px; }

#whoweare {padding: 50px 0;}
#benef { padding: 120px 0 560px; }
#jgmake { padding: 150px 0 170px; }
#tfTeam { padding: 0 0 120px; }

#jgci {padding: 50px 0 0; }
#ciBasic {padding: 0 0 0; }
#ciSignature {padding: 70px 0 90px; }
#ciColor {padding: 60px 0 120px}



.contents_title p {
margin-top: 20px;
}

/*------ Insight ------*/

#ajInsight .contents_title {
    text-align: center;
}


#ajInsight .contents_title p {
line-height: 1.8;
}

#ajInsight .tag {
    margin: 0;
    padding: 0;
    width: inherit;
}
#ajInsight .tag a {
    border-radius: 20px;
    padding: 10px 28px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    background: var(--jg-blue);
    position: absolute;
    font-family: 'Pretendard-Regular';
}
#ajInsight .tag a:nth-child(1) {
    top: 13.8rem;
    right: 3rem;
}
#ajInsight .tag a:nth-child(2) {
    top: 16rem;
    left: 2rem;
}
#ajInsight .tag a:nth-child(3) {
    top: 27.5rem;
    left: 16rem;
}
#ajInsight .tag a:nth-child(4) {
    top: 28rem;
    right: -4rem;
}
#ajInsight .tag a:nth-child(5) {
    top: 32.8rem;
    left: 7rem;
}
#ajInsight .tag a:nth-child(6) {
    top: 35rem;
    right: 10rem;
}

#ajInsight .img_area {
    width: 100%;
    height: 255px;
    margin: 60px 0 0;
    background: var(--jg-blue);
}
#ajInsight .img_area img {
    width: 100%;
    border-radius: 0 156px 0 0;
}



/*------ History ------*/

#history .contents_title {
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
}

#history .contents_title .hist_logo {
    margin: 60px 70px 0 0;
}
#history .contents_title .hist_logo img {
    width: 360px;
}
#history .contents_title .hist_logo p {
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
    color: #777;
    text-align: right;
    margin-top: 30px;
    font-family: 'Pretendard-Regular';
}
#history .contents_title .hist_logo p span {
    font-weight: 600;
    font-size: 20px;
    color: var(--jg-blue);
    font-family: 'Pretendard-Regular';
}

#history .contents_flex p {
line-height: 1.4;
}
#history .swiper-hist {
    width: 1300px
}
#history .swiper-wrapper {
    width: 1200px
}
#history .swiper-slide.item {
    height: 230px;
    padding: 0;
    margin: 0;
    border: 1px solid var(--line-color);
	border-radius: 10px;
    transition: 0.4s;
}
#history .swiper-slide.item .his_box {
    width: 100%;
    height: 100%;
    border-left: 10px solid var(--jg-blue);
	border-radius: 9px;
    padding: 34px 30px;
    transition: 0.4s;
}
#history .swiper-slide.item .his_box .his_year {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Pretendard-Regular';
    color: var(--jg-blue);
    margin-bottom: 15px;
    transition: 0.4s;
}
#history .swiper-slide.item .his_box ul {
    padding: 0;
    margin: 0;
}
#history .swiper-slide.item .his_box ul li {
    color: var(--jg-navy);
    font-weight: 400;
    font-size: 16px;
    /* letter-spacing: -0.05em; */
    display: flex;
    justify-content: flex-start;
}
#history .swiper-slide.item .his_box ul li .month {
    font-weight: 700;
    margin-right: 18px;
    font-family: 'Pretendard-Regular';
}


.his_li {
    transition: 0.4s;
    font-family: 'Pretendard-Regular';

    
}
#history .swiper-slide.item:hover {
    background: var(--jg-blue);
    border: 1px solid var(--jg-blue);
}
#history .swiper-slide.item:hover .his_box {
    border-left: 6px solid #fff;
}
#history .swiper-slide.item:hover .his_li {
    color: #fff;
    font-family: 'Pretendard-Regular';

}
#history .swiper-slide.item:hover .his_year {
    color: #fff;
}


#history .btn_option {
    position: absolute;
    width: 100%;
    height: 240px;
    display: flex;
    align-items: center;
}
#history .swiper-button-next,#history .swiper-button-prev {
    width:26px;
    height:26px;
    z-index:5;
    cursor:pointer;
    border:1px solid #636571;
    color: #636571;
    border-radius: 13px;
    background: #fff;
    background-size:27px 44px;
    background-position:center;
    background-repeat:no-repeat;
    box-sizing:border-box;
}
#history .swiper-button-next:hover,#history .swiper-button-prev:hover {
    border:1px solid var(--jg-blue);
    background: var(--jg-skyblue);
    color: var(--jg-blue);
}
#history .swiper-button-prev::after, #history .swiper-button-next::after {
    content: none;
}




/*------ Mid Banner ------*/

.ajBanner {
    background-image: url(/img/ajBanner_2.jpg);
}
#midBanner.contents {
    width: 1440px;
    padding: 120px 0 120px;
    /* padding: 140px 0 130px; */
	/* padding: 280px 0 130px; */

}
#midBanner .contents_flex {
    width: 100%;
    padding: 0;
    color: #fff;
    /* letter-spacing: -0.05em; */
    justify-content: space-between;
    font-family: 'Pretendard-Regular';
}
#midBanner .contents_flex p {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
	line-height: 1.4;
}




/*------ FAQ ------*/

#faq .contents_title {
    margin-bottom: 0;
}

#faq .contents_flex {
    align-items: flex-start;
}
#faq .text_area {
    margin: 0px 0 0;
    font-family: 'Pretendard-Regular';
}


#faq .text_area p {
    line-height: 1.8;
	margin-top: 20px;
}
#faq .accordion {
    width: 45%;
}
#faq .accordion .accordion-item {
    border: 0;
    margin-bottom: 15px;
}
#faq .accordion .accordion-item .accordion-header {
}
#faq .accordion-button {
    color: var(--jg-blue);
    background-color: var(--jg-skyblue);
    font-weight: 600;
    /* letter-spacing: -0.05em; */
    padding: 23px 34px;
    border-radius: 9px;
    margin-bottom: 15px;
    border: 1px solid var(--jg-skyblue);
    transition: 0.3s;
    font-family: 'Pretendard-Regular';
    
}
#faq .accordion-button:hover {
    border: 1px solid var(--jg-blue);
}
#faq .accordion-button::after {
    background-image: url(/img/acc_btn.svg);
}
#faq .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: var(--jg-blue);
    border: 1px solid var(--jg-blue);
    box-shadow: none;
}
#faq .accordion-button:not(.collapsed)::after {
    background-image: url(/img/acc_btn_active.svg);
}
#faq .accordion .accordion-item .accordion-collapse {
    
}
#faq .accordion-body {
    display: flex;
    justify-content: flex-start;
    /* letter-spacing: -0.05em; */
    padding: 23px 34px;
    border: 1px solid var(--jg-blue);
    border-radius: 9px;
}
#faq .accordion-body span {
    font-weight: 600;
    font-size: 22px;
    color: var(--jg-blue);
    width: 30px;
}
#faq .accordion-body p {
    font-size: 16px;
    color: #3e3e3e;
    font-weight: 500;
    margin: 5px 0 0;
    /* letter-spacing: -0.05em; */
    font-family: 'Pretendard-Regular';
	line-height: 1.4;
}


#faq .bottomBtn {
    display: inherit;
    width: 300px;
    padding: 25px 38px;
    margin: 20px 0 75px;
    background: #3e3e3e;
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    transition: 0.4s;
    border-radius: 9px;
    float: right;
    /* box-shadow: 10px 10px 49px rgb(100 99 99 / 40%); */
}
#faq .bottomBtn:hover {
    border-radius: 38px;
    background: var(--jg-blue);
}
#faq .bottomBtn i {
    margin: 0 0 0 80px;
}







/*------ Partners ------*/

#partners .contents_title {
    text-align: center;
    margin-bottom: 80px;
}


.cli-logo {
    /*height: 42px;*/
    width:160px;    
    padding:0 20px;
}


/* roller-01 */

#partners .rollingbanner-01{
    width: 100%;
    height: 48px;
    margin-bottom: 64px;
}

#partners .rollingbanner-01 > .wrap-01{
    position: relative;
    width: 100%;
    height: 48px;
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden;
}

/* 애니메이션하는 요소 */
#partners .roller-01{
    position: absolute;
    height: 100%;
}

#partners .roller-01 > ul{
    height: 100%;
    margin: auto 0;
    list-style: none;
    padding: 9px 0;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

#partners .roller-01 > ul > li{ width:160px;
}



/* roller-02 */

#partners .rollingbanner-02{
    width: 100%;
    height: 48px;
    margin-bottom: 48px;
}

#partners .rollingbanner-02 > .wrap-02{
    position: relative;
    width: 100%;
    height: 48px;
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden;
}

/* 애니메이션하는 요소 */
#partners .roller-02{
    position: absolute;
    height: 100%;
}

#partners .roller-02 > ul{
    height: 100%;
    margin: auto 0;
    list-style: none;
    padding: 9px 0;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

#partners .roller-02 > ul > li{width:160px;
}



/*------ Bottom Banner ------*/

.bottom_aj {
    background-image: url(/img/bottom_aj.jpg);
}







/*------ Who We Are ------*/

#whoweare .contents_title {
    margin-bottom: 40px;
    text-align: center;
}

#whoweare .contents_flex {
}
#whoweare .swiper-who {
    width: 1300px;
}
#whoweare .swiper-wrapper {
    width: 1200px;
    overflow: visible;
}
#whoweare .swiper-who .item {
    height: 427px;
    border-radius: 34px 118px 34px 34px;
    transition: all 0.4s;
    overflow: visible;
}
#whoweare .swiper-who .item .who_item_name {
    position: absolute;
    padding: 9px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 10px;
    background: var(--jg-blue);
    bottom: 0;
    left: 0;
    z-index: 999;
}
#whoweare .swiper-who .item .who_item_name h5 {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Pretendard-Regular';
}
#whoweare .swiper-who .item .who_item_name p {
    font-size: 16px;
    font-weight: 400;
    margin-left: 9px;
    color: #fff;
    font-family: 'Pretendard-Regular';
}
#whoweare .swiper-who .item .who_item_txt {
    opacity: 0;
    width: 95%;
    height: 410px;
    position: absolute;
    transition: all 0.4s;
    border-radius: 34px 118px 34px 34px;
    background-color: rgb(0 111 236/ 85%);
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    margin-left: 17px;

}
#whoweare .swiper-who .item .who_item_txt p {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #fff;
    /* letter-spacing: -0.05em; */
    font-family: 'Pretendard-Regular';
}

#whoweare .swiper-who .item:hover .who_item_txt {
    opacity: 1;
}

#whoweare .swiper-who .item .who_item_img {
    width: 95%;
    height: 410px;
    border-radius: 34px 118px 34px 34px;
    overflow: hidden;
    top: 0;
    margin-left: 17px;
}
#whoweare .swiper-who .item .who_item_img img {
    height: 100%;
}


#whoweare .btn_option {
    position: absolute;
    width: 100%;
    height: 427px;
    display: flex;
    align-items: center;
}
#whoweare .swiper-button-next,#whoweare .swiper-button-prev {
    width:26px;
    height:26px;
    z-index:5;
    cursor:pointer;
    border:1px solid #636571;
    color: #636571;
    border-radius: 13px;
    background: #fff;
    background-size:27px 44px;
    background-position:center;
    background-repeat:no-repeat;
    box-sizing:border-box;
}
#whoweare .swiper-button-next:hover,#whoweare .swiper-button-prev:hover {
    border:1px solid var(--jg-blue);
    background: var(--jg-skyblue);
    color: var(--jg-blue);
}
#whoweare .swiper-button-prev::after, #whoweare .swiper-button-next::after {
    content: none;
}



/*------ Benef ------*/

#benef.contents {
    display: flex;
    justify-content: space-between;
}
#benef .bene_box {
    width: 620px;
}
#benef .bene_box .contents_title {
    margin-bottom: 100px;
}
#benef .bene_box .contents_flex {
    
}
#benef .bene_box .contents_flex .item {
    width: 33.3%;
    display: flex;
    justify-content: flex-start;
}
#benef .bene_box .contents_flex .item .bene_ico {
    width: 30px;
    margin-right: 15px;
}
#benef .bene_box .contents_flex .item .bene_ico img {
    width: 100%;
}
#benef .bene_box .contents_flex .item .bene_txt {
    
}
#benef .bene_box .contents_flex .item .bene_txt h3 {
    font-size: 24px;
    font-weight: 600;
    color: var(--jg-blue);
    /* letter-spacing: -0.05em; */
    margin-bottom: 15px;
    font-family: 'Pretendard-Regular';
}
#benef .bene_box .contents_flex .item .bene_txt p {
    font-size: 16px;
    font-weight: 400;
    /* letter-spacing: -0.05em; */
	line-height: 1.3;
    font-family: 'Pretendard-Regular';
}

#benef .bene_box hr {
    margin: 50px 0 37px;
    border: 1px dashed var(--line-color);
}



/*------ JG Make ------*/

#jgmake .contents_title {
    margin-bottom: 70px;
}
#jgmake .text_area {
    width: 50%;
    font-family: 'Pretendard-Regular';
}
#jgmake .text_area h3 {
    color: var(--jg-blue);
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 28px;
    font-family: 'Pretendard-Regular';
}

#jgmake .text_area p {
line-height: 1.8;
}

/*------ TF Team ------*/

#tfTeam.contents {
    display: flex;
}
#tfTeam .tf_box {
    width: 50%;
}
#tfTeam .contents_title {
    margin-bottom: 40px;
}
#tfTeam .contents_title h5 {
    margin-bottom: 43px;
}
#tfTeam .contents_grid {
    display: grid;
    grid-template-columns: auto auto;
}

#tfTeam .contents_grid p {
line-height: 1.4;
}
#tfTeam .contents_grid .item {
    margin-bottom: 56px;
}
#tfTeam .contents_grid .item:nth-child(3) {
    grid-column: 1 /3;
    grid-row: 2 / 3;
}
#tfTeam .contents_grid .item:nth-child(4) {
    grid-column: 1 /3;
    grid-row: 3 / 4;
}
#tfTeam .contents_grid .item h3 {
    color: var(--jg-blue);
    font-size: 24px;
    margin-bottom: 22px;
    /* letter-spacing: -0.05em; */
    font-family: 'Pretendard-Regular';
}
#tfTeam .contents_grid .item p {
    /* letter-spacing: -0.05em; */
    font-family: 'Pretendard-Regular';
}



/*------ Bottom Banner ------*/

.bottom_who {
    background-image: url(/img/bottom_who.jpg);
}






/*------ JG CI ------*/

#jgci .contents_title {
    text-align: center;
	margin-bottom: 10px;

}


/*------ JG CI Basic ------*/

#ciBasic .contents_title {
    margin-bottom: 30px;
}

#ciBasic .contents_title h2{
    margin-top: 30px;
} 

#ciBasic .contents_title p {
    margin-top: 10px;
}


#ciBasic .contents_flex {
    justify-content: space-between;
}
#ciBasic .item {
    width: 660px;
    display: flex;
    justify-content: center;
}
#ciBasic .item:first-child {
    padding: 60px 0;
    border: 1px solid var(--line-color);
}
#ciBasic .item:last-child {
    padding: 0 0;
}
#ciBasic .item img {
    
}
#ciBasic .item:last-child img {
    width: 60%;
}


/*------ JG CI Signature ------*/

#ciSignature .contents_title {
    margin-bottom: 40px;
}

#ciSignature .contents_title p {
    margin-top: 10px;
}
#ciSignature .contents_flex {
    justify-content: space-between;
}
#ciSignature .item {
    width: 660px;
}
#ciSignature .item .img_area {
    width: 100%;
    padding: 95px 0;
    border: 1px solid var(--line-color);
    display: flex;
    justify-content: center;
}
#ciSignature .item .img_area img {
    width: 74%;
}

#ciSignature .item .img_area .ci_logo_eng {
    width: 78%;
}
#ciSignature .item p {
    font-size: 16px;
    font-weight: 600;
    /* letter-spacing: -0.05em; */
    margin-top: 20px;
    font-family: 'Pretendard-Regular';
}



/*------ JG CI Color ------*/

#ciColor .contents_title {
    margin-bottom: 30px;
}
#ciColor.contents {
    width: 1440px;
}
#ciColor .contents_flex {
    justify-content: flex-start;
}
#ciColor .item {
    padding: 45px 40px 35px;
    margin-right: 25px;
    height: 210px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
#ciColor .item:first-child {
    width: 600px;
    background: var(--jg-blue);
}
#ciColor .item:last-child {
    width: 260px;
    background: var(--jg-navy);
}
#ciColor .item h4 {
    width: 100%;
    font-size: 26px;
    color: #fff;
    /* letter-spacing: -0.05em; */
    font-family: 'Pretendard-Regular';
}
#ciColor .item p {
    width: 100%;
    font-size: 14px;
    color: #fff;
    /* letter-spacing: -0.05em; */
    font-family: 'Pretendard-Regular';
}



/*------ Bottom Banner ------*/

.bottom_ci {
    background-image: url(/img/bottom_ci.jpg);
}



/*------Background IMG------*/

.bg_aj {
    
}
.bg_aj img {
    position: absolute;
}
.bg_aj img:nth-child(1) {
    top: 30rem;
    width: 100%;
}
.bg_aj img:nth-child(2) {
    top: 144rem;
    width: 690px;
	height: 420px;
}
.bg_aj img:nth-child(3) {
    top: 141.5rem;
    left: 9rem;
    width: 78px;
}


.bg_who {
    
}
.bg_who img {
    position: absolute;
}
.bg_who img:nth-child(1) {
    top: 105rem;
    right: 0;
    width: 1676px;
}
.bg_who img:nth-child(2) {
    top: 129rem;
    right: 10rem;
    width: 87px;
}
.bg_who img:nth-child(3) {
    top: 169rem;
    left: 0;
    width: 860px;
}
.bg_who img:nth-child(4) {
    top: 202rem;
    right: 0;
}











