@charset "euc-kr";


/* main contents  Start */

#contents {
    position: relative;
    min-width: 320px;
    width: 100%;
    background: #e7e7e7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}


#contents .slider {
    width: 100%;
    height: 100%;
}




/* ¸ÞÀÎÀÌ¹ÌÁö ¿ÞÂÊ Á¦¸ñ°ú ¼³¸í */
.main_con_slides {
    position: relative;
    max-width: 55%;
    min-height: 900px;
    color: #fff;
    top: 150px;
}

.main_con_slides_l {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
}

.main_con_slides_l h2 {
    align-self: flex-end;
    max-width: 550px;
    font-size: 48px;
    font-weight: 500;
    line-height: 1.2em;
    text-align: center;
    margin-bottom: 5%;
    -webkit-text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
    -moz-text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
}

.main_con_slides_l .main_con_slides_l_text {
    align-self: flex-end;
    width:100%;
    max-width: 550px;
    background: rgba(255, 255, 255, 0);
    height: 300px;
    padding: 15px 10px 15px 15px;
    border-radius: 5px;
}

.main_con_slides_l .main_con_slides_l_text a {color: #fff;}

.main_con_slides_l .main_con_slides_l_text>span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.53em;
    color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
}


/*¸ÞÀÎ ¹è³Ê ³»¿ë ¹Ú½º ½ºÅ©·Ñ¸ð¾ç Å©·Ò*/
.main_con_slides_l_text span::-webkit-scrollbar {    width: 10px;}
.main_con_slides_l_text span::-webkit-scrollbar-track {    background: rgb(0, 0, 0, 0.1);}
.main_con_slides_l_text span::-webkit-scrollbar-thumb {    background: #898989;    border-radius: 5px;}
.main_con_slides_l_text span::-webkit-scrollbar-thumb:hover {    background: #cf8f30;}
.main_con_slides_l_text span::-webkit-scrollbar-thumb:active {    background: #dab125;}
.main_con_slides_l_text span::-webkit-scrollbar-button {    display: none;}
/*¸ÞÀÎ ¹è³Ê ³»¿ë ¹Ú½º ½ºÅ©·Ñ¸ð¾ç IE*/
.main_con_slides_l_text span{
scrollbar-face-color: #8b8b8b;
scrollbar-track-color: #5c5c5c;
scrollbar-arrow-color: #8b8b8b;
scrollbar-highlight-color: none;
scrollbar-3dlight-color: none;
scrollbar-shadow-color: none;
scrollbar-darkshadow-color: none;
}




.main_con_slides_r {
    float: right;
    width: 50%;
}

/* ¸ÞÀÎÀÌ¹ÌÁö ¿À¸¥ÂÊ ¹Ù·Î°¡±â ÇÙ»ç¹öÆ°°ú °øÁö»çÇ×*/


#contents .main_con {
    max-width: 350px;
    position: absolute;
    top: 150px;
    left: 60%;
    width: 100%;
    min-height: 400px;
    color: #fff;
    z-index: 10;
}


/* ¿À¸¥ÂÊ ÀÓ´ë½ÅÃ»,»ç¿ë·á,»ç¾÷¼Ò¾È³» ¹öÆ°°ú °øÁö»çÇ× */
.main_con_r {
    float: right;
    width: 100%;
}

.hexagon {
    position: relative;
    width: 240px;
    height: 258px;
    padding: 0;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*ÀÓ´ë½ÃÃ»*/
.hexagon .hexagon01 {
    width: 140px;
    margin: 0 50px;
    padding: 28px 25px;
    height: 162px;
    background: url("../img/hexagon01_bg.png") 50% 50% no-repeat;
}

.hexagon .hexagon01 img {
    padding-left: 10px;
}

.hexagon .hexagon01 h2 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    -webkit-text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
    -moz-text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
}
/*»ç¿ë·á*/
.hexagon .hexagon02 {
    float: left;
    width: 100px;
    height: 116px;
    padding: 25px 26px;
    margin: -20px 15px 0 0;
    background: url("../img/hexagon02_bg.png") 50% 50% no-repeat;
}

.hexagon .hexagon02 img {
    padding-left: 3px;
}

.hexagon .hexagon02 h2 {
    font-size: 17px;
    letter-spacing: -1px;
    font-weight: 600;
    color: #fff;
    -webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    -moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}

/*»ç¾÷¼Ò¾È³»*/
.hexagon .hexagon03 {
    float: right;
    width: 100px;
    height: 116px;
    padding: 25px 10px;
    margin: -20px 0 0 15px;
    background: url("../img/hexagon03_bg.png") 50% 50% no-repeat;
}

.hexagon .hexagon03 img {
    padding-left: 7px;
}

.hexagon .hexagon03 h2 {
    margin-top: 5px;
    font-size: 17px;
    letter-spacing: -1px;
    font-weight: 600;
    color: #fff;
    -webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    -moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}

/*°øÁö»çÇ×*/
.main_notice {
    position: relative;
    width: 340px;
    height: 170px;
    padding: 10px;
    margin: 10% auto 0;
    background-color: rgba(20, 40, 55, 0.7);
    border: 3px solid rgba(255, 255, 255, 1);
    border-radius: 5px;
}

.main_notice h2 {
    width: 100%;
    padding: 0 5px;
    margin: 5px 0 15px;
    font-size: 20px;
    font-weight: 600;
}


.main_notice>div>a { position:absolute; top:20px; right:20px; font-size:14px; color:rgb(255, 222, 130);
}



.main_notice ul {width: inherit;}

.main_notice ul li {
    font-size: 17px;
    font-weight: 200;
    margin-left: 20px;
    padding: 3px 5px 3px 0;
    list-style-type: disc;
}
.main_notice ul li a {color:#fff;}

/* main contents  end */

/*1024ÀÌ»ó¿¡¼­ display:none*/
.main_bn {
    display: none
}

/*760ÀÌ»ó¿¡¼­ display:none*/
.main_bn_760 {
    display: none
}

/* main footer start */
#footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    min-height: 170px;
    background: #161721;
    opacity: 0.9;
    color: #fff;
    z-index: 10;
}

#footer .footer_box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1260px;
    min-height: 100px;
    padding: 30px 30px;
    margin: 0 auto;
}

#footer .footer_logo {
    max-width: 300px;
    width: 30%;
    height: 100%;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    
}

.footer_logo a {    
display: inline-block;
    color: #fff;
}

.footer_logo a img {
    max-width: 250px;
    margin-right: 15px;
    vertical-align: baseline;
}

.footer_logo h2 {
    min-width: 300px;
    line-height: 50px;
}

.footer_copy {
    font-size: 14px;
    width: 70%;
    height: 100%;
}

.footer_copy ul {}

.footer_copy ul li:first-child {
    letter-spacing: -1px;
}

.footer_copy ul li {
    font-weight: 200;
    line-height: 25px;
}

/* footer end */


/*
=========================================================================
¸ÞÀÎ ¹ÝÀÀÇü ÄÜÅÙÃ÷ css
=========================================================================
*/





/* pc device */
@media screen and (max-width: 1280px) {
    
    .main_con_slides_l h2 {
        width: 430px;
        font-size: 40px;
        font-weight: 500;
    }

    .main_con_slides_l .main_con_slides_l_text {
        max-width: 430px;
        height: 250px;
    }

    .main_con_slides_l {
        min-height: 400px;
    }

    .main_con_slides {
        top: 200px;
    }
}

/* Å×ºí¸´*/
@media screen and (max-width:1024px) {
    .main_con_slides { width: 80%; max-width: 700px; margin: 0 auto; top: 100px; }
    .main_con_slides_l h2 { width: 100%; max-width: 760px; }
    .main_con_slides_l .main_con_slides_l_text { width: 100%; max-width: 700px;}
    .main_con_slides { min-height: 660px; }
    .main_bn {display: flex; color: #fff; width: 100%; min-height: 130px; margin: 0 auto; background-color: #123c80; }

    .main_bn_box { display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; width: 17%;padding: 20px 10px;
        
        
        border-right: 1px solid #314ba3;
    }

    .main_bn_box i {
        color: #fff
    }

    .main_bn_box h2 {
        width: 100%;
        padding: 0;
        color: floralwhite;
        font-size: 22px;
        font-weight: 600;
    }



    .main_bn_notice {
        position: relative;
        width: 49%;
        color: #fff;
        background-color: #1f55ad;
        display: flex;
        flex-direction: column;
    }

    .main_bn_notice h2 {
        font-size: 20px;
    }

    .main_bn_notice h2 i {
        font-size: 20px;
    }

    .main_bn_notice .main_bn_notice_title {
        width: 100%;
        display: flex;
        color: #fff;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .main_bn_notice .main_bn_notice_title {
        text-align: left;
        padding: 5px;
        border-bottom: 1px solid #95a8b5;
        font-size: 14px;
        flex-direction: row;
    }

    .main_bn .main_bn_notice .main_bn_notice_title i {
        padding-right: 10px;
    }

    .main_bn_notice>a {
        position: absolute;
        top:5px;
        right:10px;
        line-height: 15px;
        padding: 1px;
    }



 

    .main_bn_notice_content {
        display: flex;
        width: 100%;
        padding: 8px 0;
        
    }

    .main_bn_notice_content ul {
        display: flex;
        flex-direction: column;
    }

    .main_bn_notice_content ul li {
        color: #e2e2e2;
        width: 100%;
        text-align: left;
        padding: 1px 20px;
        overflow: hidden;
        font-size: 16px;
        list-style-type: disc;
        list-style-position: inside;
    }


    .main_bn_notice_content ul li i {
        padding-right: 10px;
    }

    .main_bn_notice_content ul li a {
        font-size: 16px;
        color: #e2e2e2;
        line-height: 26px;
    }
        
    #footer .footer_box { background-color: #010219;}
    .footer_logo {
        display: none;
    }

    #footer .footer_box .footer_copy {
        width: 100%;
        clear: both;
        text-align: center;
    }

    #footer .footer_box .footer_copy ul li {
        line-height: 1.2em;
        margin: 10px auto;
    }


}


/* mobile */
@media screen and (max-width:760px) {
    .main_bn_box {width: 33.33333333%;}
    .main_bn .main_bn_notice {display: none;}
    .main_bn_760 { display: flex; flex-wrap: wrap; width: 100%; min-height: 150px; background-color: #1f55ad;}
    .main_bn_notice { display: flex; flex-direction: column; width: 100%; color: #fff; background-color: #1f55ad;}
}
    
    
@media screen and (max-width:640px) {
    .main_bn {height: 130px;}
    .main_bn_box {padding: 0;}
    .main_bn_box h2 {font-size: 22px;}
    .main_bn_box i {font-size: 51px;}
    #footer {min-height: 200px;}
    .footer_copy {font-size: 13px; color:#c7c7c7;}
}

    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
