@charset "UTF-8";

.page01 {
    min-height:100vh;
}
.wrap {
    width: 100%;
    display: flex;
}

nav {
    position: fixed;
    width: 100%;
    background: linear-gradient(135deg,#8072b7 0%, #4a75dd 10%, #0c89a3 80%, #008f8f 100%);
    height: 80px;
    overflow-y: auto;
    z-index: 200;
}
.left_cont {
    display: flex;
    max-width: 1500px;
    margin: 0 auto;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 0px 15px;
}
nav h1 {
    text-align: center;
    cursor: pointer;
}

nav h1 img {
    max-width:100%;
}

nav .btn_fold {
    width:50px;
    display:none;
    position:fixed;
    top:15px;
    right:20px;
    background:url(/images/btn_nav.png) no-repeat center center;
    background-size:20px;
    height:50px;
    text-indent:-999999px;
}

.btn_fold.on {
    background:url(/images/btn_fold.png) no-repeat center center;
    background-size:30px;
}

nav .gnb {width: 60%;height: 100%;}

nav .gnb .dep01 {
    display: flex;
    justify-content: space-around;
    height: 100%;
    align-items: center;
}

nav .gnb .dep01 > li {
    width: 20%;
    text-align: center;
    position:relative;
}

nav .gnb .dep01 > li > a {
    color: #fff;
    display: block;
    font-size: 20px;
    height: 80px;
    display: inline-flex;
    align-items: center;
}

nav .gnb .dep01 > li::after {
    content:'';
    display:flex;
    width:0;
    position:absolute;
    bottom:0;
    left:50%;
    background:#beeafb;
    transform:translateX(-50%);
    height:4px;
    transition:width 0.4s;
}
nav .gnb .dep01 > li:hover::after {
    width:100%;
    
}

nav .gnb .dep01 > li.on a,
nav .gnb .dep01 > li:hover a {
    color:#beeafb;
}

.mobile {}
.mobile .mo_img {
    margin-bottom:30px;
    display:flex;
    justify-content:center;
}
.mobile .mo_img img {
    width: auto;
    max-width: 100%;
}
.mobile .mo_img img.schedule {
    max-width:500px;
    width: 100%;
}
.mobile .mobile_btns  {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}
.mobile .mobile_btns a {
    display: flex;
    justify-content: center;
}
.mobile .mobile_btns a img {
    max-width: 500px;
    width: 100%;
}
.mobile .logos {
    display: flex;
    flex-direction: column;
    max-width: 500px;
    margin: 0 auto;
}
.mobile .logos h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: solid 3px #08195e;
}
.mobile .logos ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.mobile .logos ul li {
    width: calc(50% - 10px);
}
.mobile .logos ul li img {
    max-width: 100%;
}


.cont {
    width:100%;
    padding-top: 80px;
}
.cont .img img {
    width:100%;
}

.cont h2 {
    font-size:24px;
    font-weight:bold;
    border-bottom:solid 2px #0a112e;
    padding-bottom:20px;
    margin-bottom:40px;
    color:#0a112e;
}
.page01_cont {
    padding:70px 50px;
    max-width: 1500px;
    margin: 0 auto;
}

.page01_cont h2 {
    color:#0a112e;
    border-bottom:solid 2px #0a112e;
}
.mobile {
    display:none;
}
.page01_cont .img {position: relative;}
.page01_cont .img .btnLink {
    position:absolute;
    width:40.9%;
    height:3.5%;
    right:7.165135%;
    display:block;
    text-indent:-9999px;
    font-size:0px;
    top: 32.5%;
}
.page01_cont .img .btn01 {
    position:absolute;
    width:40.9%;
    height:3.5%;
    right:7.165135%;
    display:block;
    text-indent:-9999px;
    font-size:0px;
    top: 36.5%;
}
.page01_cont .img .btn02 {
    position:absolute;
    width:40.9%;
    height:3.5%;
    right:7.165135%;
    display:block;
    text-indent:-9999px;
    font-size:0px;
    top: 40.5%;
}
.skill {
    padding:70px 50px;
    max-width: 1500px;
    margin: 0 auto;
}
.skill h2 img.pc{
    display:block;
}
.skill h2 img.mo{
    display:none;
}
.tab {
}
.tab .tab_tit {
}
.tab .tab_tit ul.dep01 {
    display:flex;
}
.tab .tab_tit ul.dep01 > li {
    width:20%;
    display:flex;
    justify-content: center;
    align-items: center;
}
.tab .tab_tit ul.dep01 > li > a {
    display:flex;
    padding:15px 10px;
    width:100%;
    justify-content: center;
    text-align: center;
    font-size:22px;
    font-weight:bold;
    background:#eee;
    color:#999;
    transition:all 0.45s;
}
.tab .tab_tit ul.dep01 > li > a.on {
    background:#3258a9 !important;
    color:#fff !important;
}
.tab .tab_tit ul.dep01 > li > a:hover{
    background:#ddd;
}
.tab .tab_cont {
    padding:50px 0px;
}
.tab .tab_cont .tab_box {
    display:none;
}
.tab .tab_cont .tab_box.on {
    display:block;
}
ul.list {
    display:flex;
    flex-direction: column;
}
ul.list > li {
    width:100%;
    display:flex;
    flex-wrap:wrap;
    padding:20px;
    border:1px solid #ddd;
    border-radius:7px;
    justify-content: space-between;
    align-items: center;
    margin-bottom:7px;
}
ul.list > li p {
    font-size:16px;
    width: calc(100% - 185px);
    padding-right:20px;
    word-break: keep-all;
    position:relative;
}
.tab_tit2 {
}
.tab_tit2 ul.dep02 {
    flex-direction: row;
    margin-bottom:30px;
    position:relative;
    display: flex;
}
.tab_tit2 ul.dep02::before {
    position:absolute;
    width:100%;
    content:'';
    display:block;
    height:1px;
    background:#ddd;
    bottom: 0;
}
.tab_tit2 ul.dep02 li {
    margin:0px;
    border-radius: 0px;
    padding: 0px;
    justify-content: center;
    position:relative;
    z-index:1;
    width:auto;
    border: solid 1px #ddd;
    border-radius:5px 5px 0px 0px;
    display: flex;
    margin-right: 3px;
}
.tab_tit2 ul.dep02 li a {
    font-size:16px;
    padding:10px 20px;
    display:block;
    width:100%;
    text-align:center;
    height: calc(100% + 1px);
}
.tab_tit2 ul.dep02 li a.on {
    border-top: solid 3px #23479f;
    background:#fff;
}


.tab_tit3 {
}
.tab_tit3 ul.dep03 {
    margin-bottom:30px;
    display: flex;
    flex-wrap: wrap;
}
.tab_tit3 ul.dep03 li {
    margin-right:5px;
    margin-bottom: 5px;
}
.tab_tit3 ul.dep03 li a {
    border-radius: 50px;
    display:block;
    padding:10px 20px;
    background:#eee;
    font-size: 14px;
}

.tab_tit3 ul.dep03 li a:hover {
    background:#dfdfdf;
}
.tab_tit3 ul.dep03 li a.on {
    background:#5fc3d3;
    color:#fff;
    font-weight: 600;
}

.tab_tit4 {
}
.tab_tit4 ul.dep04 {
    flex-direction: row;
    margin-bottom:30px;
    position:relative;
    display: flex;
}
.tab_tit4 ul.dep04::before {
    position:absolute;
    width:100%;
    content:'';
    display:block;
    height:1px;
    background:#ddd;
    bottom: 0;
}
.tab_tit4 ul.dep04 li {
    margin:0px;
    border-radius: 0px;
    padding: 0px;
    justify-content: center;
    position:relative;
    z-index:1;
    width:auto;
    border: solid 1px #ddd;
    border-radius:5px 5px 0px 0px;
    display: flex;
    margin-right: 3px;
}
.tab_tit4 ul.dep04 li a {
    font-size:16px;
    padding:10px 20px;
    display:block;
    width:100%;
    text-align:center;
    height: calc(100% + 1px);
}
.tab_tit4 ul.dep04 li a.on {
    border-top: solid 3px #23479f;
    background:#fff;
}
ul.list {
    display:flex;
    flex-direction: column;
}
ul.list > li {
    width:100%;
    display:flex;
    flex-wrap:wrap;
    padding:20px;
    border:1px solid #ddd;
    border-radius:7px;
    justify-content: space-between;
    align-items: center;
    margin-bottom:7px;
}
ul.list > li p {
    font-size:16px;
    width: calc(100% - 185px);
    padding-right:20px;
    word-break: keep-all;
    position:relative;
}
ul.list > li p span {
    color:#5fc3d3;
    font-weight:bold;
    display:inline-block;
    position:absolute;
    left: 0;
    top:0px;
}
ul.list > li.no_file p {
    font-size:16px;
    width:100%;
    padding-right:0px;
    word-break: keep-all;
}
ul.list > li .btn_download {
    padding:10px 15px 10px 45px;
    width: 185px;
    font-size:15px;
    border-radius:7px;
    max-width:100%;
    background:url(/images/common/btn_download.png) no-repeat 15px center #efefef;
    background-size:20px;
}
ul.list > li .btn_download:hover {
    background:url(/images/common/btn_download_white.png) no-repeat 15px center #5fc3d3;
    background-size:20px;
    color:#fff;
}
.tab02 .tab_box2 {
    display:none;
}
.tab02 .tab_box2.on {
    display:block;
}
.tab03 .tab_box3 {
    display:none;
}
.tab03 .tab_box3.on {
    display:block;
}
.tab04 .tab_box4 {
    display:none;
}
.tab04 .tab_box4.on {
    display:block;
}
.location {
    margin-bottom:30px;
}
.location .root_daum_roughmap  {
    width:100%;
    height:350px;
}
.address {
    background: #fcfcfc;
    border:1px solid #ccc;
    padding:20px;
    border-top: solid 3px #5fc3d3;
}
.address address {
    font-style: normal;
    color: #0a112e;
    font-weight: 600;
    border-bottom: 1px dashed #aaa;
    display: block;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-size:18px;
}
                 
.address b {
    font-size:16px;
    display:block;
    margin-top:15px;
    margin-bottom:5px;
}
.address p {
    margin-top: 10px;
    padding-left:10px;
    position:relative;
}
.address p::before {
    content:'';
    display:block;
    width:2px;
    position:absolute;
    left:0px;
    top:7px;
    height:2px;
    background:#000;
}
@media all and (max-width:1220px) {
    .tab_tit4 ul.dep04 li a {
        padding:10px 10px;
    }
}

@media all and (max-width:1080px) {
        
    nav .gnb .dep01 > li > a {
        color: #fff;
        display: block;
        font-size: 16px;
        background: url(/images/common/menu_icon.png) no-repeat right center;
    }
    
    nav .gnb .dep01 > li > a:hover,
    nav .gnb .dep01 > li > a.on {
        color: #5fc3d3;
        font-weight: bold;
    }
    
    nav .gnb .dep01 > li > a.on {
        background: url(/images/common/menu_icon_color.png) no-repeat right center;
    }

    nav {
        position: fixed;
        width: 100%;
        height:80px;
        overflow:hidden;
        padding:10px 0px;
        z-index: 200;
        display:flex;
        align-items: center;
    }
    .left_cont {
        margin:0px;
        display:flex;
        justify-content: center;
        width:100%;
    }
    nav h1 {
        max-width: unset;
    }
    
    nav .gnb {
        position:fixed;
        top:80px;
        display:none;
    }
    nav .btn_fold {
        display:block;
    }
    nav .gnb.on {
        margin-top: 0px;
        width: 100%;
        height: calc(100vh - 80px);
        background: #1c162e;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 50%;
        transform: translateX(-50%);
    }
    .cont {
        padding:0px;
        padding-top:80px;
    }
    nav .gnb .dep01 {
        flex-direction:column;
        justify-content: center;
    }
    nav .gnb.on .dep01 > li {
        width: 100%;
        margin:20px;
    }
    nav .gnb.on .dep01 > li > a {
        font-size:24px;
        background:none;
        height: auto;
    }
    .skill {
        padding:50px 20px;
    }
    .tab .tab_tit ul.dep01 > li > a {
        font-size:16px;
    }
}
@media (max-width: 768px){
    .tab .tab_tit ul.dep01 {
        flex-wrap:wrap;
    }
    .tab .tab_tit ul.dep01 > li  {
        width:33.3333%;
        padding:3px;
    }
    .tab .tab_tit ul.dep01 > li > a {
        background:#ddd;
        border:none;
        font-size:14px;
    }
    ul.list > li {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    ul.list > li p {
        margin-bottom:10px;
        width:100%;
        padding-left: 20px !important;
    }
    ul.list > li.no_file p {
        margin-bottom:0px;
        width:100%;
    }
    .page01_cont {
        padding-left:20px;
        padding-right:20px;
        padding-top: 50px;
    }
    ul.list > li .btn_download {
        margin-left:20px;
    }
    .tab .tab_cont {
        padding:30px 0px;
    }
    .tab_tit4 ul.dep04 li a {
        padding:10px 5px;
        font-size:14px;
    }
    .tab_tit2 ul.dep02 li a {
        padding:10px ;
    }
    nav .gnb.on .dep01 > li {
        padding-bottom:5px;
        line-height: 1;
        margin: 15px;
    }
    
    .skill h2 img.pc{
        display:none;
    }
    .skill h2 img.mo{
        display:block;
        width: 100%;
    }
}
@media all and (max-width:640px) {
    .page01_cont {
        padding: 0px 0px 30px;
    }
    nav h1 {
        max-width: 270px;
    }
    .tab_tit4 ul.dep04 {
        flex-wrap:wrap;
    }
    
    .tab_tit4 ul.dep04::before {
        display:none;
    }
    .tab_tit4 ul.dep04 {
        justify-content: space-between;
    }
    .tab_tit4 ul.dep04 > li {
        width: calc(50% - 3px);
        border:solid 1px #ddd;
        margin:0px;
        margin-bottom: 3px;
        border-radius:0px;
    }
    .tab_tit4 ul.dep04 > li > a{
        border-radius:0px;
        border-top:none !important;
    }
    .tab_tit4 ul.dep04 > li > a.on {
        background:#5fc3d3;
        color:#fff;
    }
    .page01_cont .img {
        display:none;
    }
    .mobile {
        display:flex;
        flex-direction: column;
    } 
}
@media all and (max-width:480px){
    .left_cont {
        justify-content: flex-start;
    }
    nav h1 {
        margin-right:0px;
    }
    nav .btn_fold {
        right:10px;
    }
    ul.list > li {
        padding:15px;
    }
    .tab_tit2 ul.dep02 > li {
        width:auto;
        margin:0px;
        border-radius:0px;
    }
    .tab_tit2 ul.dep02 > li > a {
        font-size:14px;
        padding:10px 8px;
    }
    
    nav .gnb.on .dep01 > li > a {
        font-size:18px;
        
    }
    nav .gnb.on .dep01 > li {
        line-height: 1;
    }
    ul.list > li p {
        font-size:14px;
        line-height:1.4;
    }
    ul.list > li .btn_download {
        font-size:14px;
    }
}
@media all and (max-width:360px){
    nav h1 {
        max-width: 250px;
    }
    nav .btn_fold {
        right:0px;
    }
    .tab .tab_tit ul.dep01 > li {
        width:50%;
    }
    ul.list > li .btn_download {
        width:100%;
        margin-left:0px;
    }
    
    .tab_tit2 ul.dep02 {
        flex-wrap:wrap;
    }
    
    .tab_tit2 ul.dep02::before {
        display:none;
    }
    .tab_tit2 ul.dep02 > li {
        width: 100%;
        border:solid 1px #ddd;
        margin-bottom: 3px;
    }
    .tab_tit2 ul.dep02 > li > a{
        border-top:none !important;
    }
    .tab_tit2 ul.dep02 > li > a.on {
        background:#5fc3d3;
        color:#fff;
    }

    .tab_tit4 ul.dep04 > li  {
        width:100%;
    }
    
    
}