@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
 * 8-1) CKorea
 * 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 ------*/

#ajInsight { padding: 0; }
#history { padding: 80px 8% 70px; }
#faq { padding: 80px 8% 100px; }
#partners { padding: 80px 8% 70px; }

#whoweare {padding: 30px 8%;}
#ckorea {
padding: 30px 7%;
width:100%;
height:700px;
background-size:cover;
background-image: url("/mobile/img/ckorea/jg-contents_landing_5.jpg"); }
#benef { padding: 80px 8%; }
#jgmake { padding: 30px 8% 200px; }
#tfTeam { padding: 205px 8% 100px; }

#jgci {padding: 30px 8% 0; }
#ciBasic {padding: 0 8%; }
#ciSignature {padding: 30px 8%; }
#ciColor {padding: 40px 8% 60px; }




/*------ Insight ------*/

#ajInsight .text_area {
    position: absolute;
    width: 100%;
}
#ajInsight .text_area h2 {
    font-size: 35px;
    font-weight: 600;
    color: #fff;
    line-height: 50px;
    margin-left: 20%;
    margin-top: 30%;
	font-family: 'LINESeedKR-Bd';
}
#ajInsight .text_area p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-top: 5%;
    margin-left: 8%;
}

#ajInsight .img_area {
    width: 100%;
}
#ajInsight .img_area img {
    width: 100%;
}



/*------ History ------*/

#history .contents_title {
    
}
#history .contents_box {
}
#history .his_form {
    width: 100%;
}
#history .his_form li {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
#history .his_form li .his_year {
    font-size: 16px;
    font-weight: 600;
    color: var(--jg-blue);
    font-family: 'Pretendard';
    margin-right: 20px;
    line-height: 26px;
    height: 100%;
}
#history .his_form li .his_li {
    font-size: 16px;
    font-weight: 400;
    color: #3b3b3b;
    font-family: 'Pretendard';
    line-height: 26px;
}
#history .his_form li .his_li .month {
    font-weight: 600;
}
#history .his_form li.line {
   /* border: 1px solid var(--line-color); */
    margin: 10px 0;
    height:1px;
    background:#eaeaea;
}



/*------ Mid Banner ------*/

.ajBanner {
    background-image: url(/mobile/img/ajBanner.jpg);
    background-size: cover;
}
#midBanner.contents {
    width: 100%;
    padding: 140px 8%;
}
#midBanner .contents_box {
    width: 100%;
    padding: 0;
    justify-content: space-between;
}
#midBanner .contents_box p {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}



/*------ FAQ ------*/

#faq .contents_title {
}

#faq .contents_box {
    margin-top: 18rem;
}
#faq .accordion {
    width: 100%;
}
#faq .accordion .accordion-item {
    border: 0;
    margin-bottom: 15px;
    background: none;
}
#faq .accordion .accordion-item .accordion-header {
}
#faq .accordion .accordion-item .accordion-body {
    background: #fff;
}
#faq .accordion-button {
    color: var(--jg-blue);
    background-color: var(--jg-skyblue);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.05em;
    padding: 18px 20px;
    border-radius: 9px;
    margin-bottom: 15px;
    border: 1px solid var(--jg-skyblue);
    transition: 0.3s;
}
#faq .accordion-button::after {
    background-image: url(/mobile/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(/mobile/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: 18px 20px;
    border: 1px solid var(--jg-blue);
    border-radius: 9px;
}
#faq .accordion-body span {
    font-weight: 600;
    font-size: 16px;
    color: var(--jg-blue);
    width: 30px;
}
#faq .accordion-body p {
    font-size: 14px;
    color: #3e3e3e;
    font-weight: 500;
    margin: 0;
    letter-spacing: -0.05em;
}


#faq .bottomBtn {
    display: block;
    padding: 20px;
    margin: 36px 0 0;
    background: #fff;
    font-size: 16px;
    color: var(--jg-blue);
    text-align: center;
    font-weight: 600;
    border: 1px solid var(--jg-blue);
    float: right;
}
#faq .bottomBtn i {
    margin: 0 0 0 60px;
}







/*------Partners------*/

#partners .contents_title {
    margin-bottom: 70px;
}

.cli-logo {
    /*height: 22px;*/
    margin-right: 30px;
    width:100px;
}

/* roller-01 */

#partners .rollingbanner-01{
    width: 100%;
    height: 44px;
    margin-bottom: 36px;
}

#partners .rollingbanner-01 > .wrap-01{
    position: relative;
    width: 100%;
    height: 44px;
    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: 10px 0;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

#partners .roller-01 > ul > li{width: 140px;
}



/* roller-02 */

#partners .rollingbanner-02{
    width: 100%;    
    margin-bottom: 36px;
}

#partners .rollingbanner-02 > .wrap-02{
    position: relative;
    width: 100%;
    height: 44px;
    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: 10px 0;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

#partners .roller-02 > ul > li{width: 140px;
}


/* roller-03 */

#partners .rollingbanner-03{
    width: 100%;
    height: 44px;
    margin-bottom: 36px;
}

#partners .rollingbanner-03 > .wrap-03{
    position: relative;
    width: 100%;
    height: 44px;
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden;
}

/* 애니메이션하는 요소 */
#partners .roller-03{
    position: absolute;
    height: 100%;
}

#partners .roller-03 > ul{
    height: 100%;
    margin: auto 0;
    list-style: none;
    padding: 10px 0;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

#partners .roller-03 > ul > li{
}



/* roller-04 */

#partners .rollingbanner-04{
    width: 100%;
    height: 44px;
    margin-bottom: 36px;
}

#partners .rollingbanner-04 > .wrap-04{
    position: relative;
    width: 100%;
    height: 37px;
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden;
}

/* 애니메이션하는 요소 */
#partners .roller-04{
    position: absolute;
    height: 100%;
}

#partners .roller-04 > ul{
    height: 100%;
    margin: auto 0;
    list-style: none;
    padding: 10px 0;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

#partners .roller-04 > ul > li{
}



/*------ Bottom Banner ------*/

.bottom_aj {
    background-image: url(/mobile/img/bottom_aj.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}







/*------Who We Are------*/

#whoweare .contents_title {
}

#whoweare .contents_box {
}
#whoweare .swiper-who {
    width: 100%;
}
#whoweare .swiper-wrapper {
    width: 100%;
    overflow: visible;
}
#whoweare .swiper-who .item {
    height: 420px;
    border-radius: 0px 70px 10px 10px;
    background: var(--jg-blue);
    overflow: visible;
}

#whoweare .swiper-who .item .who_item_name {
    position: absolute;
    padding: 9px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: var(--jg-blue);
    top: 265px;
    left: 0;
    z-index: 999;
}
#whoweare .swiper-who .item .who_item_name h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1rem;
    color: #fff;
}
#whoweare .swiper-who .item .who_item_name p {
    font-size: 14px;
    margin-left: 9px;
    line-height: 1rem;
    color: #fff;
}

#whoweare .swiper-who .item .who_item_img {
    width: 100%;
    height: 280px;
    border-radius: 0px 70px 10px 10px;
    overflow: hidden;
    top: 0;
}
#whoweare .swiper-who .item .who_item_img img {
    width: 100%;
}

#whoweare .swiper-who .item .who_item_txt {
    width: 100%;
    border-radius: 10px;
    background: var(--jg-blue);
    top: 0;
    padding: 10% 5% 5%;
}
#whoweare .swiper-who .item .who_item_txt p {
    font-size: 16px;
    color: #fff;
    line-height: 1.6rem;
}

#whoweare .swiper-pagination {
    top: 690px;
    height: 14px;
}
#whoweare .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid var(--jg-blue);
    background: var(--jg-skyblue);
    opacity: 1;
}
#whoweare .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--jg-blue);
    opacity: 1;
}




/*------Who We Are------*/

#ckorea .contents_title {



}


#ckorea .contents_box {
}
#ckorea .swiper-who {
    width: 100%;
 padding-top:187px;
    
}
#ckorea .swiper-wrapper {
    width: 100%;
    overflow: visible;
}
#ckorea .swiper-who .item {
    height: 420px;
   
}

#ckorea .swiper-who .item .who_item_name {
    position: absolute;
    padding: 9px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: var(--jg-blue);
    top: 265px;
    left: 0;
    z-index: 999;
}
#ckorea .swiper-who .item .who_item_name h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1rem;
    color: #fff;
}
#ckorea .swiper-who .item .who_item_name p {
    font-size: 14px;
    margin-left: 9px;
    line-height: 1rem;
    color: #fff;
}

#ckorea .swiper-who .item .who_item_img {
    width: 100%;
    height: 280px;
    top: 0;
}
#ckorea .swiper-who .item .who_item_img img {
    width: 100%;
}

#ckorea .swiper-who .item .who_item_txt {
    width: 100%;
    border-radius: 10px;
    background: var(--jg-blue);
    top: 0;
    padding: 10% 5% 5%;
}
#ckorea .swiper-who .item .who_item_txt p {
    font-size: 16px;
    color: #fff;
    line-height: 1.6rem;
}

#ckorea .swiper-pagination {
    top:10px;
    height: 14px;
    position:relative;
}
#ckorea .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid var(--jg-blue);
    background: var(--jg-skyblue);
    opacity: 1;
}
#ckorea .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--jg-blue);
    opacity: 1;
}





/*------ Benef ------*/

#benef.contents {
}
#benef .bene_box {
    width: 100%;
}
#benef .bene_box:nth-child(2) {
    margin-top: 300px;
}
#benef .bene_box .contents_title {
}
#benef .bene_box .contents_flex {
    
}
#benef .bene_box .contents_flex .item {
    width: 50%;
    display: flex;
    justify-content: flex-start;
}
#benef .bene_box .contents_flex .item .bene_ico {
    width: 20px;
    margin-right: 10px;
    padding-top: 5px;
}
#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: 18px;
    font-weight: 600;
    color: var(--jg-blue);
    letter-spacing: -0.05em;
    margin-bottom: 10px;
}
#benef .bene_box .contents_flex .item .bene_txt p {
    color: var(--jg-navy);
    font-size: 14px;
}

#benef .bene_box hr {
    margin: 30px 0;
    border: 1px dashed var(--line-color);
}



/*------ JG Make ------*/

#jgmake .contents_title {
}
#jgmake .text_area {
    width: 100%;
}
#jgmake .text_area:nth-child(2) {
    margin-top: 50px;
}
#jgmake .text_area h3 {
    color: var(--jg-blue);
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 24px;
    letter-spacing: -0.05em;
}
#jgmake .text_area p {
    font-size: 14px !important;
}



/*------ TF Team ------*/

#tfTeam.contents {
}

#tfTeam .contents_title {
}
#tfTeam .contents_title h5 {
    margin-bottom: 43px;
}
#tfTeam .contents_box .item {
    padding-left: 15%;
    margin-bottom: 35px;
}
#tfTeam .contents_box .item h3 {
    color: var(--jg-blue);
    font-size: 20px;
    margin-bottom: 14px;
}
#tfTeam .contents_box .item p {
    font-size: 14px;
}

#tfTeam .bottomBtn {
    padding: 20px;
    margin: 20px 0 0;
    background: #fff;
    font-size: 16px;
    color: var(--jg-blue);
    text-align: center;
    font-weight: 600;
    border: 1px solid var(--jg-blue);
    float: right;
}
#tfTeam .bottomBtn i {
    margin: 0 0 0 60px;
}



/*------ Bottom Banner ------*/

.bottom_who {
    background-image: url(/mobile/img/bottom_who.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}





/*------ JG CI ------*/

#jgci .contents_title {
    text-align: center;
}
#jgci .contents_title p {
    font-size: 14px;
}


/*------ JG CI Basic ------*/

#ciBasic .contents_title p {
    font-size: 14px;
}
#ciBasic .item {
    width: 100%;
    padding: 15px 0;
    border: 1px solid var(--line-color);
    display: flex;
    justify-content: center;
}
#ciBasic .item:first-child {
    margin-bottom: 10px;
}
#ciBasic .item img {
    width: 50%;
    
}


/*------ JG CI Signature ------*/

#ciSignature .contents_title {
    margin-bottom: 70px;
}
#ciSignature .contents_title p {
    font-size: 14px;
}

#ciSignature .item {
    width: 100%;
}
#ciSignature .item:first-child {
    margin-bottom: 10px;
}
#ciSignature .item p {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.05em;
    margin-bottom: 8px;
    color: #767676;
}
#ciSignature .item .img_area {
    width: 100%;
    padding: 45px 0;
    border: 1px solid var(--line-color);
    display: flex;
    justify-content: center;
}
#ciSignature .item .img_area img {
    width: 82%;
}
#ciSignature .item .img_area .ci_logo_eng {
    width: 82%;
}



/*------ JG CI Color ------*/

#ciColor .contents_title {
}
#ciColor.contents {
    width: 100%;
}
#ciColor .item {
    padding: 40px 0 0 160px;
    width: 100%;
}
#ciColor .item:first-child {
    height: 220px;
    background: var(--jg-blue);
    margin-bottom: 10px;
}
#ciColor .item:last-child {
    height: 160px;
    background: var(--jg-navy);
}
#ciColor .item h4 {
    font-size: 22px;
    color: #fff;
    letter-spacing: -0.05em;
    margin-bottom: 10px;
}
#ciColor .item p {
    font-size: 14px;
    color: #fff;
    letter-spacing: -0.05em;
}



/*------ Bottom Banner ------*/

.bottom_ci {
    background-image: url(/mobile/img/bottom_ci.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}



/*------Background IMG------*/

.bg_aj {
}
.bg_aj img {
    position: absolute;
}
.bg_aj img:nth-child(1) {
    top: 7rem;
    width: 100%;
}
.bg_aj img:nth-child(2) {
    top: 157rem;
    width: 100%;
}
.bg_aj img:nth-child(3) {
    top: 155rem;
    right: 1rem;
    width: 62px;
}

.bg_ckorea img:nth-child(1) {
    top: 3rem;
    width: 100%;
}




.bg_who {
    
}
.bg_who img {
    position: absolute;
}
.bg_who img:nth-child(1) {
    top: 89.5rem;
    right: 0;
    width: 80%;
}
.bg_who img:nth-child(2) {
    top: 87.8rem;
    right: 7rem;
    width: 57px;
}
.bg_who img:nth-child(3) {
    top: 177rem;
    left: 0;
    width: 90%;
}
.bg_who img:nth-child(4) {
    top: 229rem;
    right: 0;
    width: 100%;
}











