@charset "utf-8";

body,div,ul,li,dl,dd,dt,ol,h1,h2,h3,h4,h5,h6,input,fieldset,legend,p,select,table,th,td,tr,textarea,button,form,figure,figcaption{margin:0; padding:0;}
* {font-family: Pretendard,'Noto Sans KR', sans-serif; margin: 0 auto;}
body {background-color: #14100C;}
ul,li,ol {list-style:none;}
a {text-decoration: none;}
a,h1,h2,h3,h5,span,b,p {color: #ffffff;}
h2 {font-size: 42px; font-weight: 700; text-align: center;}

@media (max-width: 1023px) {h2 {font-size: 38px;}}
@media (max-width: 767px) {h2 {font-size: 26px;}}

@keyframes slide-up {
    0% {
        opacity: 0;
        transform: translateY(10%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slide-up-1 {
    0% {
        opacity: 0;
        transform: translateY(20%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.animate_up {
    animation-name: slide-up;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

.animate_up_1 {
    animation-name: slide-up-1;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}


 /* header */
#header {
    width: 100%;
    height: 96px;
}

#header_inner {
    position: relative;
    max-width: 1320px;
    padding: 0 40px;
    margin: 0 auto;
    height: 100%;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: block;
}

.logo a img {
    display: block;
    width: 210px;
    height: 42px;
}

.nav{
    display: block;
    margin: 0;
}

.nav ul {
    padding: 36px 0;
}

.nav ul li {
    display: inline-block;
    padding-left: 36px;
    font-weight: 500;
    font-size: 20px;
    position: relative;
    margin-left: 36px;
    padding: 0 !important;
}

.nav ul li.language {
    font-weight: 300;
    font-size: 16px;
}

.nav li::after {
    position: absolute;
    left: auto;
    width: 0;
    display: block;
    content: '';
    margin-top: 2px;
    border-bottom: 2px solid white;
    transition: width 220ms ease-in-out;
}

.nav li:hover::after {
    width: 100%;
}

li.language:hover::after {
    display: none;
}


#btn_hbg {
    display: none;
    transition: transform 1s ease;
}

#btn_hbg img {
    width: 34px;
    height: 34px;
    padding-top: 3px;
}

/* header_media */

@media (max-width: 1023px) {
    .logo a img {
        width: 200px;
        height: 40px;
        line-height: 96px;
    }
    
    .nav ul {
        padding: 37px 0;
    } 

    .nav ul li {
        font-size: 18px;
        padding-left: 32px;
    }
}

@media (max-width: 767px) {
    #header {
        height: 80px;
    }
    
    #header_inner {
        padding: 0 20px;
    }
    
    .logo a img {
        width: 164px;
        height: 32px;
    }
    
    .nav{
        display: none;
    }

    #btn_hbg {
        display: flex;
    }
}




 /* mainimg */
.mainimg {
    background-image: url(../img/about_main2.jpg);
    background-repeat : no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
    height: 920px;
}


 /* hbg */
#hbg {
    background-color: #14100C;
    position: fixed;
    left:100%;
    top: 0;
    bottom: 0;
    z-index: 600;
    width: 100%;
    height: 100%;
    padding: 48px 36px;
    box-sizing: border-box;
    transition: left 0.6s ease-in-out;
}

.hbg_eng {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 36px;
}

.hbg_eng .eng {
    margin: 0;
    display: block;
}

.hbg_eng p {
    font-size: 16px;
    font-weight: 300;
    color: #DEDEDE;
}

#close {
    margin: 0;
    display: block;
}

#close img {
    width: 28px;
    height: 28px;
    transition: left 0.6s ease-in-out;
}

ul.hbg_nav {
    text-align: left;
}

ul.hbg_nav li {
    padding-bottom: 16px;
}

ul.hbg_nav li span {
    font-size: 40px;
    font-weight: 600;
}

 /* about */
 /* about_main */

.about_main {
    height: 824px;
}

.main_contain {
    padding: 0 40px;
}

.main_contain h1 {
    text-align: center;
    font-size: 90px;
    font-weight: 700;
    color: #ffffff;
    padding-top: 216px ;
    opacity: 0;
    animation-name: slide-up;
    animation-duration: 0.8s;
    animation-delay:0.3s;
    animation-fill-mode: forwards;
}

.main_contain p {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    padding-top: 26px;
    line-height: 40px;
    opacity: 0;
    animation-name: slide-up;
    animation-duration: 0.6s;
    animation-delay: 0.8s;
    animation-fill-mode: forwards;
}

.main_contain_title_mb {
    display: none;
}

.main_contain p.main_contain_dsc_mb {
    display: none;
}

@media (max-width: 1023px) {
    .main_contain h1 {
        padding-top: 168px;
        font-size: 86px;
        line-height: 96px;
    }

    .main_contain p {
        font-size: 18px;
        line-height: 36px;
        padding-top: 32px;
    }
  }

@media (max-width: 767px) {
    .main_contain h1 {
        padding-top: 72px;
        font-size: 70px;
        line-height: 80px;
    }

    .main_contain p {
        font-size: 14px;
        line-height: 26px;
        padding: 40px 24px;
    }

    .main_contain_title {
        display: none;
    }

    .main_contain_dsc {
        display: none;
    }

    .main_contain_title_mb {
        display: block;
    }

    .main_contain p.main_contain_dsc_mb {
        display: block;
    }
  }  

@media (max-width: 359px) {
    .main_contain h1 {
        padding-top: 72px;
        font-size: 66px;
        line-height: 76px;
    }

    .main_contain p {
        font-size: 14px;
        line-height: 24px;
        padding-top: 28px;
    }

    .main_contain p.main_contain_dsc_mb {
        display: block;
        padding: 32px 12px;
    }
}  





 /* about_data */
 /* data0 */
 .about_data {
    padding: 0 40px;
    text-align: center;
 }

 .data0 {
 }

 .data0 h2{
    padding: 140px 0 0 0;
 }
 
 .data0 p {
    font-size: 18px;
    font-weight: 200;
    display: none;
 }

@media (max-width: 1023px) {
    .data0 h2{
        padding: 140px 0 0 0;
     }

    .data0 p {
        display: none;
    }
  }

@media (max-width: 767px) {
    .about_data {
        padding: 0 20px;
     }
    
     .data0 h2{
        padding: 100px 0 0 0;
     }
  }  




 /* data1 */
.data1 {
    position: relative;
    width: 100%;
    max-width: 1320px;
    background-color: #201C18;
    margin: auto;
    margin-top: 48px;
    margin-bottom: 64px;
    text-align: center;
 }

.data1_mau {
    display: inline-flex;
    color: #ffffff;
    padding: 52px 0;
    line-height: 80px;
 }

.mau_txt1 {
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #DEDEDE;
    margin-right: 20px;
}

.mau_number {
    display: flex;
    width: 370px;
}

.mau_number span {
    color: #fff;
    font-size: 64px;
    font-weight: 700;
    letter-spacing : 3px;
}

.mau_txt2 {
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #DEDEDE;
    margin-left: 6px;
}

@media (max-width: 1023px) {
    .data1_mau {
        flex-direction: column;
        padding: 40px 0 ;
    }
    .mau_txt1 {
        line-height: 24px;
        padding-bottom: 10px;
        margin-right: 0;
        font-size: 20px;
    }

    .mau_txt2 {
        display: none;
    }
}

@media (max-width: 767px) {
    .data1 {
        display: block;
        margin: 32px 0 40px 0 ;
     }

    .data1_mau {
        display: block;
        padding: 32px 0 36px 0;
        line-height: 0; 
    }

    .mau_txt1 {
        padding-bottom: 12px;
        font-size: 15px;
        font-weight: 500;
    }

    .mau_number {
        margin: 0 3px;
        justify-content: center;
        line-height: 50px; 
        display: inline-flex;
        width: 100%;
    }
    
    .mau_number span {
        font-size: 48px;
        letter-spacing: 2px;
    }
}


@media (max-width: 359px) {
    .mau_number span {
        font-size: 44px;
    }
}




 /* data2 */
.data2 {
    text-align: center;
    margin-top: 64px;
}

.data2 li {
    display: inline-block;
    padding: 0 68px;
}

.data2 li h3 {
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 16px;
}

.data2 li p {
    font-size: 16px;
    font-weight: 400;
    color: #DEDEDE;
    line-height: 22px;
}

@media (max-width: 1023px) {
    .data2 {
        margin-top: 56px;
    }

    .data2 li {
        padding: 0 36px;
     }

     .data2 li h3 {
        font-size: 38px;
        margin-bottom: 12px;
     }
    }

@media (max-width: 767px) {
    .data2 {
        margin-top: 0;
        animation-duration: 5s;
    }
    
    .data2 li {
        display: block;
        padding: 0 0 26px 0;
    }
    
    .data2 li h3 {
        font-size: 30px;
        margin-bottom: 6px;
        letter-spacing: 1px;
    }
    
    .data2 li p {
        font-size: 13px;
        line-height: 17px;
    }}



 /* about_history */

.about_history {
    background-color: #201C18;
    height: 672px;
    margin-top: 180px;
    padding: 96px 40px 40px;
 }

        
ul.history_inner {
    margin-top: 72px;
    display: inline-block;
    position: relative;
 }

li.history_list {
    font-size: 18px;
    padding-bottom: 36px;
    text-align: left;
    display: flex;
 }

li.history_list b {
    font-weight: 700;
    color: #DEDEDE;
    padding-right: 60px;
    display: flex;
    margin: 0;
    line-height: 30px;
    position: relative;
 }

 li.history_list p {
    font-weight: 400;
    line-height: 30px;
    display: block;
}

li.history_list::after {
    content: '';
    position: absolute; left: 74px; top: 10px; 
    width: 2px; height: 460px; background:#707070;
}

li.history_list b::after {
    content: '';
    position: absolute; left: 70px; top: 14px;
    transform: translateY(-50%);
    width: 12px; height: 12px; 
    border-radius: 100%;
    background:#fff;
    z-index: 1;
}


ul.history_inner_eng {
    margin-top: 72px;
    display: inline-block;
    position: relative;
 }

li.history_list_eng {
    font-size: 18px;
    padding-bottom: 36px;
    text-align: left;
    display: flex;
 }

li.history_list_eng b {
    font-weight: 700;
    color: #DEDEDE;
    padding-right: 60px;
    display: flex;
    margin: 0;
    line-height: 30px;
    position: relative;
 }

 li.history_list_eng p {
    font-weight: 400;
    line-height: 30px;
    display: block;
}

li.history_list_eng::after {
    content: '';
    position: absolute; left: 74px; top: 10px; 
    width: 2px; height: 460px; background:#707070;
}

li.history_list_eng b::after {
    content: '';
    position: absolute; left: 70px; top: 14px;
    transform: translateY(-50%);
    width: 12px; height: 12px; 
    border-radius: 100%;
    background:#fff;
    z-index: 1;
}

@media (max-width: 1023px) {
    li.history_list {
        font-size: 17px;
     }

     li.history_list_eng {
        font-size: 17px;
     }
}

@media (max-width: 767px) {
    .about_history {
        height: 520px;
        margin-top: 160px;
        padding: 80px 0 24px 0;
     }
    
    .history {
        padding: 54px 24px;
    }
            
    ul.history_inner {
        margin: 0;
     }
    
    li.history_list {
        font-size: 14px;
        padding-bottom: 16px;
        text-align: left;
        display: flex;
        line-height: 24px;
     }
    
    li.history_list b {
        padding-right: 32px;
     }
    
     li.history_list p {
        font-weight: 500;
    }

    li.history_list::after {
        left: 48px;
        top: 12px; 
        height: 345px;
    }
    
    li.history_list b::after {
        left: 45px; top: 16px;
        width: 9px; height: 9px;
    }

    ul.history_inner_eng {
        margin: 0;
     }
    
    li.history_list_eng {
        font-size: 14px;
        padding-bottom: 16px;
        text-align: left;
        display: flex;
        line-height: 24px;
     }
    
    li.history_list_eng b {
        padding-right: 32px;
     }
    
     li.history_list_eng p {
        font-weight: 500;
    }

    li.history_list_eng::after {
        left: 48px;
        top: 12px; 
        height: 345px;
    }
    
    li.history_list_eng b::after {
        left: 45px; top: 16px;
        width: 9px; height: 9px;
    }
}

@media (max-width: 445px) {
    li.history_list_eng {
        padding-bottom: 6px;
     }

    li.history_list_eng::after {
        height: 365px;
    }
}

@media (max-width: 359px) {
    li.history_list_eng {
        font-size: 13px;
     }

     li.history_list_eng b {
        padding-right: 24px;
     }

     li.history_list_eng::after {
        left: 41px;
        height: 375px;
    }
    
    li.history_list_eng b::after {
        left: 38px;
        width: 8px; height:8px;
    }
}


/* about_bottom */

.about_bottom {
    background-image: url(../img/about_bottom3.jpg);
    background-repeat : no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 160px 0 224px;
    text-align: center;
}

.bottom_inner {
    padding: 0 40px;
}

.about_bottom p {
    margin-top: 40px;
    font-size: 18px; 
    font-weight: 300;
    line-height: 30px;
}

.bottom_inner_desc_mb {
    display: none;
}

@media (max-width: 1023px) {
    .about_bottom {
        padding: 140px 0 200px;
    }

    .about_bottom p {
        margin-top: 30px;
        font-size: 17px; 
        font-weight: 400;
    }}

@media (max-width: 767px) {
    .about_bottom {
        background-image: url(../img/about_bottom3.jpg);
        background-repeat : no-repeat;
        background-size: cover;
        background-position: center center;
        padding: 120px 0 160px;
    }

    .bottom_inner {
        padding: 0 20px;
    }

    .about_bottom p {
        margin-top: 32px;
        font-size: 14px; 
        font-weight: 300;
        line-height: 25px;
    }

    .bottom_inner_desc {
        display: none;
    }

    .bottom_inner_desc_mb {
        display: block;
    }
}





 /* news */
 /* news_title */

 .news_title {
    width: 100%;
    height: 240px;
    text-align: center;
}

.news_title h1 {
    font-size: 80px;
    font-weight: 700;
    padding-top: 64px;
}

@media (max-width: 1023px) {
    .news_title {
        height: 180px;
    }

    .news_title h1 {
        font-size: 72px;
        padding-top: 36px;
    }
}

@media (max-width: 767px) {
    .news_title {
        height: 120px;
    }

    .news_title h1 {
        font-size: 54px;
        padding-top: 10px;
    }
}

@media (max-width: 599px) {
    .news_title h1 {
		line-height: 0.9;
		font-size: 48px;
		padding-top: 16px;
    }
}

 /* news_contents */

.news_contents {
    width: 100%;
    background-color: #fff;
    padding: 100px 40px 128px;
    box-sizing: border-box;
}

.news_contents_inner {
    max-width: 1320px;
    height: 100%;
    margin: 0 auto;
    animation-name: slide-up;
    animation-duration: 1.2s;
    animation-fill-mode: forwards;
}

.news {
    width: 100%;
    height: 200px;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 32px;
}

.news .news_txt {
    width: 58%;
    height: 100%;
    padding-top: 8px;
    box-sizing: border-box;
    float: left;
}

.news_txt a {
    color: #000;
}

.news_txt h4 {
	max-width: 100%;
    text-align: left;
    font-size: 28px;
    font-weight: 700;
    padding-bottom: 24px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: inline-block;
    position: relative;
    //white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.news_txt h4::after {
    position: absolute;
    left: auto;
    width: 0;
    display: block;
    content: '';
    margin-top: 2px;
    border-bottom: 2px solid black;
    transition: width 280ms ease-in-out;
}

.news_txt h4:hover::after {
    width: 100%;
}


p.news_txt_desc {
    width: 100%;
    height: 60px;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 17px;
    font-weight: 400;
    color: #767676;
    line-height: 30px;
}

p.news_txt_date {
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    color: #999999;
    padding-top: 24px;
}

.news_img {
    display: block;
    position: relative;
    float: right;
    width: 280px;
    height: 168px;
}

.news_img img {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1023px) {
    .news {
        height: 176px;
        margin-bottom: 36px;
    }

    .news .news_txt {
        padding-top: 0;
        width: 62%;
    }

    .news_contents {
        padding: 72px 40px 104px;
    }

    .news_txt h4 {
        font-size: 24px;
        padding-bottom: 18px;
    }

    p.news_txt_desc {
        height: 52px;
        font-size: 15px;
        line-height: 24px;
    }

    p.news_txt_date {
        font-size: 13px;
        font-weight: 500;
        padding-top: 16px;
    }

    .news_img {
        width: 218px;
        height: 136px;
    }
    
    .news_img img {
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 767px) {
    .news {
        height: 132px;
        margin-bottom: 28px;
    }

    .news_contents {
        padding: 40px 20px 88px;
    }

    .news .news_txt {
        width: 100%;
        padding-top: 0;
    }

    .news_txt h4 {
        font-size: 20px;
        padding-bottom: 14px;
    }

    p.news_txt_desc {
        height: 40px;
        font-size: 13px;
        line-height: 20px;
    }

    p.news_txt_date {
        font-size: 12px;
        padding-top: 16px;
    }

    .news_img {
        display: none;
    }
}


 /* news_press */

#press {
    background-color: #fff;
    padding: 72px 40px 160px;
}

.press_inner {
    max-width: 1320px;
    height: 100%;
    margin: 0 auto;
}
.press_inner_small {
    max-width: 480px;
    height: 100%;
    margin: 0 auto;
}

.press_title {
    text-align: center;
}

.press_title p {
    color: #767676;
    font-size: 15px;
    font-weight: 400;
    margin-top: 20px;
}

.press_title h4 {
    display: block;
    font-size: 38px;
    font-weight: 700;
    max-width: 1200px;
    line-height: 48px;
    margin: 0 auto;
}

.press_img {
    max-width: 960px;
    margin: 0 auto;
}

.press_img img {
    width: 100%;
    margin: 56px 0;
}

.press_desc {
    display: block;
    max-width: 960px;
    margin: 0 auto;
}

.press_desc p {
    color: #14100C;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}

.press_desc .from {
    color: #767676;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 56px;
}

@media (max-width: 1023px) {
    #press {
        padding: 64px 40px 144px;
    }

    .press_title p {
        margin-top: 16px;
    }

    .press_title h4 {
        font-size: 34px;
        line-height: 46px;
    }
    
    .press_img img {
        margin: 48px 0;
    }

    .press_desc p {
        font-size: 17px;
        line-height: 28px;
    }
    
    .press_desc .from {
        font-size: 15px;
        line-height: 22px;
        margin-top: 48px;
    }
}

@media (max-width: 767px) {
    #press {
        padding: 40px 20px 96px;
    }

    .press_title p {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .press_title h4 {
        font-size: 28px;
        line-height: 38px;
    }
    
    .press_img img {
        margin: 30px 0;
    }

    .press_desc p {
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
    }
    
    .press_desc .from {
        font-size: 14px;
        line-height: 20px;
        margin-top: 32px;
    }
}













/* contact */
#contact {
    background-image: url(../img/img_contact.jpg);
    background-repeat : no-repeat;
    background-size: cover;
    background-position: center center;
    height: 875px; 
}

.contact_inner {
    position: relative;
    max-width: 1320px;
    padding: 0 40px;
    margin: 0 auto;
    height: 100%;
}

@media (max-width: 767px) {
    .contact_inner {
        padding: 0 20px;
    }
}


/* contact_left */
.contact_left {
    display: block;
    float: left;
    width: 51%;
    padding-top: 262px;
}

.contact_left p {
    font-size: 84px;
    font-weight: 700;
    opacity: 0;
    animation-name: slide-up;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
}

@media (max-width: 1023px) {
    .contact_left {
        width: 100%;
        padding-top: 48px;
        text-align: center;
    }

    .contact_left p {
        font-size: 72px;
    }
}

@media (max-width: 767px) {
    .contact_left {
        padding-top: 40px;
    }

    .contact_left p {
        font-size: 54px;
    }
}

/* contact_right */

.contact_right {
    display: block;
    float: right;
    width: 49%;
    padding-top: 120px;
    z-index: 0;
    opacity: 0;
    animation-name: slide-up;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

@media (max-width: 1023px) {
    .contact_right {
        width: 100%;
        padding-top: 68px;
    }
}

@media (max-width: 767px) {
    .contact_right {
        padding-top: 48px;
    }
}

/* __right_inquiry */
.right_inquiry {
    width: 100%;
    padding: 8px 0 32px;
    position: relative;
}

.right_inquiry label {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 16px;
}

.right_inquiry input {
    background-color: rgb(65,60,55,0.5);
    width: 100%;
    height: 64px;
    padding: 20px 24px;
    box-sizing: border-box;
    border: none;
    font-size: 18px;
    font-weight: 300;
    color: #ffffff;
}

.right_inquiry input::placeholder {
    color: #bbbbbb;
    font-weight: 300;
}

.right_inquiry input:focus { 
    outline: none; 
}

.right_inquiry textarea {
    background-color: rgb(65,60,55,0.5);
    width: 100%;
    height: 280px;
    padding: 20px 24px;
    box-sizing: border-box;
    border: none;
    font-size: 18px;
    font-weight: 300;
    color: #ffffff;
    line-height: 30px;
}

.right_inquiry textarea::placeholder {
    color: #bbbbbb;
    font-weight: 300;
}

.right_inquiry textarea:focus { 
    outline: none; 
}

@media (max-width: 1023px) {
    .right_inquiry label {
    font-size: 15px;
    padding-bottom: 12px;
    }
}

@media (max-width: 767px) {
    .right_inquiry {
    padding: 0 0 28px 0;
    }
    
    .right_inquiry label {
    font-size: 14px;
    }

    .right_inquiry input {
    height: 56px;
    padding: 16px;
    font-size: 16px;
    }

    .right_inquiry textarea {
    height: 240px;
    padding: 18px 16px;
    font-size: 16px;
    line-height: 24px;
    }
}



/* _right_agree */
/* __agree_left */
.right_agree {
    width: 100%;
}

.agree_left {
    width: 85%;
    float: left;
}

.agree_left .check {
    display: flex;
    position: relative;
}

.check .check_box {
    margin: 0;
}

.check_box input {
    display: none;
}

.check_box input + label {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #ffffff;
    position: absolute;
    left: 0;
    top: 0;
}

.check_box input:checked + label::after {
    content:'✔';
    font-size: 13px;
    width: 18px;
    height: 18px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
}

.check .check_txt { 
    margin: 0 0 0 36px;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
}

.check a {
    font-size: 15px;
    font-weight: 300;
    margin: 0 0 0 12px;
}

@media (max-width: 767px) {
    .agree_left {
    width: 100%;
    }

    .agree_left .check {
        line-height: 14px;
    }

    .check_box input + label {
    display: inline-block;
    width: 14px;
    height: 14px;
    }

    .check_box input:checked + label::after {
    font-size: 10px;
    width: 12px;
    height: 12px;
    }

    .check .check_txt { 
    margin: 0 0 0 22px;
    font-size: 14px;
    line-height: 16px;
    }

    .check a {
    font-size: 12px;
    margin: 0 0 0 8px;
    line-height: 16px;
    }
}

/* __agree_right */
.agree_right {
    width: 15%;
    height: 100%;
    float: right;
    text-align: right;
    line-height: 20px;
}

.agree_right a {
    color: #F8971C;
    font-size: 18px;
    font-weight: 700;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .agree_right {
    width: 100%;
    height: 48px;
    text-align: center;
    background-color: #F8971C;
    border-radius: 4px;
    margin-top: 28px;
    }

    .agree_right a {
    display: flex;
    justify-content: center;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    line-height: 48px;
    }
}






/* check_active */
#check_active {
    position: absolute;
    width: 100%;
    height: 880px;
    z-index: 1;
    display: none;
}

.check_active_box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 69%;
    max-width: 1320px;
    background-color: #fff;
    padding: 72px 80px;
    box-sizing: border-box;
}

.box_title {
    display: flex;
    padding-bottom: 16px;
}

.box_title h4 {
    font-size: 38px;
    font-weight: 700;
}

.box_title a {
    float: right;
    margin-right: 0;
    padding-top: 6px;
}

.box_title a img {
    width: 30px;
    height: 30px;
}

.box_txt li h5 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    padding: 48px 0 24px 0 ;
}

.box_txt li p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

@media (max-width: 1439px) {
    .check_active_box {
        width: 94%;
    }
}

@media (max-width: 1023px) {
    .check_active_box {
        top: 46%;
        padding: 56px 48px;
    }

    .box_title {
        padding-bottom: 8px;
    }
    
    .box_title h4 {
        font-size: 32px;
    }
    
    .box_title a {
        padding-top: 4px;
    }
    
    .box_title a img {
        width: 26px;
        height: 26px;
    }

    .box_txt li h5 {
        font-size: 20px;
        padding: 44px 0 24px 0 ;
    }
    
    .box_txt li p {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 767px) {
    .check_active_box {
        top: 40%;
        padding: 44px 32px;
    }

    .box_title {
        padding-bottom:0;
    }
    
    .box_title h4 {
        font-size: 20px;
    }
    
    .box_title a {
        padding-top: 0;
    }
    
    .box_title a img {
        width: 20px;
        height: 20px;
    }

    .box_txt li h5 {
        font-size:16px;
        padding: 32px 0 12px 0 ;
    }
    
    .box_txt li p {
        font-size: 14px;
        line-height: 20px;
    }
}




/* footer */

#footer {
    width: 100%;
    height: 320px;
    background-color: #201C18;
}

#footer_inner {
    position: relative;
    max-width: 1320px;
    padding: 0 40px;
    margin: 0 auto;
    height: 100%;
    z-index: 1;
    text-align: left;
}

#footer_inner img {
    padding: 64px 0 24px;
    width: 210px;
    height: 42px;
}

#footer_inner p {
    font-size: 16px;
    font-weight: 300;
    color: #999999;
    margin-bottom: 24px;
    line-height: 26px;
}

#footer_inner b {
    font-size: 14px;
    font-weight: 300;
    color: #999999;
}

.footer_inner_address_mb {
    display: none;
}

/* footer_media */
@media (max-width: 1023px) {
    #footer {
        height: 220px;
    }

    #footer_inner img {
        padding: 56px 0 24px;
        width: 200px;
        height: 40px;
    }
    
    #footer_inner p {
        font-size: 15px;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    #footer {
        height: 260px;
    }

    #footer_inner {
        padding: 0 20px;
    }

    #footer_inner img {
        padding: 48px 0 20px;
        width: 164px;
        height: 32px;
    }
    
    #footer_inner p {
        font-size: 12px;
        margin-bottom: 16px;
        line-height: 18px;
    }

    #footer_inner b {
        font-size: 12px;
        line-height: 18px;
    }

    .footer_inner_address {
        display: none;
    }

    .footer_inner_address_mb {
        display: block;
    }
}


.video-container {

    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;  /* 컨테이너의 폭을 화면 폭에 맞춤 */
    max-width: 960px;   /* 최대 폭을 100%로 설정하여 화면을 넘지 않도록 함 */
    

}

.video-container2 {

    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;  /* 컨테이너의 폭을 화면 폭에 맞춤 */
    max-width: 480px;   /* 최대 폭을 100%로 설정하여 화면을 넘지 않도록 함 */
    

}

video {
    width: 100%;    /* 비디오의 폭을 컨테이너 폭에 맞춤 */
    height: auto;   /* 높이는 자동으로 설정하여 종횡비를 유지 */
    align-items: center;
}

/* 추가적인 미디어 쿼리 */