.wrap{ width: 95%; margin: 0 auto; }
.wrap[max="1760"]{ max-width: 1760px; }
.wrap[max="1600"]{ max-width: 1600px; }
.wrap[max="1520"]{ max-width: 1520px; }
.wrap[max="1200"]{ max-width: 1200px; }
.wrap[max="1170"]{ max-width: 1170px; }

@media screen and (max-width: 820px){
    .wrap{ width: 90%; }
}


/* header */
.header{ width: 100%; position: fixed; top: 0; left: 0; color: #fff; z-index: 990; transition-duration: 0.2s; }
.header .wrap{ display: flex; justify-content: space-between; }
.header .wrap .logo{ width: 214px; }
.header .wrap .logo > a{ width: 100%; display: block; padding: 50px 0; }
.header .wrap nav .mainmenu{ display: flex; height: 100%; }
.header .wrap nav .mainmenu li{ height: 100%; }
.header .wrap nav .mainmenu li > a{ display: flex; align-items: center; justify-content: center; height: 100%; font-size: 23px; font-weight: 600; color: #e0e0e0; padding: 0 24px; }
.header .wrap nav .mainmenu li:last-of-type > a{ padding-right: 0; }

.header .hamWrap{ width: 23px; display: flex; align-items: center; justify-content: center; cursor: pointer; display: none; }
.header .hamWrap .hambtn{ width: 100%; height: 9px;  margin-top: -5px; position: relative; }
.header .hamWrap .hambtn span{ width: 100%; height: 2px; background-color: #fff; position: absolute; left: 0; transition-duration: 0.4s; transform-origin: 50% 50%; display: block; }
.header .hamWrap .hambtn span:nth-of-type(1){ top: 0; }
.header .hamWrap .hambtn span:nth-of-type(2){ top: 100%; }

.header.ham .hambtn span:nth-of-type(1){ top: 50%; transform: translateY(-50%) rotate(-135deg); }
.header.ham .hambtn span:nth-of-type(2){ top: 50%; transform: translateY(-50%) rotate(135deg); }

.header.bg{ background-color: rgba(0,0,0,0.7); }

@media screen and (max-width: 1440px){
    .header .wrap .logo{ width: 180px; }
    .header .wrap .logo > a{ padding: 30px 0; }
    .header .wrap nav .mainmenu li > a{ font-size: 18px; }
}

@media screen and (max-width: 1280px){
    .header .wrap .logo{ width: 150px; }
    .header .wrap .logo > a{ padding: 20px 0; }
    .header .wrap nav .mainmenu li > a{ font-size: 16px; padding: 0 10px; }
}

@media screen and (max-width: 820px){
    .header .wrap nav{ display: none; }
    .header .hamWrap{ display: flex; }
    .header .wrap .logo{ width: 120px; }
    .header .wrap .logo > a{ padding: 15px 0; }
}

.header.ham ~ .totalWrap{ transform: translateY(0); opacity: 1; }


.totalWrap{ position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background-color: #141414; color: #fff; z-index: 980; padding: 65px 2.5%; box-sizing: border-box; text-align: center; display: none; align-items: center; flex-direction: column; justify-content: center; opacity: 0; transform: translateY(-100%); transition-duration: 0.4s; }
.totalWrap .close{ margin: 0 auto; flex-shrink: 0; }
.totalWrap .close img{ cursor: pointer; }
.totalWrap .t_menu{ width: 100%; height: 100%; display: flex; flex-direction: column; padding: 4.5% 0; }
.totalWrap .t_menu li{ width: 100%; height: calc(100 / 6 * 100%); }
.totalWrap .t_menu li a{ display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; font-size: 5.85vw; font-weight: 700; letter-spacing: -0.045em; }

@media screen and (max-width: 820px){
    .totalWrap{display: flex;}
}



/* footer */
.footer{ padding: 45px 0; background-color: #000; color: #fff; }
.footer .top{ display: flex; justify-content: space-between; }
.footer .top dl{ padding-top: 18px; }
.footer .top dl dt{ width: 214px; }
.footer .top dl dd{ font-size: 15px; line-height: calc(22 / 15); margin-top: 10px; color: #878787; font-weight: 500; }

.totop{ width: 88px; height: 88px; border-radius: 50%; box-sizing: border-box; border: 1px solid #464646; background-color: #080808; display: flex; flex-direction: column; justify-content: center; align-items: center; cursor: pointer; flex-shrink: 0; }
.totop i{ font-size: 25px; display: block; padding-bottom: 3px; }
.totop span{ font-size: 18px; font-weight: 700; padding-bottom: 0.4em; box-sizing: border-box; }

.footer .bottom{ margin-top: 45px; display: flex; justify-content: space-between; }
.footer .bottom .sns{ margin-top: 10px; display: flex; font-size: 20px; gap: 10px; }
.footer .bottom .sns > a{ display: block; padding: 5px; border-radius: 5px; border: 1px solid #878787; box-sizing: border-box; }
.footer .bottom .bx._1{ width: calc(410 / 1600 * 100%); padding-right: 20px; box-sizing: border-box; }
.footer .bottom .bx._1 > strong{ font-size: 25px; font-weight: 700; }
.footer .bottom .bx._1 > .nav{ margin-top: 20px; }
.footer .bottom .bx._1 > .nav li > a{ display: inline-block; font-size: 18px; color: #878787; line-height: calc(32 / 18); font-weight: 500; }

.footer .bottom .bx._2{ width: calc(535 / 1600 * 100%); padding-right: 20px; box-sizing: border-box; }
.footer .bottom .bx._2 > b{ display: block; line-height: calc(42 / 32); font-size: 32px; font-weight: 700; }
.footer .bottom .bx._2 > b small{ font-size: 30px; }
.footer .bottom .bx._2 dl{ margin-top: 75px; }
.footer .bottom .bx._2 dl dt{ font-size: 22px; font-weight: 700; }
.footer .bottom .bx._2 dl dd{ font-size: 18px; font-weight: 500; line-height: calc(26 / 18); margin-top: 15px; color: #878787; }

.footer .bottom .bx._3{ width: calc(455 / 1600 * 100%); padding-right: 20px; box-sizing: border-box; }
.footer .bottom .bx._3 .info{ width: 100%; }
.footer .bottom .bx._3 .info li{ margin-bottom: 25px; }
.footer .bottom .bx._3 .info li:last-of-type{ margin-bottom: 0; }
.footer .bottom .bx._3 .info li span{ display: block; font-size: 22px; font-weight: 700; }
.footer .bottom .bx._3 .info li p{ font-size: 18px; font-weight: 500; color: #878787; margin-top: 20px; line-height: 1.4; }

.footer .bottom .bx._4{ width: calc(195 / 1600 * 100%); }
.footer .bottom .bx._4 .family{ width: 100%; }
.footer .bottom .bx._4 .family li{ margin-bottom: 12px; }
.footer .bottom .bx._4 .family li:last-of-type{ margin-bottom: 0; }
.footer .bottom .bx._4 .family li > a{ display: flex; justify-content: space-between;  transition-duration: 0.2s; border-radius: 5px; border: 1px solid #878787; box-sizing: border-box; align-items: center; padding: 15px 20px; }
.footer .bottom .bx._4 .family li > a span{ font-size: 14px; font-weight: 500; color: #878787;  transition-duration: 0.2s; padding-left: 4px; }
.footer .bottom .bx._4 .family li > a img{ opacity: 0.2; transition-duration: 0.2s; }

@media screen and (min-width: 821px){
    .footer .bottom .bx._4 .family li > a:hover{ border-color: #fff; }
    .footer .bottom .bx._4 .family li > a:hover span{ color: #fff; }
    .footer .bottom .bx._4 .family li > a:hover img{ opacity: 1; }
}

@media screen and (max-width: 1440px){
    .footer .bottom .bx._1{ width: calc(280 / 1600 * 100%); }
    .footer .bottom .bx._1 > strong{ font-size: 22px; }
    .footer .bottom .bx._1 > .nav li > a{ font-size: 16px; }
    .footer .bottom .bx._2 > b{ font-size: 24px; }
    .footer .bottom .bx._2 > b small{ font-size: 22px; }

    .footer .bottom .bx._4{ width: calc(275 / 1600 * 100%); }
}

@media screen and (max-width: 1280px){
    .totop{ width: 65px; height: 65px; }
    .totop span{ font-size: 16px; }

    .footer .bottom .bx._1{ width: calc(340 / 1600 * 100%); }
    .footer .bottom .bx._1 > strong{ font-size: 18px; }
    .footer .bottom .bx._2 > b{ font-size: 20px; }
    .footer .bottom .bx._2 > b small{ font-size: 18px; }
    .footer .bottom .bx._2 dl{ margin-top: 30px; }
    .footer .bottom .bx._2 dl dt{ font-size: 18px; }
    .footer .bottom .bx._2 dl dd{ font-size: 16px; }

    .footer .bottom .bx._3 .info li span{ font-size: 18px; }
    .footer .bottom .bx._3 .info li p{ margin-top: 10px; font-size: 16px; }

    .footer .bottom .bx._4{ width: calc(315 / 1600 * 100%); }
    .footer .bottom .bx._4 .family li > a{ padding: 10px 15px; }
    .footer .bottom .bx._4 .family li > a span{ padding-left: 0; }
}

@media screen and (max-width: 820px){
    .footer .top dl dt{ width: 150px; }
    .footer .top dl dd{ font-size: 14px; }
    .footer .bottom{ flex-wrap: wrap; margin-top: 20px; }
    .footer .bottom .bx._1,
    .footer .bottom .bx._2,
    .footer .bottom .bx._3,
    .footer .bottom .bx._4{ width: 50%; padding-right: 15px; box-sizing: border-box; margin-bottom: 20px; }

    .footer .bottom .bx._1 > .nav{ margin-top: 10px; }
    .footer .bottom .bx._1 > .nav li > a{ font-size: 14px; }
    .footer .bottom .bx._2 dl{ margin-top: 15px; }
    .footer .bottom .bx._2 dl dd{ font-size: 14px; margin-top: 10px; }
    
    .footer .bottom .bx._3{ order: 2; }
    .footer .bottom .bx._3 .info li{ margin-bottom: 15px; }
    .footer .bottom .bx._3 .info li p{ font-size: 14px; }
    .footer .bottom .bx._4{ order: 1; }
    .footer .bottom .bx._4 .family{ width: 90%; }
    .footer .bottom .bx._4 .family li{ margin-bottom: 5px; }
}

@media screen and (max-width: 500px){
    .footer{ padding: 30px 0; }
    .footer .top dl{ padding-top: 0; }
    .footer .top dl dd br{ display: none; }
    .totop{ width: 55px; height: 55px; }
    .totop i{ font-size: 20px; }
    .totop span{ font-size: 14px; }

    .footer .bottom{ display: block; }
    .footer .bottom .bx._1, 
    .footer .bottom .bx._2, 
    .footer .bottom .bx._3, 
    .footer .bottom .bx._4{ width: 100%; padding-right: 0; margin-bottom: 10px; }

    .footer .bottom .bx._1 strong{ display: none; }
    .footer .bottom .bx._1 .nav{ display: none; }

    .footer .bottom .bx._2 > b{ font-size: 16px; }
    .footer .bottom .bx._2 > b small{ font-size: 14px; }
    
    .footer .bottom .bx._2 dl dt{ font-size: 16px; }
    .footer .bottom .bx._2 dl dd br{ display: none; }
    .footer .bottom .bx._2 dl dd{ font-size: 13px; margin-top: 5px; }
    
    .footer .bottom .bx._3 .info li{ margin-bottom: 5px; }
    .footer .bottom .bx._3 .info li span{ font-size: 16px; }
    .footer .bottom .bx._3 .info li p{ margin-top: 5px; }

    .footer .bottom .bx._4 .family{ width: 100%; }
    .footer .bottom .bx._4 .family li > a{ padding: 7px 10px; }
}

.basicBtn{ width: 100%; display: flex; justify-content: center; margin-top: 20px; gap: 5px; }
.basicBtn > a{ display: block; width: 170px; position: relative; border-radius: 23.5px; border: 1px solid #878787; box-sizing: border-box; height: 45px; display: flex; align-items: center; justify-content: center; transition-duration: 0.4s; }
.basicBtn > a span{ display: block; text-align: center; padding-right: 10px; box-sizing: border-box; transition-duration: 0.4s; }
.basicBtn > a b{ display: flex; align-items: center; justify-content: center; position: absolute; right: 4px; top: 4px; width: 34px; height: 34px; border-radius: 50%; background-color: #fff; color: #000; font-size: 25px; transition-duration: 0.4s; }

.basicBtn > a.prv b{ right: auto; left: 4px; }
.basicBtn > a.prv span{ padding-right: 0; padding-left: 10px; }

@media screen and (min-width: 821px){
    .basicBtn > a:hover{ background-color: #fff; color: #000; }
    .basicBtn > a:hover b{ background-color: #000; color: #fff; }
}

@media screen and (max-width: 820px){
    .basicBtn{ margin-top: 40px; }
    .basicBtn > a{ width: 130px; height: 40px; }
    .basicBtn > a b{ width: 30px; height: 30px; }
}


/* subPage */
._s{ width: 100%; position: relative; overflow: hidden; background-color: #080808; color: #fff; padding-top: 200px; }
._s .cont{ padding-bottom: 115px; }
._s .mainTitle{ font-size: 80px; font-weight: 700; text-align: center; line-height: 1.3; }
._s .subTitle{ font-size: 26px; font-weight: 400; color: #878787; line-height: 1.3; margin-top: 15px; text-align: center; }
._s._complete p.compl{ font-size: 26px; color: rgba(255,255,255,0.4); margin-top: 50px; line-height: 1.3; text-align: center; }
._s._complete .basicBtn{ margin-top: 120px; }

@media screen and (max-width: 1280px){
    ._s{ padding-top: 180px; }
    ._s .mainTitle{ font-size: 60px; }
    ._s .subTitle{ font-size: 20px; margin-top: 5px; }

    ._s._complete p.compl{ font-size: 20px; }
}

@media screen and (max-width: 820px){
    ._s{ padding-top: 120px; }
    ._s .cont{ padding-bottom: 70px; }
    ._s .mainTitle{ font-size: 35px; }
    ._s .subTitle{ font-size: 16px; }

    ._s._complete p.compl{ font-size: 18px; margin-top: 50px; }
    ._s._complete .basicBtn{ margin-top: 70px; }
}

@media screen and (max-width: 500px){
    ._s{ padding-top: 70px; }
    ._s .mainTitle{ font-size: 26px; }
    ._s .subTitle{ font-size: 14px; }

    ._s._complete p.compl{ font-size: 14px; margin-top: 30px; }
    ._s._complete .basicBtn{ margin-top: 50px; }
}


.newslist{ display: flex; margin-top: 60px; gap: calc(40 / 1600 * 100%); }
.newslist li{ width: calc(367 / 1600 * 100%); }
.newslist li > a{ display: block; width: 100%; position: relative; }
.newslist li > a .thumb{ width: 100%; position: relative; }
.newslist li > a .thumb::after{ content: ''; display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: rgba(0,0,0,0.6); transition-duration: 0.4s; transform: scaleY(1); transform-origin: 0 0; }

.newslist li > a dl dt{ font-size: 26px; font-weight: 500; margin-top: 40px; }
.newslist li > a dl dd{ font-size: 22px; font-weight: 500; margin-top: 10px; line-height: calc(37 / 22); color: #878787; }

@media screen and (min-width: 821px){
    .newslist li:hover > a .thumb::after{ transform: scaleY(0); }
    .basicBtn > a:hover{ background-color: #fff; color: #000; }
    .basicBtn > a:hover b{ background-color: #000; color: #fff; }
}

@media screen and (max-width: 1440px){
    .newslist li > a dl dt{ font-size: 22px; }
    .newslist li > a dl dd{ font-size: 16px; }
}

@media screen and (max-width: 1280px){
    .newslist li > a dl dt{ font-size: 20px; margin-top: 20px; }
}

@media screen and (max-width: 820px){
    .newslist{ justify-content: space-between; flex-wrap: wrap; gap: unset; margin-top: 40px; }
    .newslist li{ width: 49%; margin-bottom: 20px; }
    .newslist li > a dl dt{ font-size: 18px; margin-top: 20px; }
    .newslist li > a dl dd{ font-size: 14px; }
    .newslist li > a .thumb::after{ display: none; }
}

@media screen and (max-width: 500px){
    .newslist{ max-width: 350px; margin: 0 auto; margin-top: 40px; }
    .newslist li{ width: 100%; }
}


.forms{ display: flex; justify-content: space-between; flex-wrap: wrap; width: 100%; }
.forms .flexbx{ display: flex; justify-content: space-between; }

.forms input{ border: none; background: none; color: #fff; font-size: 16px; height: 53px; width: 100%; padding: 0; padding-right: 30px; box-sizing: border-box; z-index: 4; }
.forms input::placeholder{ color: rgba(255,255,255,0.2); }

.forms > li{ width: calc(420 / 880 * 100%); margin-bottom: 60px; position: relative; }
.forms > li:last-of-type{ margin-bottom: 0; }
.forms > li.full{ width: 100%; }
.forms label{ font-size: 18px; font-weight: 700; margin-bottom: 15px; display: block; cursor: pointer; }
.forms .k_time{ margin-bottom: 15px; }
.forms label em{ color: #bf1f1f; display: inline-block; margin-left: 5px; }
.forms .box{ width: 100%; border: 1px solid #878787; box-sizing: border-box; padding: 0 30px; display: flex; position: relative; }
.forms > li.textarea .box{ padding: 0; }
.forms .box textarea{ resize: none; background: none; border: none; width: 100%; height: 200px; color: #fff; padding: 15px 30px; line-height: 1.3; font-size: 18px; }
.forms .box textarea::-webkit-scrollbar{ background-color: #080808; width: 5px; }
.forms .box textarea::-webkit-scrollbar-thumb{ background-color: #878787; border-radius: 50px; width: 5px; }
.forms .box i{ flex-shrink: 0; font-size: 22px; color: #878787; display: flex; align-items: center; justify-content: center; position: absolute; right: 30px; top: 50%; transform: translateY(-50%); }
.forms .dropdown{ width: 100%; position: absolute; top: 100%; left: 0; background-color: #080808; border: 1px solid #878787; box-sizing: border-box; padding: 10px 0; z-index: 10; max-height: 200px; overflow: auto; display: none; }
.forms .dropdown::-webkit-scrollbar{ background-color: #080808; width: 5px; }
.forms .dropdown::-webkit-scrollbar-thumb{ background-color: #878787; border-radius: 50px; width: 5px; }
.forms .dropdown li{ padding: 7px 30px; box-sizing: border-box; width: 100%; cursor: pointer; line-height: 1.3; }
.forms .dropdown li:hover{ background-color: rgba(255,255,255,0.04); }
.forms .flexbx{ align-items: center; }
.forms .sbx{ width: calc(200 / 420 * 100%); border: 1px solid #878787; position: relative; padding: 0 30px; box-sizing: border-box; }
.forms .top{ display: flex; justify-content: space-between; width: 100%; }
.forms .top i{ flex-shrink: 0; font-size: 22px; color: #878787; display: flex; align-items: center; justify-content: center; }
.forms .icon{ padding: 0 5px; font-size: 22px; }

form .submit{ display: flex; justify-content: flex-end; margin-top: 80px; }
form .submit > a{ display: block; padding: 13px 53px; background-color: #fff; color: #080808; text-align: center; font-size: 17px; font-weight: 500; border-radius: 50px; border: 2px solid #fff; box-sizing: border-box; transition-duration: 0.2s; }
form .submit > a:hover{ background-color: #080808; color: #fff; }

@media screen and (max-width: 1280px){
    .forms input{ font-size: 16px; height: 40px; }
    .forms label{ font-size: 16px; margin-bottom: 10px; }
    .forms label em{ margin-left: 0; }
    .forms .box{ padding: 0 15px; }
    .forms .box i{ right: 15px; }
    .forms .dropdown li{ padding: 7px 15px; font-size: 14px; }
    .forms .sbx{ padding: 0 15px; }
    .forms .k_time{ font-size: 14px; margin-bottom: 7px; }
    .forms .icon{ font-size: 18px; }

    form .submit > a{ padding: 13px 35px; }

    .forms .box textarea{ font-size: 16px; padding: 15px; }
}

@media screen and (max-width: 1024px){
    form .submit > a{ font-size: 14px; }
    .forms .dropdown{ max-height: 150px; }
}

@media screen and (max-width: 820px){
    .forms{ display: block; }
    .forms input{ font-size: 14px; height: 35px; }
    .forms > li{ width: 100%; margin-bottom: 40px; }
    .forms .box{ padding: 0 10px; }
    .forms .dropdown li{ padding: 7px 10px; }
    .forms .sbx{ padding: 0 10px; }
    .forms .box textarea{ font-size: 14px; padding: 10px; height: 150px; }
}

@media screen and (max-width: 500px){
    .forms .box i{ font-size: 18px; }
    .forms .k_time{ text-align: right; }
    form .submit{ margin-top: 40px; }
    form .submit > a{ padding: 10px 30px; }
}



