@charset "utf-8";

/*common*/


/*setting display none*/
#tnb{display: none;}
.hd_sch_wr{display: none;}
.hd_login{display: none;}
#gnb{display: none;}
#ol_before{display: none;}
#aside{display: none;}
#visit{display: none;}
.notice.ft_cnt{display: none;}
#ft_wr:after{display: none;}
#container_title{display: none;}
.latest_top_wr,.latest_wr{display: none;}



/*top btn*/
#top_btn:hover{
    background: rgba(255,255,255,0.5);
    border-color: #333;
    color:#333
}
.footer #top_btn{
    border-color: #151C51;
    color: #151C51;
}

/*notice en footer 맡에 p*/
 body > p{
    display: none;
 }



/*color*/
.pt-color{
    color: #E10314
}
.pt-bg-color{
    background: #FCF2F3;
}
.sb-color{
    color:#B1A5A5
}
.sb-bg-color{
    background: #F4F2F2;
}


/*text*/
body, h1, h2, h3, h4, h5, h6, p, div, li, dt, dd, input, textarea, button, th, td {
    font-family: 'Pretendard', sans-serif;
    word-break: keep-all;
}
p, th, td{
    font-size: 17px;
    line-height: 1.5;
    word-break: keep-all;
}
button{
    color:#1b1b1b
}
.bold{
    font-weight: bold;
}
.normal{
    font-weight: normal;
}
.lighter{
    font-weight: lighter;
}
.hd2{
    font-size: 70px;
    line-height: 1.2;
}
.hd3{
    font-size: 55px;
    letter-spacing: -2px;
}
.hd4{
    font-size: 45px;
}
.hd5{
    font-size: 36px;
    line-height: 1.4;
}
.hd6{
    font-size: 32px;
}
.mtxt{
    font-size: 24px;
    font-weight: bold;
}
.stxt{
    color:#666
}


/*seo*/
.seo{
    display: none;
}


#hd, #wrapper, #ft{
    min-width: inherit;
    width: 100%;
}
#hd_pop, #hd_wrapper, #tnb .inner, #gnb .gnb_wrap, #container_wr, #ft_wr{
    width: 100%;
}
#container{
    width: 100%;
    margin: 0;
}


/*btn*/
a.btn, .btn{
    height: inherit;
    line-height: normal;
    padding: 0;
}
.btnset{
    margin-top: 100px;
}
.btnset .btn{
    font-size: 13px;
    padding: 10px 20px;
    border-radius: 50px;
    border: 1px solid #ddd;
    font-family: 'Montserrat', sans-serif;
}
.btnset .btn::after{
    content: "";
    width: 18px;
    height: 18px;
    background: url(../img/common/arr.png);
    display: inline-block;
    vertical-align: bottom;
    margin-left: 7px;
    background-size: cover;
    background-position: center;
}
.btnset.ty2 .btn{
    border: 0;
    background: #151C51;
    color:#fff;
}
.btnset.ty2 .btn::after{
    filter:brightness(0) invert(1); 
}
.btnset.ty3 .btn{
    border: 1px solid #ddd;
    background: transparent;
    color:#fff;
}



/*animaion*/
.animation {
    display: block;
    transition: all 0.8s ease-in-out;
  }
  .animation.up {
    transform: translateY(60px);
  }
  .animation.down {
    transform: translateY(-60px);
  }
  .animation.left {
    transform: translateX(60px);
  }
  .animation.right {
    transform: translateX(-60px);
  }
  .animation.opacity {
    opacity: 0;
  }
  .animation.on.up,
  .animation.on.down {
    transform: translateY(0);
  }
  .animation.on.left,
  .animation.on.right {
    transform: translateX(0);
  }
  .animation.on.opacity {
    opacity: 1;
  }



/*header footer 공통*/
#hd_wrapper.header, 
#ft.footer .ft_cnt{
    padding: 0 100px;
}


/*header*/
#hd.hd-ot{
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    z-index: 999;
    
}
#hd_wrapper.header{
    height: 100px;
    background: rgba(255, 255, 255, 0.7);
    max-width: inherit;
    width: 100%;
    border-bottom: 1px solid #ddd;
    position: relative;
}
#hd_wrapper.on{
    background: #ffffff;
}
.header .inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
/*logo*/
.header .inner #logo.logo{
    padding: 0;
}
.header .inner .logo > a,
.footer .inner #logo.logo > a{
    display: inline-block;
    height: 100%;
    width: 154px;
}
/*nav*/
.header .inner .nav{
    height: 100%;
}
.header .inner .nav .nav-list{
    display: flex;
    gap: 50px;
    height: 100%;
}

.header .inner .nav .nav-list > li .upper{
    padding: 0 25px;
    font-size: 18px;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    height: 100%;
}
.header .inner .nav .nav-list > li .under{
    display: none;
    position: absolute;
    left: 0;
    top:100px;
    width: 100%;
    background: #fff;
    padding: 50px 0;
    box-shadow: 0 7px 7px -7px rgba(0, 0, 0, 0.4);
}
.header .inner .nav .nav-list > li .under .dp2{
    display: flex;
    gap: 50px;
    justify-content: center;
}
.nav .nav-list > li .under .dp2 > li > a{
    font-size: 16px;
    font-weight: 500;
}
.nav .nav-list > li .under .dp2 > li .dp3.prd{
    display: grid;
    grid-template-columns:1fr 178px 1fr;
    gap:20px 50px;
}
.nav .nav-list > li .under .dp2 > li .dp3.prd.ty2{
    grid-template-columns:repeat(3, auto)
}
.header .inner .nav .nav-list > li .under .dp2 > li .dp3{
    margin-top: 30px;
}
.header .inner .nav .nav-list > li .under .dp2 > li .dp3.cm > li + li{
    padding-top: 20px;
}
.header .inner .nav .nav-list > li .under .dp2 > li .dp3 > li > a{
    color:#666;
    font-size: 15px;
}


/*fullmenu*/
.hd-ot aside{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.hd-ot aside.on{
    opacity: 1;
    visibility: visible;
}
.hd-ot aside .aside-wrap{
    display: flex;
}
.hd-ot aside .aside-wrap .bgset-ot{
    flex: .7;
}
.hd-ot aside .aside-wrap .bgset{
    position: relative;
    overflow: hidden;
}
.hd-ot aside .aside-wrap .bgset .bg{
    background: url(../img/fullmenu-bg.jpg) no-repeat 0 0;
    height: 100vh;
    background-size: cover;
    background-position: center;
}
.hd-ot aside .aside-wrap .curve{
    bottom: inherit;
    left: inherit;
    transform: translate(0, -50%);
    height: 130%;
    width: 283px;
    position: absolute;
    right: -223px;
    top: 50%;
    border: 10px solid #E10314;
}
.hd-ot aside .aside-wrap .menuset{
    flex: 1.3;
}
.hd-ot aside .aside-wrap .menuset .top-btnset{
    height: 100px;
    padding:0 100px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.hd-ot aside .aside-wrap .menuset .menu-box{
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    justify-content: center;
    margin-top: -100px;
}
.hd-ot aside .aside-wrap .menuset .nav .nav-list > li{
    display: flex;
    gap:70px;
    font-size: 18px;
    align-items: center;

}
.hd-ot aside .aside-wrap .menuset .nav .nav-list > li:nth-child(2){
    align-items: flex-start;
}
.hd-ot aside .aside-wrap .menuset .nav .nav-list > li + li{
    margin-top: 3.65vw;
}
.hd-ot aside .aside-wrap .menuset .nav .upper{
    font-size: 32px;
}
.hd-ot aside .aside-wrap .menuset .nav .under .dp2{
    display: flex;
    gap: 40px;
}
.hd-ot aside .aside-wrap .menuset .nav .under .dp2 > li > a{
    font-weight: bold;
    font-size: 18px;
    color:#454545
}
.hd-ot aside .aside-wrap .menuset .nav .under .dp3{
    display: grid;
}
.hd-ot aside .aside-wrap .menuset .nav .under .dp3.prd{
    gap:12px 50px;
    margin-top: 20px;
}
.hd-ot aside .aside-wrap .menuset .nav .under .dp3 > li > a{
    color:#666;
    font-size: 16px;
}



/*right-box*/
.right-box{
    display: flex;
    gap:36px
}
.right-box .lang-list{
    display: flex;
}
.right-box .lang-list > li + li::before{
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    background: #333;
    margin: 0 10px;
} 
.right-box .lang-list > li .lang-btn{
    font-size: 15px;
}
.right-box .lang-list > li .lang-btn.on{
    font-weight: bold;
}

.right-box .toggle-btn{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap:5px;
    width: 20px;
    height: 20px;
}
.right-box .toggle-btn > span{
    width: 3px;
    height: 3px;
    background: #1b1b1b;
}
.right-box .toggle-btn.close{
    position: relative;
}
.right-box .toggle-btn.close > span{
    position: absolute;
    width: 24px;
    height: 2px;
    top: 40%;
}
.right-box .toggle-btn.close > span:nth-child(1){
    transform: rotate(-45deg);
}
.right-box .toggle-btn.close > span:nth-child(2){
    transform: rotate(-135deg)
}


/*footer*/
.footer #ft_copy{
    display: none;
}
.footer #ft_wr{
    max-width: inherit;
    display: flex;
    flex-direction: column;
    padding: 0;
}
.footer #ft_wr .ft_cnt{
    width: 100%;
}
.footer #ft_wr .ft_cnt + .ft_cnt{
    border-top: 1px solid #454545;
}
#ft.footer h1{
    position: inherit;
    padding: 0;
    overflow: inherit;
}
.footer #ft_wr #ft_link > ul{
    display: flex;
    justify-content: flex-end;
    padding: 20px 0;
}
.footer #ft_wr #ft_link > ul > li:nth-child(2){
    position: relative;
    padding-left: 20px;
}
.footer #ft_wr #ft_link > ul > li:nth-child(2)::before{
    content:"";
    display: inline-block;
    width: 1px;
    height: 15px;
    background: #454545;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(0, -50%);
}
.footer #ft_wr #ft_link > ul > li > a{
    font-size: 17px;
    font-weight: normal;
}
.footer #ft_wr #ft_link > ul > li > a.pt-color{
    color:#E10314
}
.footer #ft_wr .ft_cnt#ft_company{
    display: flex;
    justify-content: space-between;
}
.footer #ft_wr #ft_company .box{
    padding:50px 0
}
.footer #ft_wr #ft_company .box .inner{
    display: flex;
    align-items: center;
}
.footer #ft_wr #ft_company .box .inner .ft-info-set{
    margin-left: 100px;
}
.footer #ft_wr #ft_company .box .inner .ft_info > li{
    font-size: 14px;
    color:#ccc;
    display: inline-block;
}
.footer #ft_wr #ft_company .box .inner .ft_info > li.bold{
    display: block;
}
.footer #ft_wr #ft_company .box .inner .ft_info > li + li{
    margin-left: 15px;
}
.footer #ft_wr #ft_company .box .inner .ft_info > li:nth-child(2){
    margin-left: 0;
}
.footer #ft_wr #ft_company .box .inner .ft_info > li > span{
    color:#ccc
}
.footer #ft_wr #ft_company .box .inner .ft-info-set .copy{
    font-size: 14px;
    color:#999;
    margin-top: 10px;
}
.footer #ft_wr #ft_company .box.ty2 .bold{
    font-size: 27px;
    white-space: nowrap;
}



/*bullet*/
.bullet::before{
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #E10314;
    vertical-align: middle;
    margin-right: 10px;
}

/*table*/
thead > tr{
    background: #ebebeb;
}
th, td{
    padding: 10px 15px;
}

.uppercase{
    text-transform: uppercase;
}


/**************
en
***************/
/*common*/
.hd3{
    font-size: 48px;
}
.hd4{
    font-size: 38px;
}
.hd4{
    font-size: 32px;
}

/*header*/
.en.hd-ot aside .aside-wrap .menuset .nav .upper{
    font-weight: bold;
}
.en.hd-ot aside .aside-wrap .menuset .nav .under .dp2 > li > a{
    font-size: 19px;
}






/*admin*/
/*login*/
#mb_login{
    margin: 13.02vw auto;
    display: flex;
}
.mbskin{
    width: 720px;
    border: 2px solid #ddd;
    border-radius: 10px;
}
#mb_login > div{
    flex: 1;
}
#login_fs{
    padding: 0px 35px 70px;
}
.btn_submit{
    background: #E10314;
}
.btn_submit:hover{
    background: #E10314;
}
#login_info .login_if_auto label{
    padding: 3px 0 0 20px;
}
.login-bgset .login-bg{
    background: url(../img/fullmenu-bg.jpg) no-repeat 0 0;
    height: 100%;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.mbskin .mbskin_box{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 0;
}
.mb_log_cate .join{
    border-top-right-radius: 10px;
}
.mb_log_cate .join{
    display: none;
}
.mb_log_cate h2{
    width: 100%;
    font-size: 20px;
    margin: 50px 0 0;
}

/*admin*/
#hd_top{
    background: #ddd;
}



/*fullmenu*/
.hd-ot aside .aside-wrap .menuset .nav .under .dp2.ty2{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap:10px 0
}