@charset "utf-8";

/* size */
@media screen and (max-width: 1250px) { } /* tablet */
@media screen and (max-width: 650px) { } /* mobile */

/* default */
*{
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    color : inherit;
    box-sizing: border-box;
    letter-spacing: inherit;
    line-height: inherit;
}

body{ font-family: 'Pretendard', sans-serif; font-weight:400; font-size: 16px; letter-spacing: -0.04em; color: #222; }
section{ display:block; }
a{ color:inherit; }

.inner{ width:1200px; margin:0 auto; }

.paging_box{ padding:10px 0; display:flex; align-items: center; justify-content: center; }

select{
    -webkit-appearance: none; -moz-appearance: none;  appearance: none;
    background: url('../img/common/select-icon.png') no-repeat 98% 50% #fff; 
}
select::-ms-expand{ display:none; }

@media screen and (max-width: 1250px) { 
    .inner{ width:100%; padding:0 10px; }
} /* tablet */
@media screen and (max-width: 650px) { 
    .paging_box{ font-size: 13px; }
} /* mobile */

header{ position: fixed; left: 0; top: 0; width: 100%; z-index: 999; padding: 6px 0; background: #fff; border-bottom: 1px solid #E4E4E4; }
header .logo.white{ display: none; }
header .inner{ display: flex; align-items: center; justify-content: space-between; }
header .mo{ display: none; }
header .menuList{ display: flex; align-items: center; gap: 50px; }
header .tel_icon{ padding: 12px; border-radius: 4px; color: #fff; background: linear-gradient(90deg, #2D2CC8 0%, #0D0D69 100%); box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.10); }
header .pc .tel_icon{ display: flex; align-items: center; gap: 5px; }
header .tel_icon b{ font-weight: 700; }

header.transparent{ background: transparent; color: #fff; }
header.transparent .logo.white{ display: block; }
header.transparent .logo.default{ display: none; }


@media screen and (max-width: 1058px) { 
    header{padding:0;}
    header .mo{ display: flex; align-items: center; gap: 4px; padding: 0; }
    header .pc{ display: none; }
    header .inner{ flex-wrap: wrap; padding: 0; }
    header .tel_icon{ margin-right: 10px; padding: 10px 15px; }
    header .menuList{  gap: 10px; flex-wrap: wrap; text-align: center; padding: 10px; order: 1; width: 100%; justify-content: space-between; padding-top: 10px; border-top: 1px solid #efefef; }
}
@media screen and (max-width: 650px) { 
    header .logo{ width: 150px; }
    header .menuList{ font-size: 14px; }
    header .menuList > li{ width: calc((100% / 3) - 20px);  }
}


footer{ background-color: #222; padding: 60px 0 70px 0; color: #fff; }
footer .inner{display: flex; flex-wrap: wrap; flex-direction: column; gap: 15%; align-items: flex-start; }
footer .copy_right{ width: 100%; opacity: 0.2; }
footer .infoDiv{ flex-grow: 1; }
footer .infoList{ font-size: 18px; width: 100%; display: flex; flex-wrap: wrap; gap: 10px; }
footer .infoList > li{ width: calc((100% / 3) - 10px); }
footer .infoList > li:first-child{ flex-grow: 1; }
footer .infoList > li:last-child{ width: unset; }
footer .infoList + .infoList{ margin-top: 40px; }
footer .infoList label{ font-weight: 700; }
footer .infoList .txt{ margin-top: 10px; }


@media screen and (max-width: 1250px) { 
    footer{ padding: 50px 0 20px 0; }  
    footer .inner{ flex-direction: column; }
    footer .infoDiv{ width: 80%; }
    footer .infoList{ width: 100%; font-size: 16px; margin-top: 40px; }
    footer .infoList + .infoList{ margin-top: 20px; }

    footer .copy_right{ margin-top: 60px; }
}
@media screen and (max-width: 900px) { 
    footer .infoList > li{ width: 100%; display: flex; align-items: flex-start; }
    footer .infoList label{ flex-shrink: 0; }
    footer .infoList label::after{ content:' : ' ; margin-right: 5px;}
    footer .infoList .txt{ margin-top: 0; }
    footer .infoList + .infoList{ margin-top: 10px; }
    footer .infoDiv{ width: 100%; }
    footer .copy_right{ margin-top: 40px; }
}
@media screen and (max-width: 650px) {   
    footer .logo{ width: 150px; }
    footer .infoList{ font-size: 14px; }
    footer .copy_right{ font-size: 13px; }
}

footer .privacy_btn{ font-weight: 700; text-decoration: underline; font-size: 18px; }
footer .info_list{ margin: 20px 0; font-size: 15px; color: #fff; opacity: 0.8; margin-top: 23px; display: flex; align-items: center; flex-wrap: wrap; max-width: 600px; gap: 5px; }
footer .info_list > li{ margin-right: 15px; }

@media screen and (max-width: 650px) { 
    footer .privacy_btn{ font-size: 16px; }
    footer .info_list{ font-size: 14px; }
    footer .info_list > li{ width: 100%; margin-right: 0; }
}

.main .mainBanner{ overflow: hidden; padding: 150px 0 100px 0; background-image: url('../img/main/mainBanner/background.png'); background-size: cover; background-repeat: no-repeat; background-position: center; }
.main .mainBanner .title{ text-align: center; font-size: 64px; font-weight: 700; color: #fff; }
.main .mainBanner .content{ text-align: center; color: #fff; margin-top: 38px; font-size: 24px; line-height: 1.3em; }
.main .mainBanner .content b{ font-weight: 700; }
.main .mainBanner .itemList{ margin-top: 30px; display: flex; flex-wrap: wrap; align-items: center; }
.main .mainBanner .itemList > li{ padding: 10px; width: calc(100% / 3); }
.main .mainBanner .itemList .item{ max-width: 100%; left: 5%; position: relative; }
.main .mainBanner .bottomArrow{ margin-top: 50px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; }
.main .mainBanner .bottomArrow .text{ text-align: center; color: #fff; font-family: 'SBAggroB'; font-size: 22px; }

@media screen and (max-width: 1250px) { 
    .main .mainBanner{ padding-bottom: 50px; }
    .main .mainBanner .title{ font-size: 40px; }
    .main .mainBanner .content{ font-size: 20px; margin-top: 20px; }
    .main .mainBanner .bottomArrow .text{ font-size: 18px; }
    .main .mainBanner .itemList > li{ padding:0; }
}
@media screen and (max-width: 650px) { 
    .main .mainBanner{ padding-top: 200px; min-height: 100vh; display: flex; align-items: center; }
    
    .main .mainBanner .title{ font-size: 30px; }
    .main .mainBanner .conten{ font-size: 16px; }
    .main .mainBanner .bottomArrow .text{ font-size: 16px; }
    .main .mainBanner .bottomArrow .arrow{ width: 10px; }
}

.main .focusArti{ padding: 200px 0; background-image: url('../img/main/focusArti/background.png'); background-size: cover; background-repeat: no-repeat; background-position: center; }
.main .focusArti .t1{ word-break: keep-all; text-align: center; font-size: 48px; font-weight: 300; }
.main .focusArti .t1 b{ font-weight: 700; }
.main .focusArti .t2{ word-break: keep-all; text-align: center; margin-top: 10px; line-height: 1.5em; font-size: 24px; }
.main .focusArti .arrow{ margin: 20px auto; display: block; }
.main .focusArti .t3{ word-break: keep-all; text-align: center; font-size: 48px; color: #0019E7; font-weight: 700; }
.main .focusArti .t4{ word-break: keep-all; font-size: 28px; text-align: center; margin-top: 10px; }
.main .focusArti .t4 .blueBg{ display: inline-block; color: #fff; background-color: #0019E7; padding: 10px; }

@media screen and (max-width: 1250px) { 
    .main .focusArti{ padding: 150px 0; }
    .main .focusArti .t1{ font-size: 32px; }
    .main .focusArti .t2{ font-size: 18px; }
    .main .focusArti .t3{ font-size: 28px; }
    .main .focusArti .t4{ font-size: 24px; }
    .main .focusArti .t4 .blueBg{ padding: 5px 10px; }
}
@media screen and (max-width: 650px) { 
    .main .focusArti{ padding: 100px 0; }
    .main .focusArti .t1{ font-size: 24px; }
    .main .focusArti .t2{ font-size: 16px; }
    .main .focusArti .t3{ font-size: 22px; }
    .main .focusArti .t4{ font-size: 16px; }
}
 

.main .exampleArti{ background-color: #222; overflow: hidden; padding: 150px 0; background-image: url('../img/main/exampleArti/background.png'); background-size: cover; background-repeat: no-repeat; background-position: center; }
.main .exampleArti .title{ color: #fff; text-align: center; font-size: 46px; line-height: 1.3em;  }
.main .exampleArti .title .blue{ font-weight:700; color:#005DF6; }
.main .exampleArti .slideBox{ margin-top: 60px; }

.main .exampleArti .slideBox .item{ position: relative; background-color: #fff; padding: 28px 17px; border-radius: 10px; }
.main .exampleArti .slideBox .item::after{ 
    content:''; display: block; width: 30px; height: 30px; 
    background-image: url('../img/main/exampleArti/bubble_tail.png'); 
    background-size: contain; background-repeat: no-repeat; 
    background-position: center bottom; position: absolute; bottom: -20px;
    left: calc(50% - 15px);
}
.main .exampleArti .slideBox .item .imgBox{ height: 250px; background-color: #dfdfdf; background-size: cover; background-repeat: no-repeat; background-position: center; }
.main .exampleArti .slideBox .item .imgBox.img1{ background-image: url('../img/main/exampleArti/item1.png'); }
.main .exampleArti .slideBox .item .imgBox.img2{ background-image: url('../img/main/exampleArti/item2.png'); }
.main .exampleArti .slideBox .item .imgBox.img3{ background-image: url('../img/main/exampleArti/item3.png'); }
.main .exampleArti .slideBox .item .imgBox.img4{ background-image: url('../img/main/exampleArti/item4.png'); }
.main .exampleArti .slideBox .item .imgBox.img5{ background-image: url('../img/main/exampleArti/item5.png'); }
.main .exampleArti .slideBox .item .imgBox.img6{ background-image: url('../img/main/exampleArti/item6.png'); }
.main .exampleArti .slideBox .item .imgBox.img7{ background-image: url('../img/main/exampleArti/item7.png'); }
.main .exampleArti .slideBox .item .imgBox.img8{ background-image: url('../img/main/exampleArti/item8.png'); }
.main .exampleArti .slideBox .item .imgBox.img9{ background-image: url('../img/main/exampleArti/item9.png'); }
.main .exampleArti .slideBox .item .imgBox.img10{ background-image: url('../img/main/exampleArti/item10.png'); }

.main .exampleArti .slideBox .item .category{ text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; color: #006BF8; margin-top: 10px; font-weight: 600; }
.main .exampleArti .slideBox .item .text{ font-weight: 600; margin-top: 10px; font-size: 18px; text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; }
.main .exampleArti .slideBox .item .linkBtn{ padding: 16px; display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 15px; color: #fff; background-color: #005DF6; }

@media screen and (max-width: 1250px) { 
    .main .exampleArti .title{ font-size: 30px; }
    .main .exampleArti .slideBox .item .imgBox{ height: 20vw; }
    .main .exampleArti .slideBox .item .text{ font-size: 16px; }
    .main .exampleArti .slideBox .item .linkBtn{ padding: 10px; }
}
@media screen and (max-width: 1024px) { 
    .main .exampleArti .slideBox .item .imgBox{ height: 26vw; }
}
@media screen and (max-width: 750px) { 
    .main .exampleArti .slideBox .item .imgBox{ height: 37vw; }
}
@media screen and (max-width: 650px) { 
    .main .exampleArti{ padding: 50px 0; }
    .main .exampleArti .title{ font-size: 24px; word-break: keep-all; }

    .main .exampleArti .slideBox{ margin-top: 20px; }
    .main .exampleArti .slideBox .item .imgBox{ height: 49vw; }
    .main .exampleArti .slideBox .item .category{ font-size: 14px; }
    .main .exampleArti .slideBox .item .text{ font-size: 16px; }
    .main .exampleArti .slideBox .item .linkBtn{ font-size: 14px; }
}

.main .ceoArti{ overflow: hidden; background-color: #030F2D; padding: 80px 0; }
.main .ceoArti .profileBox{ display: flex; align-items: flex-end; gap: 10px;  justify-content: space-between; }
.main .ceoArti .profileBox .item2_wrap{ position: relative; }
.main .ceoArti .profileBox .itemBg{ position: absolute; left: 0; bottom:0; background: linear-gradient(143deg, rgba(3, 15, 45, 0.00) 5.58%, #030F2D 68.26%), #0C198A; border-radius: 20px; width: 100%; height: 70%; }
.main .ceoArti .profileBox .item2{ position: relative; z-index: 4; }

.main .ceoArti .halfBox{ margin-top: 54px; display: flex; justify-content: space-between; }
.main .ceoArti .halfBox .item2.mo{ display: none; }

@media screen and (max-width: 1250px) { 
    .main .ceoArti{ padding: 0 0 100px 0; }
    .main .ceoArti .profileBox .item1{ width: 60%; }
    .main .ceoArti .profileBox .item2_wrap{ width: calc(40% - 10px); }
    .main .ceoArti .profileBox .item2{ max-width: 100%; }

    .main .ceoArti .halfBox .item1{ width: calc(50% - 5px); }
    .main .ceoArti .halfBox .item2{ width: calc(50% - 5px); }
}
@media screen and (max-width: 950px) { 
    .main .ceoArti{ padding: 80px 0; position: relative; }
    .main .ceoArti .profileBox{ flex-direction: column; align-items: flex-start; }
    .main .ceoArti .profileBox .item1{ width: 100%; max-width: 600px; }
    .main .ceoArti .profileBox .item2_wrap{ width:100%; display: flex; align-items: flex-end; justify-content: center; }
    .main .ceoArti .profileBox .item2{ max-width: 100%; width: 400px; }
    .main .ceoArti .profileBox .itemBg{ display: none; }
    .main .ceoArti .halfBox .item2.mo{ display: block; }
    .main .ceoArti .halfBox .item2.pc{ display: none; }
    .main .ceoArti .halfBox{ margin-top: 0; }
}
@media screen and (max-width: 650px) { 
    .main .ceoArti{ padding: 50px 0; }
}
@media screen and (max-width: 400px) {
    .main .ceoArti .halfBox{ flex-direction: column; gap: 10px; align-items: center; }
    .main .ceoArti .halfBox .item1{ width: 95%; }
    .main .ceoArti .halfBox .item2{ width: 95%; }
}

.main .youtubeArti{ overflow: hidden; background-color: #222222; padding: 50px 0; }
.main .youtubeArti .halfBox{ display: flex; align-items: center; gap: 52px; padding-bottom: 40px; border-bottom: 2px solid #E4E4E4;  }
.main .youtubeArti .halfBox .videoDiv{ width: 690px; }
.main .youtubeArti .halfBox .contentDiv .category{ font-size: 24px; font-weight: 700; color: #005DF6; }
.main .youtubeArti .halfBox .contentDiv .title{ margin-top: 10px; color: #fff; font-size: 46px; font-weight: 700; }
.main .youtubeArti .halfBox .contentDiv .content{ margin-top: 10px; color: #fff; line-height: 1.5em;  }
.main .youtubeArti .halfBox .contentDiv .linkBtn{ margin-top:40px; border-radius: 4px; display: inline-block; padding: 10px 20px; color: #fff; border: 1px solid #fff; }
.main .youtubeArti .infoDiv{ margin-top: 40px; }
.main .youtubeArti .infoDiv .title{ color: #fff; font-size: 32px; font-weight: 700; }
.main .youtubeArti .infoDiv .half_list{ margin-top: 10px; display: flex;  width: calc(100% + 10px); margin-left: -5px; }
.main .youtubeArti .infoDiv .half_list > li{ padding: 5px; width: calc(100% / 3); }
.main .youtubeArti .infoDiv .half_list .imgBox{ height: 220px; background-size: cover; background-repeat: no-repeat; background-position: center; }
.main .youtubeArti .infoDiv .half_list .imgBox.img1{ background-image: url('../img/main/youtubeArti/item1.png'); }
.main .youtubeArti .infoDiv .half_list .imgBox.img2{ background-image: url('../img/main/youtubeArti/item2.png'); }
.main .youtubeArti .infoDiv .half_list .imgBox.img3{ background-image: url('../img/main/youtubeArti/item3.png'); }
.main .youtubeArti .infoDiv .half_list .titleBox{ font-size: 18px; font-weight: 700; text-shadow: 4px 7px 4px rgba(0, 0, 0, 0.15); color: #fff; margin-top: 10px; text-align: center; padding: 15px 10px; background-color: #317EFF; border-radius: 4px; }

@media screen and (max-width: 1250px) { 
    .main .youtubeArti .halfBox .videoDiv{ gap: 20px; width: 50vw; flex-shrink: 0; }
    .main .youtubeArti .halfBox .videoDiv iframe{ height: 35vw !important; }
    .main .youtubeArti .halfBox .contentDiv .category{ font-size: 18px; }
    .main .youtubeArti .halfBox .contentDiv .title{ font-size: 30px; }
    .main .youtubeArti .infoDiv .half_list .imgBox{ height: 20vw; }
    .main .youtubeArti .infoDiv .half_list .titleBox{ font-size: 16px; padding: 10px; border-radius: 2px; }
    .main .youtubeArti .infoDiv .title{ font-size: 30px; }
}
@media screen and (max-width: 900px) { 
    .main .youtubeArti .halfBox { flex-wrap: wrap; }
    .main .youtubeArti .halfBox .videoDiv{ order: 1; width: 100%; }
    .main .youtubeArti .halfBox .videoDiv iframe{ height: 60vw !important; }
}
@media screen and (max-width: 650px) { 
    .main .youtubeArti .halfBox .contentDiv .title{ font-size: 24px; }
    .main .youtubeArti .infoDiv .title{ font-size: 24px; }
    .main .youtubeArti .infoDiv .half_list{ width: calc(100% + 5px);  margin-left: -2.5px; }
    .main .youtubeArti .infoDiv .half_list > li{ padding: 2.5px; }
    .main .youtubeArti .infoDiv .half_list .titleBox{ font-size: 13px; margin-top: 5px; }
    .main .youtubeArti .halfBox .contentDiv .linkBtn{ font-size: 14px; }
}

.main .stepArti{ padding: 130px 0; background-color: #030F2D; overflow: hidden; }
.main .stepArti .title{ text-align: center; font-size: 46px; color: #005DF6; font-weight: 700; }
.main .stepArti .content{ text-align: center; margin-top: 10px; color: #fff; }
.main .stepArti .itemList{ margin-top: 40px; display: flex; flex-wrap: wrap; width: calc(100% + 60px); margin-left: -30px; }
.main .stepArti .itemList > li{ position: relative; padding: 20px 30px; display: flex; align-items: center; justify-content: center; width: calc(100% / 4); padding-left: -30px; }
.main .stepArti .itemList > li .item{ width: 100%; }
.main .stepArti .itemList > li .arrow{ position: absolute; left: calc(100% - 15px); }
.main .stepArti .itemList > li:nth-child(4) .arrow{ display: none; }

@media screen and (max-width: 1250px) { 
    .main .stepArti .title{ font-size: 32px; }
}

@media screen and (max-width: 900px) { 
    .main .stepArti .itemList > li{ width: calc(100% / 3); }
    .main .stepArti .itemList > li:nth-child(4) .arrow{ display: block; }
}

@media screen and (max-width: 650px) { 
    .main .stepArti{ padding: 50px 0; }
    .main .stepArti .itemList{ width: calc(100% + 6vw); margin-left: -3vw;  }
    .main .stepArti .itemList > li{ padding: 2vw 3vw; width: calc(100% / 2); }
    .main .stepArti .itemList > li .arrow{ left: calc(100% - 1.5vw); width: 3vw; }
    .main .stepArti .itemList > li:nth-child(2n) .arrow{ display: none; }
}

.formList{ display: flex; flex-wrap: wrap; width: calc(100% + 10px); margin-left: -5px; }
.formList > li{ padding: 10px; width: 100%; }
.formList > li.half{ width: calc(100% / 2); }
.formList.three > li.half{ width: calc(100% / 3); }
.formList .label span{ color: #EB5757; }
.formList .label span.grayInfo{ font-size: 0.8em; color: #7F7F7F; }
.formList .red{ color: #EB5757; }
.formList .iptBox{ margin-top: 5px; }
.ipt{ padding: 10px; border: 1px solid #ECECEC; border-radius: 0; width: 100%; }
textarea.ipt{ resize: none; height: 170px; }
.ipt::placeholder{ color: rgba(119, 119, 119, 0.2); }
.formList .ipt + .red{ margin-top: 5px; display: block; }
.formList .scrollDiv{ border: 1px solid #E4E4E4; padding: 10px; height: 200px; overflow-y: scroll; color: #7F7F7F; line-height: 1.5em; }
input[type="file"].ipt{ border-radius: 8px; padding: 15px 15px 15px 45px; background-image: url('../img/boardImg/folder.png'); background-repeat: no-repeat; background-position: left 10px center; }
textarea.ipt{ resize: none; height: 170px; }
.formList .iptBox.btnIpt{ display: flex; gap: 4px; }
.formList .iptBox .grayBtn{ flex-shrink: 0; padding: 10px 20px; background: #222; border: none; border-radius: 0; color: #fff; }

.formList .iptBox.radioIpt{ margin-top: 10px; display: flex; flex-wrap: wrap; gap: 5px; }
.formList .iptBox.radioIpt label{ cursor: pointer; display: flex; align-items: center; padding-right: 10px; }
.formList .iptBox.radioIpt label input{ display: none; }
.formList .iptBox.radioIpt label input + .text{ display: flex; gap: 4px; align-items: center; }
.formList .iptBox.radioIpt label input + .text::before{ content:''; display: block; width: 20px; height: 20px; border-radius: 50%; border: 1px solid #E4E4E4;  }
.formList .iptBox.radioIpt label input:checked + .text::before{ background-image: url('../img/common/radio_icon.png'); background-size: 50%; background-repeat: no-repeat; background-position: center; background-color: #fff; }

.agreeCheckDiv{ margin-top: 10px; display: flex; justify-content: flex-start; color: #7F7F7F; }
.agreeCheckDiv label input[type="checkbox"]{ display: none; }
.agreeCheckDiv label input[type="checkbox"] + .textBox{ display: flex; align-items: flex-start; gap: 4px; }
.agreeCheckDiv label input[type="checkbox"] + .textBox::before{ flex-shrink: 0; content:''; display: block; flex-shrink: 0; border: 1px solid #7960DB; width:16px; height: 16px;  }
.agreeCheckDiv label input[type="checkbox"]:checked + .textBox::before{ background-color: #fff; background-image: url('../img/common/checkbox_icon.png'); background-size: 70%; border: 1px solid #005DF6; background-repeat: no-repeat; background-position: center; }
.agreeCheckDiv label .black{ color: #070707; cursor: pointer; }
input[type="file"].ipt label input[type="checkbox"]{ display: none;  }
.checkIpt{ margin-top: 10px; display: flex; justify-content: flex-start; }
.checkIpt .black{ color: #070707; }
.checkIpt.fileDel{ color: #7f7f7f; font-size: 14px; }
.checkIpt input[type="checkbox"]{ display: none; }
.checkIpt input[type="checkbox"] + .text{ color: #7f7f7f; cursor: pointer; position: relative; padding-left: 25px; padding-right: 10px; }
.checkIpt input[type="checkbox"] + .text::before{ content:''; display: block; width: 18px; height: 18px; border: 1px solid #dedede; position: absolute; left: 0; margin-top: 2px; }
.checkIpt.fileDel input[type="checkbox"] + .text{ padding-left: 20px; padding-right: 0; }
.checkIpt.fileDel input[type="checkbox"] + .text::before{ margin-top: 0; width: 15px; height: 15px; }
.checkIpt input[type="checkbox"]:checked + .text::before{ background-image: url('../img/main/applyArti/check_icon.png'); background-size: 100%; background-repeat: no-repeat; background-position: center; }

@media screen and (max-width: 900px) {
    .formList.three > li.half{ width: calc(100% / 2); }
}
@media screen and (max-width: 650px) {
    .formList{ font-size: 14px; }
    .formList > li.half{ width: 100%; }
    .formList.three > li.half{ width: 100%; }
    .formList .iptBox.radioIpt label input + .text::before{ width: 18px; height: 18px; }
    .agreeCheckDiv{ font-size: 14px; }
    .agreeCheckDiv label input[type="checkbox"] + .textBox::before{ width: 14px; height: 14px; }
    .checkIpt.fileDel{ font-size: 13px; }

    .checkIpt input[type="checkbox"] + .text{ padding-left: 20px; }
    .checkIpt input[type="checkbox"] + .text::before{ width: 16px; height: 16px; }
    .checkIpt{ margin-top: 5px; }
}

.main .applyArti{ background-image: url('../img/main/applyArti/background.png'); background-size: cover; background-repeat: no-repeat; background-position: center; padding: 100px 0; background-color: #222; overflow: hidden; }
.main .applyArti .title{ text-align: center; font-size: 46px; color: #005DF6; font-weight: 700; }
.main .applyArti .content{ text-align: center; margin-top: 12px; color: #fff;  }
.main .applyArti .halfBox{ margin-top: 30px; display: flex; gap: 30px; align-items: center; }
.main .applyArti .halfBox .telDiv{ color: #fff; text-align: center; flex-shrink: 0; width: 300px; }
.main .applyArti .halfBox .telDiv .textBox{ font-size: 32px; }
.main .applyArti .halfBox .telDiv .textBox b{ font-weight: 600; }
.main .applyArti .halfBox .telDiv .telBox{ 
    background: #fff; color: #005DF6; padding: 10px; width: 100%; max-width: 290px; 
    border-radius: 80px; display: flex; align-items: center; justify-content: center; 
    margin: 20px auto 0 auto;  gap: 5px; font-weight: 700; font-size: 30px;
    border: 3px solid #005DF6;
}
.main .applyArti .halfBox .telDiv .info{ margin-top: 14px; }
.main .applyArti .halfBox .white_box{ background: #fff; padding: 40px 50px; border-radius: 20px; }
.main .applyArti .halfBox .white_box .iptBox.radioIpt label{ font-size: 14px; width: calc((100% / 2) - 5px); padding: 10px 0; }
.main .applyArti .halfBox .white_box .submitBtn{ padding: 13px 10px; border: none; display: block; margin: 0; background: #005DF6; color: #fff;  margin: 38px auto 0 auto; width: 100%; max-width: 270px; border-radius: 270px; }

@media screen and (max-width: 1250px) {
    .main .applyArti .halfBox { flex-direction: column; align-items: center; }
    .main .applyArti .halfBox .white_box{ padding: 20px; }

    .main .applyArti .title{ font-size: 32px; }
    .main .applyArti .halfBox .telDiv .textBox{ font-size: 24px; }
}
@media screen and (max-width: 650px) {
    .main .applyArti{ padding: 50px 0; }

    .main .applyArti .title{ font-size: 24px; }
    .main .applyArti .halfBox .telDiv .textBox{ font-size: 18px; }
    .main .applyArti .halfBox .telDiv .telBox{ font-size: 20px; max-width: 200px; padding: 5px; }
    .main .applyArti .halfBox .white_box .submitBtn{ font-size: 14px; }
}

/* 개인정보처리방침 , 이용약관 팝업 */
.privacyPopup{ 
	position: fixed; background-color: rgba(0, 0, 0, 0.60); width: 100%; height: 100%; z-index: 99999; left: 0; top: 0; 
	display: flex; align-items: center; justify-content: center; 
	opacity: 0; visibility: hidden; transition: opacity 0.5s, visibility 0.5s;
}
.privacyPopup.active{ opacity : 1; visibility: visible; }
.privacyPopup .inner{ max-width: 600px; }
.privacyPopup .contentWrap{ background-color: #fff; padding: 40px 30px; }
.privacyPopup .contentWrap .titleBox{ display: flex; justify-content: space-between; align-items: center; }
.privacyPopup .contentWrap .titleBox span{ font-weight: 600; font-size: 24px;  }
.privacyPopup .contentWrap .titleBox .closeBtn{ cursor: pointer;  }

.privacyPopup .contentWrap .contentBox{ margin-top: 30px; background-color: #F7F7F7; padding: 30px; max-height: 60vh; overflow-y: scroll; }

@media screen and (max-width: 650px) {
	.privacyPopup .contentWrap{ padding: 30px 20px; }
	.privacyPopup .contentWrap .titleBox span{ font-size: 18px; }
	.privacyPopup .contentWrap .contentBox{ padding: 15px; margin-top: 20px; font-size: 14px; }
}

.sec_top{ padding-top: 81px; }
@media screen and (max-width: 1250px) {
    .sec_top{ padding-top: 109px; }
}
@media screen and (max-width: 650px) {
    .sec_top{ padding-top: 120.25px; }
}

.floating_icon{ position: fixed; right: 20px; bottom: 20px; }
@media screen and (max-width: 650px) {
    .floating_icon .icon{ width: 13vw; }
}



@media screen and (max-width: 650px) { 
    #ceoImg {
        content: url('../img/main/ceoArti/mo_text1.png');
    }
}