@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.main_img{
    width: 100%;
    background-image: url('/img/landing/visual_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: calc(574px + 370px)
}
.header{
    padding-top: 60px;
    padding-bottom: 60px;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.logo{
    width: 22.3rem;
    height: 8rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    align-self: flex-end;
    cursor: pointer;
    /* background-image: url('/img/common/svg/logoEng_h_white.svg'); */
    background-image: url('/img/common/png/logoWhiteSky.png');
}

.login_box{
    display: flex;
}
.landing_title{
    width: 206px;
    height: 57px;
    background-image: url('/img/landing/img_title.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0 auto;
}

.landing_subtitle{
    padding-top: 30px;
    padding-bottom: 40px;
    /* font-size: 26px; */
    font-weight: 500;
    text-align: center;
    font-family: 'GmarketSansMedium';
}

/* 
- circle1
width : 1046px;
height: 217px;

- circle2
width: 1463px;
height: 215px;

- circle3
width : 1412px;
height: 215px;

- circle4
width : 1222px;
height: 215px;

-iljobi_main
width : 1599px;
height: 215px;


*/
.visual_circle2{
    width: 1599px;
    height: 215px;
    background-image: url('/img/landing/iljobi_main.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0 auto;
}


.link_img{
    width: 360px;
    height: 370px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    cursor: pointer;
    transition: .1s linear;
    -webkit-transition: .1s linear;
    -moz-transition: .1s linear;
    -ms-transition: .1s linear;
    -o-transition: .1s linear;
    margin: 0 auto;
    margin-top: 30px;
}
.link_img1{
    background-image: url('/img/landing/img_ch_1.png');
}
.link_img2{
    background-image: url('/img/landing/img_ch_2.png');
}
.link_img3{
    background-image: url('/img/landing/img_ch_3.png');
}
.link_img4{
    background-image: url('/img/landing/img_ch_4.png');
}
.link_img5{
    background-image: url('/img/landing/img_ch_5.png');
}

.link_text_flex{
    width: 100%;
    /* max-width: 100vw; */
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    margin-top: -372px;
}

.link_text{
    width: 100%;
    text-align: center;
    cursor: pointer;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 8px solid #ccc;
}

.link_tri{
    width: 0px;
    height: 0px;
    border-top: 15px solid #666666;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: -1;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
}
.link_text:hover .link_tri{
    z-index: 1;
    top: 0px;
}

.link_tri1{
    border-top-color: #175DDC;
}
.link_tri2{
    border-top-color: #175DDC;
}
.link_tri3{
    border-color: transparent;
    background-image: linear-gradient(#fff, #fff), 
    linear-gradient(to right, #175DDC 17px,  #00C0FA 17px);
    background-origin: border-box;
    background-clip: content-box, border-box;
}
.link_tri_background{
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    border-top: 15px solid transparent;
    border-left: 16px solid #fff;
    border-right: 16px solid #fff;
    transition: .08s ease-out;
    -webkit-transition: .08s ease-out;
    -moz-transition: .08s ease-out;
    -ms-transition: .08s ease-out;
    -o-transition: .08s ease-out;
    z-index: 2;
}

.link_tri4{
    border-top-color: #00C0FA;
}
.link_tri5{
    border-top-color: #00C0FA;
}

.link_text1{
    border-color: var(--subcont);
}
.link_text1:hover .link_btn1{
    background-color:var(--subcont);
}


.link_text2{
    border-color : var(--job);
}
.link_text2:hover .link_btn2{
    background-color:var(--job);
}

.link_text3{
    border-color : var(--rnd);
}
.link_text3:hover .link_btn3{
    background-color:var(--rnd);
}

.link_text4{
    border-color : var(--invention);
}
.link_text4:hover .link_btn4{
    background-color:var(--invention);
}


.link_text5{
    border-color : var(--patent);
}
.link_text5:hover .link_btn5{
    background-color:var(--patent);
}


.link_title{
    font-size: 24px;
    color: #303030;
    font-weight: 700;
    padding-bottom: 8px;
}
.link_text1 .link_title{
    color: var(--subcont);
}
.link_text2 .link_title{
    color: var(--job);
}
.link_text3 .link_title{
    color: var(--rnd);
}
.link_text4 .link_title{
    color: var(--invention);
}
.link_text5 .link_title{
    color: var(--patent);
}

.link_subtitle{
    font-size: 16px;
    line-height: 22px;
    color: #6f6f6f;
    font-weight: 400;
    padding-bottom: 20px;
}

.link_btn{
    font-size: 18px;
    border-radius: 4px;
    border: none;
    color: #fff;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 500;
    background-color: #303030;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    padding: 5px 25px;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    padding-bottom: 7px;
}


.indexPopup{
    padding: 15px 10px;
    background-color: #fff;
    position: absolute;
    border: 2px solid #5a19f1;
}

.indexPopupTitle{
    text-align: center;
    font-size: 16px;
}
.indexPopupContent{
    font-size: 12px;
}
.indexPopupContent a{
    text-decoration: underline;
    cursor: pointer;
}
#indexPopup1{
    right: 2px;
    top: 200px;
    width: 260px;
}

#indexPopup2{
    right: 2px;
    top: 360px;
    width: 260px;
}


.link_txt_con{
    padding: 20px;
    height: calc(100% - 358px);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}


/* 230801 */
.main_img{
    min-height: calc(574px + 357px);
}
.link_txt_con{
    height: calc(100% - 340px);
    background-color: #fff;
}
.link_img{
    margin-top: 0;
}
.link_text_flex{
    margin-top: -533px;
}
.visual_circle2{
    width: calc(100% - 8px);
    height: 178px;
    margin-left: 8px;
    background-size:contain;
}
.landing_subtitle{
    /* font-size: 7px; */
    padding-bottom: 14px;
    font-weight: 700;
    padding-top: 8px;
    /* color: #353535; */
    margin-top: 40px;
}
.landing_title{
    width: 206px;
    height: 57px;
}
.link_img{
    height: 340px;
}
.header{
    padding-bottom: 0;
}

.indexPopup{
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
body{
    /* overflow: hidden; */
}

.sidePop{
    position: absolute;
    right: 0px;
    padding: 10px;
    padding-right: 20px;
    border: 1px solid #fff;
    border-right: 0;
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -ms-border-radius: 4px 0 0 4px;
    -o-border-radius: 4px 0 0 4px;
    color: #494949;
    background-color: #fff;
    cursor:help;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    width: 100%;
    max-width: 250px;
}
.sidePop1{
    top: 15%;
}
.sidePop2{
    top: 25%;
}
.sidePopTitle{

    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
}
.sidePop svg{
    width: 30px;
    aspect-ratio: 1;
    margin-right: 10px;
}
.sidePopCon{
    position: absolute;
    /* left:-320px; */
    left:-320px;
    width: 305px;
    padding: 10px;
    background-color: #fff;
    color: #000;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transition: .2s;
    display: none;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    word-break: keep-all;
    font-size: 15px;
    text-align: left;
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, .2);
}
.sidePopCon::after{
    content: '';
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    width: 16px;
    height: 16px;
    background-color: #fff;
}
.sidePop:hover{
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    border-right: 0;
    right: 0px;
    max-width: 265px;
}
.sidePop:hover .sidePopCon{
    display:block
}