@charset "utf-8";

/* font */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.5/dist/web/static/pretendard-dynamic-subset.css");


* {
    margin: 0;
    padding: 0;
}

/* #dn_waring {
    display: none !important;
} */


body {
    overflow: hidden;
    overflow-y: auto;
}

html,
body {
    font-family:"Pretendard", '맑은 고딕', '돋움', Dotum, '굴림', Gulim, Sans-serif;
    color: #000;
    font-size: 62.5%;
    letter-spacing: -1px;
    /*overflow-x: hidden;*/
    scroll-behavior: smooth;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
    letter-spacing: -1px;
}

img {
    display: block;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family:"Pretendard", '맑은 고딕', '돋움', Dotum, '굴림', Gulim, Sans-serif;
}

.wrap {
    overflow: hidden;
}

.m-br {
    display: none;
}

.logo {
    width: 146px;
}
.logo .color{display:none;}

.inner {
    width: 1300px;
    height: auto;
}

div.btn {
    width: 174px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    border-radius: 5px;
    box-sizing: border-box;
}

.btn.btn-full-b {
    background: #222222;
    color: #ffffff;
    font-weight: 700;
}

.btn.btn-full-w {
    background: #ffffff;
    color: #222222;
}

.btn.btn-line-b {
    border: 1px solid #222222;
    color: #222222;
}

.btn.btn-line-w {
    border: 1px solid #ffffff;
    color: #ffffff;
}

.btn.btn-full-b a,
.btn.btn-line-w a {
    color: #fff;
}

.btn.btn-full-w a,
.btn.btn-line-b a {
    color: #333;
}

.inner img {
    width: 100%;
}

.thin {
    display: inline-block;
    font-weight: 300;
}

.tit_wrap {
    text-align: center;
}

.tit_wrap p {
    font-size: 2rem;
    /* font-family: var(--font-serif); */
    margin-bottom: 2rem;
}

.tit_wrap p span {
    color: #56c6ed;
}

.tit_wrap h1 {
    font-size: 4rem;
    line-height: 5rem;
    font-weight: 500;
}

.raw_num {
    display: none;
}

header.header {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
#main-new .header.main{position:fixed; top:0; left:0; transition: all 0.3s ease;}
#main-new .header.main.on .logo .wt{display:none;}
#main-new .header.main.on .logo .color{display:block;}
#main-new .header.main.on{background: #fff; height:80px; box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);}
#main-new .header.main.on .homeUl li a{color:#222;}


.h_top,
.h_bottom {
    width: 100%;
    display: flex;
    justify-content: center;
}

.h_top .inner,
.h_bottom .inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: calc(15px * 2);
}

.h_top .inner .swiper {
    margin-right: 2rem;
}

.h_top {
    height: 40px;
    background: #f2f2f2;
    font-size: 1.5rem;
}

.h_top ul li {
    margin-right: 20px;
}

.h_top ul li:last-child {
    margin-right: 0;
}

.h_top .swiper-slide {
    white-space: nowrap;
    width: auto;
    line-height: 4rem;
}

.h_top ul li a {
    color: #999999;
}

.h_top ul li:hover a,
.h_top ul li.active a {
    color: #222222;
}

.header .inner ul {
    display: flex;
    font-size: 18px;
}

header.header .h_top .inner ul {
    font-size: 1.5rem;
}

.call_box {
    padding: 0 10px;
    height: 100%;
    background: var(--main-c);
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 40px;
    width: 12rem;
    text-align: center;
}

.quick_btn_wrap {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin-right: auto;
}

.call_a_mo {
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    background: var(--color-point);
    font-weight: 300;
    margin-right: auto;
    letter-spacing:-0.5px;
	word-break:keep-all;
}

.call_a_mo .call_ico {
    display: flex;
    width: 2rem;
}

.kakao_a_mo {
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1rem;
    background: var(--gold-c);
}

.kakao_a_mo img {
    width: 2.4rem;
}

.h_bottom {
    height: 100px;
    font-size: 2rem;
    align-items: flex-start;
    position: relative;
    transition-duration: 1s;
}

.h_bottom:before {
    content: "";
    transition-duration: 1s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background: rgba(255, 255, 255, 0.5);
    z-index: -1;
}

.h_bottom.open:before {
    height: 410px;
}

.h_bottom.assault.open:before {
    height: 510px;
}

.h_bottom .inner {
    justify-content: space-between;
}

.h_bottom .gnbUl li {
    position: relative;
    line-height: 90px;
    margin-right: 20px;
}

.h_bottom .gnbUl li:last-child {
    margin-right: 0;
}

.h_bottom .gnbUl li .drop_gnb {
    width: 180px;
    height: 320px;
    position: absolute;
    top: 90px;
    display: none;
    padding: 2rem 1rem;
    border-left: 1px solid #ffffff;
    box-sizing: border-box;
    overflow: hidden;
}

.h_bottom.assault .gnbUl li .drop_gnb {
    height: 420px;
}

.h_bottom .gnbUl li:hover .drop_gnb {
    background: rgba(255, 255, 255, 0.6);
}

.h_bottom .gnbUl li .drop_gnb li {
    width: 100%;
    float: left;
    margin-bottom: 2rem;
    line-height: 3rem;
}

.h_bottom .gnbUl li .drop_gnb li:last-child {
    margin-bottom: 0;
}

.h_bottom .ham-btn.pc-hidden {
    width: 25px;
    height: 25px;
    display: none;
	z-index:999;
}

.h_bottom .ham-btn span {
    width: 100%;
    height: 2px;
    margin: 5px 0;
    display: block;
    background: #222;
    transition-duration: 0.5s;
    cursor: pointer;
}

#main-new .header.main .h_bottom .ham-btn span {background:#fff;}
#main-new .header.main .h_bottom .ham-btn.open{position:fixed; right:10px;}
#main-new .header.main .h_bottom .ham-btn.open span{background:#222;}
#main-new .header.main.on .h_bottom .ham-btn span{background:#222;}

.h_bottom .ham-btn.open span:first-child {
    transform: rotate(45deg) translate(6px, 5px);
}

.h_bottom .ham-btn.open span:last-child {
    transform: rotate(-45deg) translate(1px, -1px);
}

#main-new .h_bottom .ham-btn.open span:last-child {
    position:relative; top:1px; transform: rotate(-45deg);
}


.h_bottom .ham-btn.open span:nth-child(2) {
    display: none;
}


.ham-menu {
    width: 350px;
    height:100vh;
	background:#fff;
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
    position: fixed;
    top:0;
    right: -100%;
    transition-duration: 0.5s;
	z-index:2;
}
.h_bottom .bg{content:''; position:fixed; top:0; right:0; width:100%; height:100%; background:rgba(0,0,0,0.2); z-index:-1; transition:all 0.3s ease; opacity:0; visibility:hidden;}
.h_bottom .bg.open{opacity:1; visibility:visible;}
.ham-menu.open {
    right: 0;
}

.ham-menu .inner {
    padding: 10rem 4rem;
    align-items: flex-start;
    overflow: hidden;
    overflow-y: auto;
}

.ham-menu .logo{display:flex; align-items: center; padding:0 2.5rem; width:100%; height:70px; border-bottom:1px solid #eee; box-sizing:border-box;}
.ham-menu .logo a{display:block; width:125px;}
.ham-menu .hamUl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
    justify-content: flex-start;
}

#main-new .ham-menu .hamUl li {
    width:100%;
    font-weight: 500;
	border-bottom:1px solid #eee; box-sizing:border-box;
}

#main-new .ham-menu .hamUl li a {
   display:block; padding:2rem 2.5rem; box-sizing:border-box; font-size:2.1rem;
}

.ham-menu .hamUl li .arrow {
    width: 22px;
    height: 22px;
    display: block;
    cursor: pointer;
    background: url(../../img/ak/arrow-b.png) no-repeat;
    background-size: cover;
    background-position: center;
    transition-duration: 0.3s;
}

.ham-menu .hamUl li .arrow.open {
    transform: rotate(-180deg);
}

.ham-menu .hamUl li .ham-sub {
    display: none;
    width: 100%;
    padding: 2rem 0;
}

.ham-menu .hamUl li .ham-sub li {
    width: 100%;
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 1rem;
}








footer.footer {background:var(--color-point); width: 100%; height: auto; display: flex; flex-direction: column; color:#fff; font-size: 1.3rem; }
.foo_mid .foo_body {width: 100%; display: flex; justify-content: center; }
.foo_mid .foo_body .inner {position:relative; padding: 50px 0;}
.foo_branch{margin-top:25px;}
.foo_mid .foo_body p {display:flex; gap:10px; margin-bottom: 10px;}
.foo_mid .foo_body p b{font-weight:500;}
.foo_mid .foo_body  p span {display: inline-block; color: #fff; font-weight:300; text-transform:uppercase; }
#main-new .foo_mid .foo_body .sns_wrap {position:absolute; top:90px; right:0; display: flex; gap:15px;}
.foo_info{display:flex; gap:10px; margin-top:30px;}
.foo_mid .foo_body .foo_info p{margin:0;}
.foo_copy {margin:30px 0 0; padding:30px 0; width: 100%; height:auto; border-top: 1px solid rgba(255,255,255,0.2); box-sizing: border-box;}
.foo_copy p{color: #fff; font-weight:300; text-transform:uppercase; margin:0;}

div.aside {
    width: 100px;
    display: flex;
    align-items: center;
    position: fixed;
    right: -74px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    transition-duration: 0.5s;
    z-index: 995;
}

div.aside.active {
    right: 0;
}

.aside-btn {
    width: 26px;
    height: 150px;
    background: var(--main-c);
    border-radius: 26px 0 0 26px;
    position: relative;
    cursor: pointer;
}

.aside-btn span {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: 0 0;
    transform: rotate(-90deg);
    width: 150px;
    color: #fff;
    font-size: 1.6rem;
}

.aside-wrap {
    width: calc(100% - 26px);
}

.aside-wrap div {
    width: 100%;
}

.aside-wrap .logo {
    height: auto;
    background: #222;
}

.aside-item {
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f4f4f4;
    font-size: 0.8rem;
    border-bottom: 1px solid #ccc;
}

.aside-item a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    height: 100%;
}

.aside-item p {
    margin-top: 0;
    margin-bottom: 0;
}

.aside-item .icon {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.aside img {
    width: 100%;
}

.aside .aside-img {
    height: auto;
    background: var(--main-c);
}

.aside .top-btn {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #333;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
}

.modal {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}

.x-btn {
    width: 50px;
    height: 50px;
    background: #fafafa;
    cursor: pointer;
}

.modal .modal_inner {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    margin: 0 auto;
}

.modal .con_wrap {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    height: 60vh;
    background: #fff;
    margin-top: 0 !important;
}

.modal .con_wrap .con_left {
    width: 60%;
    background: #f4f4f4;
    overflow: hidden;
    overflow-y: auto;
}

.modal .con_wrap .con_left::-webkit-scrollbar {
    width: 10px;
}

.modal .con_wrap .con_left::-webkit-scrollbar-thumb {
    height: 30%;
    background: var(--main-c);
    border-radius: 10px;
}

.modal .con_wrap .con_left::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}

.modal .con_txt {
    padding: 8rem;
    font-size: 2rem;
}

.modal .con_txt h1 {
    position: relative;
    font-size: 4rem;
    margin-bottom: 8rem;
    display: flex;
    align-items: center;
    gap: 2rem;
}

.modal .con_txt .span_wrap {
    display: flex;
    flex-direction: column;
}

.modal .con_txt h1:after {
    content: "";
    width: 5px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: -2rem;
    transform: translateY(-50%);
    background: var(--point-c);
}

.modal .con_txt h1 span {
    font-size: 2rem;
}

.modal .con_txt h1 span.m-career_first {
    font-size: 1.6rem;
}

.modal .con_txt p.whiteSpace {
    margin-bottom: 4rem;
}

.modal .con_wrap .con_right {
    position: relative;
    background: var(--gradient1);
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 40%;
}

.modal .con_wrap .con_right .con_badge {
    position: absolute;
    top: 3rem;
    left: 3rem;
    width: 6rem;
    height: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}

.modal .con_wrap .con_right .con_img {
    width: 65%;
}

.modal .con_wrap .con_right .con_img img {
    width: 100%;
}

.modal .con_wrap .con_right .con_img_pos {
    position: absolute;
    bottom: 8rem;
    right: -28rem;
    z-index: 1;
    transform: rotate(-20deg);
}

.modal .m-career_set h6 {
    font-size: 2rem;
}

.modal .m-career_set p {
    font-size: 1.8rem;
    color: #555;
    margin-top: 1rem;
}

.map_wrap iframe {
    height: 100%;
}

.bg_0102+.wrap .s_sec_1 .con_wrap .con {
    padding: 6rem;
}

#sub1 .banner {
    background: url(/center/img/ak/banner-bg1.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.sub_banner.privacy {
    background: url(/center/img/ak/privacy-bg.png) no-repeat;
}

body #sub2 .s_sec_2 .con article {
    background: url(/center/img/ak/lawyer/no-img.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.sec_form_wrap .con_wrap .kakao_go {
    padding: 4rem;
    background: #fff;
    margin-bottom: 4rem;
    font-size: 2rem;
}

.sec_form_wrap .con_wrap .kakao_go p {
    font-size: 1.8rem;
    margin-top: 1rem;
}

.sec_form_wrap .con_wrap .kakao_go a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    background: var(--gold-c);
    font-size: 1.6rem;
    margin-top: 2rem;
}

@media all and (max-width: 1350px) {

    html,
    body {
        font-size: 55.5%;
    }

    .inner {
        width: calc(100% - 8rem);
    }

    .header .inner ul.gnbUl {
        display: none;
    }

   

    .h_bottom {
        align-items: center;
    }
}

@media all and (max-width: 1120px) {
	#main-new .header.main,
	#main-new .header.main.on{height:70px;}
	.h_bottom{height:70px;}
	.h_bottom .inner{width:calc(100% - 5rem); gap:15px;}
	.logo{width:125px;}
	.h_bottom .ham-btn.pc-hidden {display: block;}
	#main-new .h_bottom .ham-menu.open .inner{width:100%; display:block; box-sizing:border-box; padding:0;}
	#main-new .header .inner .hamUl{display:block;}
}

@media all and (max-width: 1081px) {

    .modal .con_txt h1 {
        gap: 0;
        flex-direction: column;
        align-items: flex-start;
    }
}

@media all and (max-width: 1024px) {
    .map_wrap iframe {
        height: 500px;
    }

    #sub1 .s_sec_1 .con_left .con2:after {
        display: none;
    }


}

@media all and (max-width: 920px) {
    .sec_5 p br {
        display: none;
    }
	#main-new .foo_mid .foo_body .sns_wrap {position:relative; top:0; margin-top:15px; right:unset; gap:10px;}
	#main-new .foo_mid .foo_body .sns_wrap .icon a{display:block; width:30px; height:30px;}
}

@media all and (max-width: 891px) {
    .foo_mid .foo_body .foo_right {
        flex-wrap: wrap;
        gap: 0;
    }

    .foo_mid .foo_body .foo_left {
        width: calc(100% / 2);
    }

    .foo_top {
        height: 35vw;
    }

    .modal .con_wrap {
        flex-direction: column-reverse;
        height: auto;
    }

    .modal .con_wrap .con_left {
        width: 100%;
        height: 30vh;
    }

    .modal .con_txt {
        padding: 4rem 8rem;
    }

    .modal .con_txt h1 {
        margin-bottom: 2.4rem;
    }

    .modal .con_txt p.whiteSpace {
        margin-bottom: 1.6rem;
    }

    .modal .con_wrap .con_right {
        width: auto;
    }

    .modal .con_wrap .con_right .con_img {
        width: auto;
        height: 40vh;
    }

    .modal .con_wrap .con_right .con_img img {
        width: auto;
        height: 100%;
    }

    div.aside.active {
        top: auto;
        bottom: 0;
        transform: translateY(0);
        width: 100%;
    }

    .aside-btn,
    .aside-wrap .logo,
    .aside .aside-img {
        display: none;
    }

    .aside-wrap {
        width: 100%;
        display: flex;
    }

    .main-top,
    .aside .top-btn {
        width: 100%;
        height: 90px;
        font-size: 1.6rem;
    }

    .main-top a,
    .aside .top-btn a {
        height: 100%;
        font-size: 1.6rem;
    }
}

@media all and (max-width: 791px) {
    #main-new .ham-menu .inner {
        padding: 4rem;
    }

    #main-new .ham-menu .hamUl li a {
        justify-content: flex-start;
    }

    #main-new .ham-menu .hamUl li {
        width: 100%;
    }


    .map_wrap iframe {
        height: 400px;
    }

    .bg_0102+.wrap .s_sec_1 .con_wrap .con {
        padding: 4rem;
    }
}

@media all and (max-width: 768px) {
	#main-new .header.main,
	#main-new .header.main.on{height:60px;}
	.h_bottom{height:60px;}
	.h_bottom .inner{gap:10px;}
	.logo{width:100px;}


	 .inner {
        width: calc(100% - 7rem);
    }

	.foo_info{margin-top:20px; flex-direction: column;}
	.foo_copy{margin:20px 0 0; padding:20px 0 0;}

	#main-new .ham-menu .logo{height:60px; padding:1.5rem;}
	#main-new .ham-menu .logo a{width:100px;}
	#main-new .ham-menu .hamUl li a{font-size:1.9rem; padding:1.5rem;}
}
@media all and (max-width: 720px) {
    .tit_wrap h1 {
        font-size: 3.5rem;
        line-height: 4.5rem;
    }

    .modal .con_wrap .con_right .con_img {
        width: auto;
        height: 30vh;
    }
}

@media all and (max-width: 620px) {
    .tit_wrap h1 {
        font-size: 3rem;
        line-height: 4rem;
    }

    .x-btn {
        width: 32px;
        height: 32px;
    }

	.foo_mid .foo_body .foo_branch p{flex-direction: column; gap:5px;}
}

@media all and (max-width: 691px) {
    .m-br {
        display: block;
    }

    .h_top {
        height: 40px;
    }

    .h_top .inner {
        flex-direction: column-reverse;
        gap: 0;
        width: 100%;
    }

    .h_top .inner .swiper {
        margin-right: auto;
        width: calc(100% - 4rem);
    }

    .header .h_top .inner ul {
        line-height: 40px;
    }

    .call_a {
        display: none;
    }

    .call_box {
        height: 40px;
        width: 100%;
        text-align: center;
    }

  

    .foo_mid .foo_body .inner {
        flex-wrap: wrap;
		padding:30px 0 70px;
    }

	#main-new .foo_mid .foo_body .sns_wrap .icon a{width:24px; height:24px;}

    .foo_mid .foo_body .foo_left {
        width: 100%;
    }

    .foo_top {
        height: auto;
        flex-wrap: wrap;
    }

    .foo_top .foo_con {
        width: 100%;
        height: 40vw;
    }

 

    .call_a_mo .call_ico {
        width: 26px;
    }
}

@media all and (max-width: 699px) {
    .sub_banner {
        height: 70vw;
        min-height: 300px;
    }
}

@media all and (max-width: 499px) {

    html,
    body {
        font-size: 42%;
    }

	

    .sec_2 .text_wrap h1 {
        font-size: 2.8rem;
    }

    .header .inner ul {}

    .logo {
        width:80px;
    }

    .tit_wrap h1 {
        font-size: 2.8rem;
        line-height: 3.8rem;
    }
	
	footer.footer{font-size:1.5rem;}

    .foo_top .foo_con h2 {
        font-size: 2.5rem;
    }

    div.btn {
        width: 162px;
        height: 34px;
    }

    .h_top .swiper-slide {
        line-height: 40px;
    }

	#main-new .header .h_bottom .inner{width: calc(100% - 4rem);}
	#main-new .header.main,
	#main-new .header.main.on{height:50px;}
    .h_bottom:before,
    .h_bottom {
        height: 50px;
    }

 

    #main-new .ham-menu .inner {
        padding: 4rem 0;
    }
	
    .modal .con_txt {
        padding: 2rem 4rem;
    }

    .map_wrap iframe {
        height: 300px;
    }

    .bg_0102+.wrap .s_sec_1 .con_wrap .con {
        padding: 2rem;
    }

    .line_banner .con_wrap .con a p span {
        text-align: center;
    }

    .h_bottom .inner {
        gap: 1rem;
    }

	.header.main .h_bottom .ham-btn.open{top:13px;}
	.h_bottom .ham-btn.pc-hidden{width:20px; height:20px;}
	.h_bottom .ham-btn span{margin:4px 0;}
	.h_bottom .ham-btn.open span:first-child{transform:rotate(45deg) translate(5px, 5px);}

	#main-new .ham-menu{width:100%;}
	#main-new .ham-menu .logo{height:50px; padding:1.5rem;}
	#main-new .ham-menu .logo a{width:80px;}
	#main-new .ham-menu .hamUl li a{font-size:2.2rem; padding:2rem 1.5rem;}


}

.sec_form_wrap {
    display: flex;
    justify-content: center;
    padding: 8rem 0 10rem;
}

.sec_form_wrap .tit_wrap {
    color: #fafafa;
}

.sec_form_wrap .con_wrap {
    margin-top: 4rem;
}

#main-new .sec_form_wrap .con_wrap form {
    display: flex;
    flex-direction: column;
    font-size: 1.8rem;
    padding: 4rem;
    background: #fff;
	border-radius:10px;
}

.sec_form_wrap .con_wrap form .con {
    display: flex;
    margin-bottom: 2rem;
}

.sec_form_wrap .con_wrap form .con p {
    width: 15rem;
}

.sec_form_wrap .con_wrap form .con .label_wrap {
    display: flex;
    gap: 2rem;
}

.sec_form_wrap .con_wrap form .con .label_wrap span {
    margin-left: 1rem;
}

.sec_form_wrap .con_wrap form .full_wrap,
.sec_form_wrap .con_wrap form .text_wrap {
    width: calc(100% - 15rem);
}

.sec_form_wrap .con_wrap form .full_wrap label {
    width: 100%;
}

.sec_form_wrap .con_wrap form .full_wrap label input,
.sec_form_wrap .con_wrap form .text_wrap textarea {
    width: 100%;
    padding: 1rem 2rem;
    border: 1px solid #cecece;
    border-radius: 8px;
}

.sec_form_wrap .con_wrap form input[type="submit"] {
    margin-top: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 0;
    border: 0;
    background: var(--main-c);
}

@media all and (max-width: 740px) {
   
    .sec_form_wrap .con_wrap form .con {
        flex-direction: column;
        gap: 1rem;
    }

    .sec_form_wrap .con_wrap form .full_wrap,
    .sec_form_wrap .con_wrap form .text_wrap {
        width: 100%;
    }

    .sec_form_wrap .con_wrap form .con .label_wrap {
        flex-direction: column;
    }
}

@media all and (max-width: 480px) {

    .main-top,
    .aside .top-btn,
    .aside-wrap div {
        height: 68px;
    }
}

.main_popup {
    position: relative;
    z-index: 999;
    width: 100%;
    height: auto;
}

.pc_hidden {
    display: none;
}

.main_popup img {
    width: 100%;
}

.main_popup .layer_cont {
    position: relative;
}

.main_popup button {
    position: absolute;
    right: 2rem;
    z-index: 9999;
}

.main_popup button.btn_close {
    z-index: 9999;
}

.main_popup button.btn_today_close {
    bottom: 2rem;
    padding: 0.4rem 1rem;
    border-radius: 7px;
    background: #333;
    color: #fff;
}

.main_popup button.btn_close {
    top: 2rem;
    width: 2rem;
}

body header.header {
    position: sticky;
    top: 0;
}

@media all and (max-width:860px) {
    .pc_hidden {
        display: block;
    }

    .mo_hidden {
        display: none;
    }

    .main_popup button.btn_close {
        top: 1rem;
    }

    .main_popup button.btn_today_close {
        bottom: 1rem;
    }

    .main_popup button {
        right: 1rem;
    }
}

.wrap .newimg_sec_6 {
    padding: 12rem 0;
}

#mainwrap.wrap .newimg_sec_6 {
    padding: 0;
}

.newimg_sec_6 {
    background: url(/center/img/ak/bg01.jpg) no-repeat;
    background-size: cover;
    background-position: 60%;
    display: flex;
    justify-content: center;
}

.newimg_sec_6 .img_wrap {
    margin-top: 4rem;
}

.newimg_sec_6 .pc_img {}

.newimg_sec_6 .mo_img {
    display: none;
}

@media all and (max-width:860px) {
    .newimg_sec_6 .pc_img {
        display: none;
    }

    .newimg_sec_6 .mo_img {
        display: block;
        width: 400px;
        margin: 0 auto;
    }
}

@media all and (max-width:600px) {
	.sec_form_wrap .con_wrap form .con .label_wrap{gap:1rem;}
	#mainwrap .sec_form_wrap .con_wrap form .con{margin-bottom:1rem;}
	.sec_form_wrap .con_wrap form .full_wrap label input, .sec_form_wrap .con_wrap form .text_wrap textarea{border-radius:5px;}
}
@media all and (max-width:460px) {
    .newimg_sec_6 .pc_img {
        display: none;
    }

    .newimg_sec_6 .mo_img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .hd_pops_con {
        width: 80vw !important;
        height: 36vh !important;

    }

    .hd_pops {
        top: 200px !important;
        left: 10vw !important;
    }
}

.hd_pops_con {
    overflow-y: scroll;
}

#sub2 .s_sec_2 .con article .con_txt .badge {
    width: auto !important;
}

#sub2 .s_sec_2 .con article .con_txt .badge img {
    width: auto !important;
    height: 100% !important;
}



/* 250114 수정요청 변영성 */
.aside-item p {
    font-size: 12px;
}

body {
    overflow: unset !important;
    overflow-y: auto !important;
}

div.aside {
    z-index: 9999;
}

.h_top {
    overflow: hidden;
}

body header.header {
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.topmenuSwiper>ul {
    justify-content: end;
}

.topmenuSwiper {
    width: 100%;
    overflow-x: auto !important;
}

.topmenuSwiper {
    -ms-overflow-style: none;
}

.topmenuSwiper::-webkit-scrollbar {
    display: none;
}

body header.header {
    position: relative;
}

@media(max-width: 1281px) {
    body {
        overflow: unset !important;
    }

    body header.header {
        position: sticky;
    }

    .mainsub .header {
        position: sticky;
    }

}

@media(max-width: 891px) {
    .topmenuSwiper>ul {
        justify-content: unset;
    }
}

@media(max-width: 480px) {
    .h_top .inner .swiper {
        margin: 0 auto;
    }

    .call_a_mo {
        width: auto; padding:3px 5px;
		font-size:11px;
    }

    .h_top .inner {
        padding: 0 10px;
    }

    .aside-item .icon {
        width: 24px;
        height: 24px;
    }

    .aside-item p {
        font-size: 10px;
        line-height: 14px;
        height: 28px;
    }

    .main_popup a {
        z-index: -1;
    }

    .main_popup button.btn_today_close {
        position: absolute;
        z-index: 9999;
        right: 8px;
        bottom: 8px;
    }

 
}

/* 250114 수정요청 변영성 */

/* 250116 메인서브  변영성 */
.mainsub .header {
    position: relative;
}

.mainsub .main-top a {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #333;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
}

@media(max-width: 1281px) {
    .mainsub .header {
        position: sticky;
    }
}

@media(max-width: 891px) {

    .mainsub .main-top a {
        height: 100%;
    }
}

/* 250116 메인서브 변영성 */

/* 250116  변영성 */

.call_box {
    max-width: 106px;
    padding: 0;
}

.more_opt li {
    width: 100px;
}

.foo_mid .foo_body .foo_right p span {
    letter-spacing: 0.1px;
}



@media(max-width:480px) {

    .sec_form_wrap .con_wrap form .text_wrap textarea {
        padding: 2rem;
    }
}

@media(max-width:370px) {


    .call_a_mo {
        font-size: 11px;
    }
}

/* 250116  변영성 */



.area-quick{position:fixed; right:25px; bottom:95px; z-index:998;}
.area-quick ul{display:flex; flex-direction: column; gap:10px;}
.area-quick ul li{width:50px; height:50px; background:#fff; border-radius:500px; border:1px solid #eee; box-sizing:border-box;}
.area-quick ul li a{display:flex;  justify-content: center; flex-direction: column;  align-items: center; width:100%; height:100%;}
.area-quick ul li a img{height:25px;}
.area-quick ul li a .m{display:none;}
.area-quick ul li.cs a img{height:18px;}
.area-quick ul li.top a img{height:18px;}

#quick-cs{position:fixed; left:0; bottom:0;  display: flex; width:100%; height:70px; background:#1c1c1c; z-index:50;}
#quick-cs .cs-num{display:flex; justify-content: center; align-items: center; gap:10px; width:315px; height:100%; background:#18a6d3; padding:10px; box-sizing:border-box;}
#quick-cs .cs-num > span{position:relative; font-size:21px; font-weight:600; color:#fff; line-height:1em; word-break:keep-all;}
#quick-cs .cs-num > span:before{content:''; display:inline-block; position:relative; top:3px; margin-right:5px; width:18px; height:18px; background:url(../../img/kb/ic-call-wt.svg)no-repeat center; background-size:contain;}
#quick-cs .cs-num > a{position:relative; top:2px; font-size:21px; padding:10px; font-weight:600; color:#fff; font-size:21px; font-weight:600; color:#fff; line-height:1em; word-break:keep-all; box-sizing:border-box;}
#quick-cs .form-wrap{width:calc(100% - 315px);}
#quick-cs .form-wrap form{display:flex; width:100%; height:100%;}
#quick-cs .form-wrap form fieldset{display:flex; justify-content: center; align-items: center; gap:30px; width:calc(100% - 315px); width:-webkit-calc(100% - 315px); height:100%;}
#quick-cs .form-wrap form fieldset .label_wrap{display:flex; align-items: center; gap:10px;}
#quick-cs .form-wrap form fieldset .label_wrap label{display:inline-block; font-size:17px; font-weight:600; color:#fff; line-height:1em;}
#quick-cs .form-wrap form fieldset .label_wrap input{display:block; padding:10px; width:200px; height:40px; border-radius:3px; box-sizing:border-box; border:none; font-size:15px; color:#333; line-height:1em; word-break:keep-all; font-family: "Pretendard", Sans-serif; background:rgba(255,255,255,0.1); border:1px solid rgba(255,255,255,0.1); color:#fff;}
#quick-cs .chk_box_wrap input[type=checkbox]{width:18px; height:18px;}
#quick-cs .cs-btn{display:flex; justify-content: center; align-items: center; gap:10px; width:315px; height:100%; background:#18a6d3; padding:10px; box-sizing:border-box; border:none; font-size:22px; font-weight:bold; line-height:1em; word-break:keep-all; color:#fff; font-family: "Pretendard", Sans-serif;}

#quick-cs .ckbox{display:flex; align-items: center; gap:5px;}
#quick-cs .ckbox em{font-size:15px; font-weight:300; font-style:normal; color:#fff; opacity:0.8;}
#quick-cs .ckbox input[type='checkbox']{display:none;}
.chk_box_wrap { z-index: 2; display: flex; align-items: center; }

.checkmark::before {
    content: '';
    display: block;
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #fff;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    border-radius: 50px;
	position:relative; top:1px;
}

.chk_box_wrap input:checked + .checkmark::before {
    background: #18a6d3 url(/center/img/ak/ic-chk.svg)no-repeat center;
    background-size: 9px auto;
    border: none;
}

@media (max-width: 900px) {
	.area-quick ul li{display:none;}
	.area-quick ul li.top{display:block;}
	#quick-cs{display:none;}

}
@media (max-width: 860px) {
	.area-quick{right:20px; bottom:75px;}
	.area-quick ul li{width:45px; height:45px;}
	.area-quick ul li.top a img{height:15px;}
}
@media (max-width: 600px) {
	.area-quick{right:10px; bottom:70px;}
	.area-quick ul li{width:35px; height:35px;}
	.area-quick ul li.top a img{height:12px;}
}
#m-quick-cs{display:none;}
#m-cs{position:fixed; top:0; left:0; width:100%; height:100%; z-index:99999; opacity:0; display:none;}
#m-cs.active{display:block; opacity:1;}
#m-cs .bg{position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background-color: rgba(0, 0, 0, 0.3); }
#m-cs .box-pop{width: 400px; height: auto; min-height: 300px; border-radius: 0px; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); padding: 40px; background-color:#fff; box-sizing:border-box;}
#m-cs .box-pop .pop-header{margin-bottom:20px; text-align:center;}
#m-cs .box-pop h4{display:block; font-size:22px; font-weight:bold; color:#111; line-height:1em; word-break:keep-all;}
#m-cs .box-pop .btn-close{position:absolute; top:10px; right:10px; width:20px; height:20px; cursor:pointer;}
#m-cs .box-pop .btn-close > span{display:block; position:absolute; top:10px; left:-1px; width:100%; height:2px; background:#111;}
#m-cs .box-pop .btn-close > span:nth-of-type(1){transform: rotate(-45deg);}
#m-cs .box-pop .btn-close > span:nth-of-type(2){transform: rotate(45deg);}

#m-cs .box-pop .line_con{margin-bottom:10px;}
#m-cs .box-pop .label_wrap{width:100%;}
#m-cs .box-pop .label_wrap input{width:100%; height:50px; padding:10px; background:#f9f9f9; border:1px solid #ddd; box-sizing:border-box; font-size:16px; font-weight:400; color:#555; line-height:1em; word-break:keep-all;}
#m-cs .box-pop .chk_box_wrap{float:unset; width:100%; margin-top:20px;}
#m-cs .box-pop .chk_box_wrap input{width:18px; height:18px; border-color:#ddd; margin-right:6px;}
#m-cs .box-pop .chk_box_wrap span{font-size:15px;}
#m-cs .box-pop .chk_box_wrap a{font-size:15px; font-weight:500;}
#m-cs .box-pop input.g_counsel{display:block; margin-top:15px; width:100%; height:50px; background:var(--color-point); border-radius:0; font-size:19px; font-weight:bold; border:none; color:#fff;}



@media (max-width: 1500px) {
	#quick-cs .cs-num{width:260px;}
	#quick-cs .form-wrap{width:calc(100% - 260px); width:-webkit-calc(100% - 260px);}
	#quick-cs .form-wrap form fieldset{width:calc(100% - 260px); width:-webkit-calc(100% - 260px);}
	#quick-cs .cs-btn{width:260px;}
}

@media (max-width: 1350px) {
	#quick-cs .cs-num{flex-direction: column; gap:7px; width:180px;}
	#quick-cs .cs-num > span{font-size:17px;}
	#quick-cs .cs-num > span:before{width:16px; height:16px;}
	#quick-cs .cs-num > a{font-size:20px;}
	#quick-cs .form-wrap{width:calc(100% - 180px); width:-webkit-calc(100% - 180px);}
	#quick-cs .form-wrap form fieldset{width:calc(100% - 180px); width:-webkit-calc(100% - 180px);}
	#quick-cs .cs-btn{width:180px; font-size:19px;}
}

@media (max-width: 1200px) {
	#quick-cs .cs-num{width:135px;}
	#quick-cs .form-wrap{width:calc(100% - 135px); width:-webkit-calc(100% - 135px);}
	#quick-cs .cs-btn{width:135px;}
	#quick-cs .form-wrap form fieldset{gap:15px; width:calc(100% - 135px); width:-webkit-calc(100% - 135px);}
	#quick-cs .form-wrap form fieldset .label_wrap label{font-size:15px;}
	#quick-cs .form-wrap form fieldset .label_wrap input{width:140px;}
}

@media (max-width: 900px) {
	.ft.aside .aside-item{display:none !important;}
	#quick-cs{display:none;}
	#m-quick-cs{position:fixed; left:0; bottom:0; display:block; width:100%; height:55px; z-index:99; background:#fff; box-shadow: 1px -1px 10px rgba(0, 0, 0, .1);} 
	#m-quick-cs ul{display:flex; width:100%; height:100%;}
	#m-quick-cs ul li{display:block; width:calc(100% / 4); height:100%; background:#18a6d3;}
	#m-quick-cs ul li > a{display:flex; justify-content: center; flex-direction: column; align-items: center; gap:5px; width:100%; height:100%;}
	#m-quick-cs ul li > a .icon{display: flex; justify-content: center; align-items: center; width:25px; height:20px;}
	#m-quick-cs ul li > a img{ width:auto; height:100%;}
	#m-quick-cs ul li > a .m{display:block;}
	#m-quick-cs ul li > a .w{display:none;}
	#m-quick-cs ul li.cs > a .icon img{height:18px;} 
	#m-quick-cs ul li > a p{font-size:11px; color:#fff;}
}

@media (max-width: 620px) {
	#m-cs .box-pop h4{font-size:20px;}
	#m-cs .box-pop{padding:25px; border-radius:0; width:335px; min-height:290px;}
	#m-cs .box-pop .chk_box_wrap{margin-top:10px;}
	#m-cs .box-pop .chk_box_wrap input{width:15px; height:15px;}
	#m-cs .box-pop .chk_box_wrap span,
	#m-cs .box-pop .chk_box_wrap a{font-size:14px;}
	#m-cs .box-pop .line_con{margin-bottom:8px;}

	#m-cs .box-pop .label_wrap input{height:45px;}
	#m-cs .box-pop input.g_counsel{font-size:17px;}
}

@media (max-width: 480px) {
	.ft.aside{width:40px; height:40px; right:10px; bottom:70px !important; }
	.ft.aside #top_btn{width:100%; line-height:36px; border-radius:50px;}
	#m-quick-cs ul li > a .icon{width:20px; height:18px;}
}

@media (max-width: 370px) {
	#m-cs .box-pop{padding:20px; min-height:280px;}
	#m-cs .box-pop .label_wrap input{height:45px; font-size:15px;}
	#m-cs .box-pop input.g_counsel{font-size:16px; height:45px;}
}