@charset 'utf-8';
.body_hidden {height:100%; min-height:100%; overflow:hidden; touch-action:none;}

#wrap { position:relative; }
.inner { max-width:1500px; width:100%; margin:0 auto; }
.inner:after {content:""; display:block; visibility:hidden; clear:both; height:0; }
.inner1920 { position:relative; max-width:1920px; margin:0 auto; }
@media screen and (max-width:1540px){
	.inner { padding:0 20px; }
}

:root { 
    --mainFont:GmarketSans;
    --subFont1:Noto Sans KR;
    --mainColor:#0569ff; 
    --subColor:#000; 
}

#container { transform:translateY(136px); transition:all 0.3s; }
#wrap.fix #container { transform:translateY(90px); }
@media screen and (max-width:1110px){
    #container,
    #wrap.fix #container { transform:translateY(0); padding-top:65px; }
}
/* header */
header { position:fixed; z-index:50; width:100%; }
header .top-box { background:#fff; padding:0 115px; max-width:1920px; margin:0 auto; }
header .top-box ul { height:46px; display:flex; align-items:center; justify-content:flex-end; padding-right:10px; }
header .top-box ul li:not(:last-child) { margin-right:12px; }
header .top-box ul li a { font-weight:400; font-size:14px; color:#222; }
header .top-box ul li a.tel { position:relative; font-weight:300; padding-left:25px; display:inline-block }
header .top-box ul li a.tel:before { content:""; display:block; width:18px; height:18px; background:#c0c0c0 url(../img/common/tel_icon.png) center no-repeat; position:absolute; left:0; top:50%; transform:translateY(-50%); border-radius:18px; }
header .top-menu { position:relative; transform:translateY(-1px);width:100%; z-index:25; background:#1b1b1b; transition:all 0.3s; }
#wrap.fix header .top-menu { position:fixed; transform:translateY(-46px); }
header .top-menu:after { content:""; display:block; position:absolute; top:90px; left:0; width:100%; height:358px; background:#fff; z-index:-11; opacity:0; visibility:hidden; transition:all 0.3s; }
header.over .top-menu:after { opacity:1; z-index:1; visibility:visible; transition:all 0.5s; }
header .top-menu > div { display:flex; justify-content:space-between; padding:0 123px 0 62px; }
header .top-menu .leftMemu { display:flex; align-items:center; height:100%;  }
header h1 a { display:flex; margin-left: -62px; align-items:center; justify-content:center; width:330px; height:90px; background:var(--mainColor); }
header h1 a img{ position: relative;margin-left: -30px;} /*header logo*/
@media screen and (max-width:1700px){
    header .top-box { padding:0 70px; }
    header .top-menu > div { padding:0 80px 0 62px; }
}
@media screen and (max-width:1400px){
    header .top-box { padding:0 50px; }
    header .top-menu > div { padding:0 60px 0 60px; }
}
@media screen and (max-width:1280px){
    header .top-box { padding:0 30px; }
    header .top-menu > div { padding:0 40px; }
    header h1 a { width:280px;}
    header:after { height:280px; }
    header h1 a img{ position: relative;margin-left: 0px;} /*header logo*/
}
@media screen and (max-width:1110px){
    header .top-box { display:none }
    header .top-menu > div { padding:0 50px 0 0; background:var(--mainColor); }
    header h1 a { width:165px; height:65px; margin-left: 0px;}
    header h1 a img { width:126px; }
    header.over:before,
    header.over:after { opacity:0; display:none }
    #wrap header .top-menu,
    #wrap.fix header .top-menu { transform:translateY(-1px); }
}

header .top-menu #gnb { display:flex; align-items:center; margin-left:60px; }
header .top-menu #gnb { z-index:2; text-align:center; }
header .top-menu #gnb > ul { display:inline-block; }
header .top-menu #gnb > ul > li { display:inline-block;}
header .top-menu #gnb > ul > li:not(:last-child) { margin-right:60px; }
header .top-menu #gnb > ul > li > a { position:relative; z-index:10; font-weight:500; padding:36px 0; font-size:18px; color:#fff; transition:all 0.3s ease; display:block; text-align:center; }
header .top-menu #gnb > ul > li > a:before { content:""; display:block; position:absolute; bottom:0; left:50%; transform:translateX(-50%); width:0; height:4px; background:#fff; transition:all 0.3s ease; }
header .top-menu #gnb > ul > li.active > a:before { width:100%; }
header .top-menu #gnb > ul > li.active > a { color:#fff;}
header .top-menu #gnb > ul > li > .subDepth { opacity:0; visibility:hidden; z-index:-11; position:absolute; left:0; top:90px; width:100%; padding-left:368px; transition:all 0.3s; height:343px; }
header .top-menu #gnb > ul > li.active > .subDepth { opacity:1; visibility:visible; z-index:4; transition:all 0.5s; }
header .top-menu #gnb > ul > li > .subDepth > ul { padding:30px 20px; text-align:left; display:flex; }
header .top-menu #gnb > ul > li > .subDepth > ul > li:not(:last-child){ margin-right:88px; }
header .top-menu #gnb > ul > li > .subDepth > ul > li > a { position:relative; font-size:18px; color:#0569fF; font-weight:700; line-height:130%; transition:all 0.2s; }
header .top-menu #gnb > ul > li > .subDepth > ul > li > ul { padding-top:10px; }
header .top-menu #gnb > ul > li > .subDepth > ul > li > ul > .depth3_subtxt { padding-bottom: 18px; }
header .top-menu #gnb > ul > li > .subDepth > ul > li > ul > li:not(:last-child) { margin-bottom:18px; }
header .top-menu #gnb > ul > li > .subDepth > ul > li > ul > li a { color:#555; font-weight: bold; }
header .top-menu #gnb > ul > li > .subDepth > ul > li > ul > li a:hover { color: #999; }
header .top-menu #gnb > ul > li > .subDepth > ul > li > ul > li a.imgbox { width:110px; height:70px; display:flex; align-items:center; justify-content:center; background:#f1f1f1; }
@media screen and (max-width:1600px){
    header .top-menu #gnb > ul > li > .subDepth > ul > li:not(:last-child){ margin-right:60px; }
}
@media screen and (max-width:1400px){
    header .top-menu #gnb { margin-left:40px; }
    header .top-menu #gnb > ul > li:not(:last-child) { margin-right:50px; }
    header .top-menu #gnb > ul > li > .subDepth { padding-left:346px; }
    header .top-menu #gnb > ul > li > .subDepth > ul > li:not(:last-child){ margin-right:40px; }
}
@media screen and (max-width:1280px){
    header .top-menu #gnb { margin-left:30px; }
    header .top-menu #gnb > ul > li > .subDepth { padding-left:270px; }
    header .top-menu #gnb > ul > li:not(:last-child) { margin-right:30px; }
    header .top-menu #gnb > ul > li > .subDepth > ul { padding:50px 35px; }
}
@media screen and (max-width:1180px){
    header .top-menu #gnb > ul > li > .subDepth > ul > li:not(:last-child){ margin-right:30px; }
}
@media screen and (max-width:1100px){
    header .top-menu #gnb { display:none }
}

header .rightMemu { display:flex; align-items:center; }
header .rightMemu .info ul { display:flex; align-items:center; }
header .rightMemu .info ul li:not(:last-child) { margin-right:20px; }
header .rightMemu .info ul li a { font-size:14px; color:#fff; font-weight:400; line-height:130%; display:inline-block; }
header .rightMemu .info ul li a.login { padding-left:16px; background:url(../img/common/login_icon.png) left center no-repeat; }
header .rightMemu .info ul li a.logout { padding-left:16px; background:url(../img/common/logout_icon.png) left center no-repeat; }
header .rightMemu .info ul li a.join { padding-left:18px; background:url(../img/common/join_icon.png) left center no-repeat; }
header .rightMemu .info ul li a.mypage { width:40px; height:40px; overflow:hidden; text-indent:-9999em; border-radius:40px; background:#f1f1f1 url(../img/common/mypage_icon.png) center center no-repeat; }
header .over-info { opacity:0; visibility:hidden; z-index:-11; position:absolute; left:0; top:0; width:332px; height:358px; background:#f1f1f1 url(../img/common/depth_menu1.png) right center no-repeat; transition:all 0.5s; } /*header 내려올 때 leftMenu*/
header.over .over-info { opacity:1; visibility:visible; z-index:4 }
header .over-info .box { padding:36px 0 0 62px; }
header .over-info .box dt { font-size:30px; color:#0f0f0f; font-weight:700; line-height:130%; }
header .over-info .box dd { margin-top:13px; }
header .over-info .box dd .txt { font-size:16px; color:#484545; font-weight:400; line-height:1.6; }
header .over-info .box dd .btn { margin-top:23px;}
header .over-info .box dd .btn a { display:flex; align-items:center; justify-content:center; width:131px; height:40px; border:1px solid var(--mainColor); border-radius:60px; }
header .over-info .box dd .btn a span { display:inline-block; padding:0 18px 0 0; font-family:var(--subFont1); font-size:14px; color:var(--mainColor); background:url(../img/common/btn_arr.png) right center no-repeat; }

.round_btn { margin-top:23px;}
.round_btn2 { margin-top: 57px; }
.round_btn a { display:flex; align-items:center; justify-content:center; width:131px; height:40px; border:1px solid var(--mainColor); border-radius:60px; }
.round_btn a span { display:inline-block; padding:0 18px 0 0; font-family:var(--subFont1); font-size:14px; color:var(--mainColor); background:url(../img/common/btn_arr.png) right center no-repeat; }

@media screen and (max-width:1400px){
    header .over-info { width:330px; }
}
@media screen and (max-width:1280px){
    header .over-info { width:258px; }
}
@media screen and (max-width:1110px){
    header .rightMemu .info ul li:not(:last-child) { margin-right:15px; }
    header .rightMemu .info ul li:last-child { display:none }
}


.allBox { position:absolute; right:0; top:0; z-index:30; transition:all 0.8s; display:none }
.allBox.on { z-index:99; }
.allBox.on .allmenu { z-index:999; }
.allmenu { position:relative; }
.allmenu a { position:relative; width:60px; height:60px; display:flex; align-items:center; justify-content:center; z-index:2; }
.allmenu a span { position:relative; display:block; width:19px; height:2px; background:#fff; border-radius:5px; transition:all 0.5s ease; }
.allmenu a span:before {  content:""; display:block; width:19px; height:2px; background-color:#fff; position:absolute; right:0; top:-7px; transition:all 0.3s ease }
.allmenu a span:after { content:""; display:block; width:19px; height:2px; background-color:#fff; position:absolute; left:0; top:7px; border-radius:5px; transition:all 0.5s ease }
.allmenu .stxt { text-indent:-9999em; width:0; height:0; overflow:hidden; display:block; }
.allBox.on .allmenu a:before { width:0; left:unset; right:0; }
.allBox.on .allmenu a span,
.allBox.on .allmenu a span:before,
.allBox.on .allmenu a span:after { background-color:#fff; }
.allBox.on .allmenu a span { transform:rotate(45deg); }
.allBox.on .allmenu a span:before { transform:translate(-50%) rotate(-90deg); width:10px; right:-1px; top:-5px; }
.allBox.on .allmenu a span:after { transform:translate(-50%) rotate(-90deg); width:10px; left:10px; top:5px; }
header.over .allmenu a span,
header.over .allmenu a span:before,
header.over .allmenu a span:after { background-color:#fff; }
@media screen and (max-width:1110px){
    .allBox { display:block }
    .allBox.on .allmenu a span,
    .allBox.on .allmenu a span:before,
    .allBox.on .allmenu a span:after { background-color:#fff; }
}

#allmenuBox .menuBox { display:none }
.mobile #allmenuBox { position:fixed; right:-520px; top:0; max-width:520px; width:100%; height:100vh; z-index:20; transition:all 0.3s 0.1s ease-in-out; background:#1b1b1b; }
.mobile #allmenuBox.on { right:0; }
.mobile #allmenuBox .menuCont { height:100vh; } 
.mobile #allmenuBox .menuBox { position:relative; overflow:hidden; }
.mobile #allmenuBox.on .menuBox { display:block }
.mobile #allmenuBox .menuBox #gnb { margin-top:80px; overflow:auto;  }
.mobile #allmenuBox .menuBox #gnb > ul { display:inline-block; white-space:nowrap; position:relative; background:#222;}
.mobile #allmenuBox .menuBox #gnb > ul > li { position:relative; display:inline-block; margin:0 -2px; border-bottom:1px solid #666;}
.mobile #allmenuBox .menuBox #gnb > ul > li > a { position:relative; color:#888; font-weight:400; font-size:16px; line-height:130%; height:50px; display:flex; align-items:center; padding:0 34px; }
.mobile #allmenuBox .menuBox #gnb > ul > li:before { content:""; display:block; width:0; height:2px; position:absolute; left:50%; bottom:-1px; transform:translateX(-50%); background:var(--mainColor); transition:all 0.3s; }
.mobile #allmenuBox .menuBox #gnb > ul > li.on a { color:#fff; font-weight:600; }
.mobile #allmenuBox .menuBox #gnb > ul > li.on:before { width:100%; }
.mobile #allmenuBox .over-info { display:none }
.mobile #allmenuBox .subMenu { position:relative; }
.mobile #allmenuBox .subMenu:before { content:""; display:block; width:calc(100% - 150px); height:calc(100vh - 80px - 65px); position:absolute; left:150px; top:0; background:#222 }
.mobile #allmenuBox .subMenu > ul > li > a { display:none }
.mobile #allmenuBox .subMenu > ul > li > .subDepth { display:none; margin-top:15px; }
/* .mobile #allmenuBox .subMenu > ul > li:first-child > .subDepth, */
.mobile #allmenuBox .subMenu > ul > li.on > .subDepth { display:block; }
.mobile #allmenuBox .subMenu > ul > li > .subDepth > ul { padding:0; }
.mobile #allmenuBox .subMenu > ul > li > .subDepth > ul > li { position:relative; width:150px; height:60px; text-align:center; }
.mobile #allmenuBox .subMenu > ul > li > .subDepth > ul > li > a { position:relative; width:100%; height:100%; color:#888; font-weight:400; font-size:16px; display:flex; align-items:center; justify-content:center; }
.mobile #allmenuBox .subMenu > ul > li > .subDepth > ul > li.active > a { color:#fff; font-weight:600; background:var(--mainColor); }
.mobile #allmenuBox .subMenu > ul > li > .subDepth .depth3 { display:none; position:absolute; top:0; left:150px; width:250px; }
.mobile #allmenuBox .subMenu > ul > li > .subDepth .depth3 li a { padding:0 30px; height:60px; display:flex; align-items:center; }
.mobile #allmenuBox .subMenu > ul > li > .subDepth .depth3 li a.imgbox { margin-left:10px; width:110px; height:60px; display:flex; align-items:center; justify-content:center; background:#f1f1f1; }
@media screen and (max-width:640px){
    .mobile #allmenuBox .menuBox #gnb > ul > li > a { padding:0 18px; }
    .mobile #allmenuBox .subMenu > ul > li > .subDepth > ul > li { height:50px; }
    .mobile #allmenuBox .subMenu > ul > li > .subDepth .depth3 li a { padding:0 20px; height:50px; }
    .mobile #allmenuBox .subMenu > ul > li > .subDepth .depth3 li a.imgbox { width:100px; height:50px; }
    .mobile #allmenuBox .subMenu > ul > li > .subDepth .depth3 li a.imgbox img { width:40px; }
}

footer { position:relative; background-color:#fff; position:relative; z-index:10; }
footer .footer_box { position:relative; background-color:#111; padding:120px 0 100px; }
footer .footer_box .all-menu {}
footer .footer_box .all-menu > ul { display:flex; justify-content:space-between; } 
footer .footer_box .all-menu > ul > li:not(:last-child){ margin-bottom:20px }
footer .footer_box .all-menu > ul > li > a { position:relative; font-weight:700; color:#fff; font-size:20px; }
footer .footer_box .all-menu > ul > li > .subDepth { margin-top:30px; }
footer .footer_box .all-menu > ul > li > .subDepth > ul > li > a { color:#aaa; font-size:16px; line-height:1.3 }
footer .footer_box .all-menu > ul > li > .subDepth > ul > li:not(:last-child){ margin-bottom:14px }
footer .footer_box .all-menu > ul > li > .subDepth > ul > li > ul { display:none }
footer .footer_box .all-menu .over-info { display:none }
footer .infobox { position:relative; padding-top:75px; margin-top:95px; border-top:1px solid #1e1e1e }
footer .infobox .flogo { position:absolute; top:75px; right:0; }
footer .infobox .flogo img { width:220px; }
footer .infobox .fmenu { display:flex; align-items:center; }
footer .infobox .fmenu ul { display:flex; }
footer .infobox .fmenu ul li a { color:#fff; font-size:17px;}
footer .infobox .fmenu ul li:not(:last-child){ margin-right:40px }
footer .infobox .info { margin-top:50px; }
footer .infobox .info ul { display:flex; }
footer .infobox .info ul:not(:last-child) { margin-bottom:14px; }
footer .infobox .info ul li { color:#aaa; font-size:14px; line-height:1.5 }
footer .infobox .info ul li:not(:last-child){ margin-right:25px }
footer .infobox .info ul li strong,
footer .infobox .info ul li span { font-weight:400; }
footer .copyright { margin-top:50px; color:#fff; font-size:14px; }
footer .copyright .stxt { color:#c0c0c0; }
@media screen and (max-width:1024px){
    footer .footer_box { padding:0 0 80px; }
    footer .footer_box .all-menu { display:none }
    footer .infobox { border-top:none; margin-top:0; padding-top:60px;  }
    footer .infobox .flogo { text-align:center; position:relative; top:unset; right:unset;}
    footer .infobox .fmenu { justify-content:center; margin-top:40px; }
    footer .infobox .info { text-align:center; }
    footer .infobox .info ul { justify-content:center; flex-wrap:wrap; }
    footer .infobox .info ul .m2 { display:block; width:100%; }
    footer .copyright { margin-top:40px; text-align:center; }
}
@media screen and (max-width:760px){
    footer .infobox .fmenu ul li:not(:last-child){ margin-right:20px }
}
@media screen and (max-width:640px){
    footer .footer_box { padding:0 0 50px; }
    footer .inner { padding:0 10px; }
    footer .infobox { padding-top:50px;  }
    footer .infobox .fmenu ul li:not(:last-child){ margin-right:15px }
    footer .infobox .info { margin-top:30px; }
    footer .infobox .info ul:not(:last-child){ margin-bottom:20px; }
    footer .infobox .info ul li:not(:last-child){ margin-right:20px }
}
@media screen and (max-width:520px){
    footer .infobox .info ul .m1 { display:block; width:100%; }
    footer .infobox .info ul li strong { display:block; }
    footer .infobox .info ul li span.s { display:none; }
}




#btn_top { position:fixed; left:50%; transform:translateX(-50%); margin-left:820px; bottom:20px; z-index:5; transition:all 0.3s; }
#btn_top.active { position:absolute; top:-40px; bottom:unset; }
#btn_top a { display:flex; align-items:center; justify-content:center; flex-direction:column; background:var(--mainColor); width:80px; height:80px; color:#fff; font-size:15px; }
#btn_top a span { margin:5px 0;}
@media screen and (max-width:1920px){
    #btn_top { left:unset; transform:translateX(0); right:20px; }
}
@media screen and (max-width:1024px){
    #btn_top a { width:60px; height:60px; font-size:14px; }
    #btn_top a span { margin:3px 0; }
    #btn_top.active { top:-30px; }
}
@media screen and (max-width:640px){
    #btn_top { right:10px; }
    #btn_top a { width:50px; height:50px; font-size:11px; }
    #btn_top a span { margin:2px 0; }
    #btn_top.active { top:-25px; }
}


/* privacy */
.privacy { color:#666; width:100%; overflow:hidden; box-sizing:border-box; padding:0; font-size:16px; line-height:140%; word-break:break-all; }
.privacy h2 { font-size:20px; font-weight:bold; color:#000; text-align:left; margin:50px 0 30px; }
.privacy h2:first-child { margin-top:0; }
.privacy > p { margin:15px 0; }
.privacy > p+dl { margin-top:30px; }
.privacy > dl { padding-bottom:20px;}
.privacy > dl > dt{ font-size:20px;color:#111;font-weight:700;padding-bottom:10px;}
.privacy > dl > dd{ padding-bottom:10px;text-align:justify; font-size:16px; line-height:140%;}
.privacy > dl > dd ul{ padding:10px; }
.privacy > dl > dd ul li{ line-height:120%; margin-top:10px; }
.privacy > dl > dd ul li:first-child { margin-top:0; }
.privacy > dl > dd ul li p { margin:0 10px 5px; line-height:140%; margin-top:8px;}
.sTxt h3 { font-size:18px; color:#333; font-weight:500; margin:20px 0 10px; }
.sTxt p { margin-top:10px; }
.sTxt dt { margin-top:10px; }
.sTxt dd { margin:0 8px; }
.privacy .content_lv1{ margin-bottom:10px; font-size:18px; line-height:170%; color:#333; }
.privacy .content_lv2 { margin-bottom:10px; font-size:17px; line-height:170%; color:#333; padding-left:20px; }
.privacy table { }
.privacy th { padding:12px 20px; border:1px solid #ddd; background-color:#fafafa; font-weight:700; color:#333 }
.privacy td { padding:12px 20px; border:1px solid #ddd }
@media screen and (max-width:640px){
    .privacy { font-size:16px; }
    .privacy h2 { font-size:16px; }
    .privacy > dl > dt{ font-size:15px; }
    .privacy > dl > dd{ font-size:15px; }
    .sTxt h3 { font-size:16px; }
    .privacy .content_lv1{ font-size:16px; }
    .privacy .content_lv2 { font-size:15px; }
}

/* slick-slider 필수 css */
/* .slick-slider{position:relative; display:block; box-sizing:border-box; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; -webkit-touch-callout:none; -khtml-user-select:none; -ms-touch-action:pan-y; touch-action:pan-y; -webkit-tap-highlight-color:transparent;} */
.slick-slider{position:relative; display:block; user-select:text !important; }
.slick-list{position:relative; display:block; overflow:hidden; margin:0; padding:0;}
.slick-list:focus{outline:none;}
.slick-list.dragging{cursor:pointer; cursor:hand;}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0, 0, 0); -moz-transform:translate3d(0, 0, 0); -ms-transform:translate3d(0, 0, 0); -o-transform:translate3d(0, 0, 0); transform:translate3d(0, 0, 0);}
.slick-track{position:relative; top:0; left:0; display:block;}
.slick-track:before,.slick-track:after{display:table; content:'';}
.slick-track:after{clear:both;}
.slick-loading .slick-track{visibility:hidden;}
.slick-slide{display:none; float:left; height:100%; min-height:1px; -webkit-transform:translate3d(0,0,0);}
.slick-slide img{display:block; margin:0 auto;}
.slick-slide.slick-loading img{display:none;}
.slick-slide.dragging img{pointer-events:none;}
.slick-initialized .slick-slide{display:block;}
.slick-loading .slick-slide{visibility:hidden;}
.slick-vertical .slick-slide{display:block;height:auto; border:1px solid transparent;}
.slick-arrow.slick-hidden{display:none;}

.slick-slider .slick-track,
.slick-slider .slick-list { transform:translate3d(0, 0, 0); }
.slick-slide { transform:translate3d(0,0,0); }




/* banne logo */
.common-banner { padding:150px 0; overflow:hidden; }
.common-banner .inner { width:100%; height:40px; overflow:hidden; position:relative; }
.common-banner .rolling { display:flex; position:absolute; height:100%; }
.common-banner .rolling ul { display:flex; }
.common-banner .rolling ul li { margin-right:70px; }
@media screen and (max-width:1024px){
    .common-banner { padding:100px 0; }
    .common-banner .rolling ul li { margin-right:60px; }
}
@media screen and (max-width:640px){
    .common-banner { padding:80px 0; }
    .common-banner .rolling ul li { margin-right:40px; }
}

/* animation */
.rolling.original { animation:33s linear 0s infinite normal forwards running rollingleft1; }
.rolling.clone { animation:33s linear 0s infinite normal none running rollingleft2; }
@keyframes rollingleft1 {
    0% { transform: translateX(0); }
    50% { transform: translateX(-100%); }
    50.01% { transform: translateX(100%); }
    100%{ transform: translateX(0); }
}
@keyframes rollingleft2 {
    0% { transform: translateX(0);
    }
    100% { transform: translateX(-200%); }
}

.common-consult { background:#eee; padding-bottom:75px; }
.common-consult .title-box { padding-top:95px; text-align:center; }
.common-consult .title-box dt { color:#222; font-size:35px; font-weight:400; letter-spacing:-0.02em; line-height:1.3; }
.common-consult .title-box dt strong { font-weight:800; }
.common-consult .title-box dd { margin-top:10px; color:#474747; font-size:20px; font-weight:400; letter-spacing:-0.02em; line-height:1.3; }
.common-consult .title-box .txt { margin-top:15px; }
.common-consult .title-box .txt ul { display:flex; justify-content:center;}
.common-consult .title-box .txt ul li:not(:last-child) { margin-right:30px; }
.common-consult .title-box .txt ul li { position:relative; color:#474747; font-size:15px; font-weight:300; letter-spacing:-0.02em; line-height:1.3;}
.common-consult .title-box .txt ul li strong { font-weight:700; }
.common-consult .title-box .txt ul li:not(:last-child):before { content:''; display:block; position:absolute; top:50%; right:-15px; transform:translateY(-51%); width:1px; height:14px; background:#474747;  }
.common-consult .title-box .txt ul li:first-child { padding-left:36px; background:url(../img/common/consult_icon.png) left center no-repeat;  }
.common-consult .ipCont { background-color:#fff; border-radius:20px; padding:95px 140px 60px; display:none }
.common-consult .ipCont ul { display:flex; flex-wrap:wrap; }
.common-consult .ipCont ul li:nth-child(2n+1) { width:35%; padding-right:30px; }
.common-consult .ipCont ul li:nth-child(2n) { width:65%; padding-left:30px; }
.common-consult .ipCont ul li.full { width:100%; padding:0; }
.common-consult .ipCont ul li { display:flex; }
.common-consult .ipCont ul li:not(last-child) { margin-bottom:22px; }
.common-consult .ipCont ul li label { width:135px; color:#222; font-size:18px; font-weight:400; letter-spacing:-0.02em; padding-top:15px; line-height:1.3 }
.common-consult .ipCont ul li:nth-child(2n) label { width:100px; }
.common-consult .ipCont ul li.full label { width:135px; }
.common-consult .ipCont ul li .ipbox { width:calc(100% - 135px); display:flex; align-items:center; color:rgba(34, 34, 34, 0.6); font-size:17px; font-weight:300; }
.common-consult .ipCont ul li:nth-child(2n) .ipbox { width:calc(100% - 100px); }
.common-consult .ipCont ul li.full .ipbox { width:calc(100% - 135px); }
.common-consult .ipCont ul li .ipbox .stxt { width:60px; text-align:center; display:inline-block }
.common-consult .ipCont ul li input[type="text"],
.common-consult .ipCont ul li input[type="password"] { height:47px; padding:0 20px; width:100%; font-size:16px; color:#222; font-weight:400; border:1px solid rgba(217, 217, 217, 0.9); outline:none; background:#fff; border-radius:6px; }
.common-consult .ipCont ul li input.ip03-2 { width:110% }
.common-consult .ipCont ul li textarea { width:100%; height:235px; padding:15px 20px; width:100%; font-size:16px; color:#222; font-weight:400; border:1px solid rgba(217, 217, 217, 0.9); outline:none; background:#fff; border-radius:6px; }
.common-consult .ipCont ul li input::placeholder,
.common-consult .ipCont ul li textarea::placeholder { font-size:14px; }
.common-consult .ipCont ul li .sbox { width:100%; }
.common-consult .ipCont ul li .sbox .box { overflow:auto; height:200px; padding:15px 20px; width:100%; font-size:16px; color:#222; font-weight:400; border:1px solid rgba(217, 217, 217, 0.9); outline:none; background:#fff; border-radius:6px; }
.common-consult .ipCont button { transition:all 0.5s; margin:0 auto; margin-top:60px; width:220px; height:60px; border:1px solid var(--mainColor); display:flex; justify-content:center; align-items:center; border-radius:60px; background:#fff }
.common-consult .ipCont button span { transition:all 0.5s; font-family:var(--subFont1); font-weight:400; color:var(--mainColor); line-height:1.2; font-size:17px; padding-right:16px; display:inline-block; background:url(../img/main/service_arr.png) right center no-repeat; }
.common-consult .ipCont button:hover { background:var(--mainColor); }
.common-consult .ipCont button:hover span { filter:brightness(0) invert(1);}
.common-consult .btn { transition:all 0.5s; margin:35px auto; width:230px; height:68px; overflow:hidden }
.common-consult .btn a { position:relative; display:flex; align-items:center; height:100%; background:#fff; border-radius:68px; padding-left:39px; }
.common-consult .btn a span { transition:all 0.5s; color:var(--mainColor); font-size:20px; font-weight:600; white-space:nowrap; overflow:hidden }
.common-consult .btn a:before { transition:all 0.5s; content:''; display:block; position:absolute; top:50%; right:4px; transform:translateY(-50%); width:60px; height:60px; border-radius:60px; background:var(--mainColor) url(../img/common/consult_arr.png) center center no-repeat; }
.common-consult .btn.on { width:68px; }
.common-consult .btn.on a span { display:none; }
.common-consult .btn.on a:before { transform:translateY(-50%) rotate(180deg);}
.common-consult .ipCont .ch-box { margin-top:15px; text-align:right; }
.common-consult .ipCont .ch { position:relative; display:inline-block }
.common-consult .ipCont .ch input[type="checkbox"],
.common-consult .ipCont .ch input[type="radio"]{opacity:0; height:auto; position:absolute; left:7px; top:0; }
.common-consult .ipCont .ch input[type="checkbox"] + span,
.common-consult .ipCont .ch input[type="radio"] + span { position:relative; padding:0 0 0 35px; font-weight:300; font-size:15px; line-height:1.1 !important; display:inline-block; color:#555; }
.common-consult .ipCont .ch input[type="checkbox"] + span:after,
.common-consult .ipCont .ch input[type="radio"] + span:after { content:''; display:block; margin:-4px 0 0 0; width:25px; height:25px; vertical-align:middle; background:none; border-radius:5px; border:1px solid #ddd; position:absolute; left:0; top:-2px; }
.common-consult .ipCont .ch input[type="checkbox"]:checked + span:after,
.common-consult .ipCont .ch input[type="radio"]:checked + span:after { background:url(../img/common/icon_ch_on1.png) no-repeat center center; }
@media screen and (max-width:1400px){
    .common-consult .ipCont ul li:nth-child(2n+1) { width:45%; padding-right:20px; }
    .common-consult .ipCont ul li:nth-child(2n) { width:55%; padding-left:20px; }
    .common-consult .ipCont ul li.full { width:100%; padding:0; }
}
@media screen and (max-width:1280px){
    .common-consult .ipCont { padding:75px 100px 60px; }
}
@media screen and (max-width:1024px){
    .common-consult { padding-bottom:50px; }
    .common-consult .title-box { padding-top:60px; }
    .common-consult .title-box dt { font-size:28px; }
    .common-consult .title-box dd { margin-top:10px; font-size:20px; }
    .common-consult .title-box .txt { margin-top:15px; }
    .common-consult .title-box .txt ul li:not(:last-child) { margin-right:30px; }
    .common-consult .title-box .txt ul li { font-size:15px; }
    .common-consult .title-box .txt ul li:not(:last-child):before { right:-15px; height:12px; }
    .common-consult .title-box .txt ul li:first-child { padding-left:36px; }
    .common-consult .ipCont { border-radius:10px; padding:50px 50px 60px; }
    .common-consult .btn { margin:30px auto; width:200px; height:60px; }
    .common-consult .btn a { padding-left:35px; }
    .common-consult .btn a span { font-size:18px; }
    .common-consult .btn a:before { width:52px; height:52px; }
    .common-consult .btn.on { width:60px; }
}
@media screen and (max-width:960px){
    .common-consult .ipCont ul li:not(last-child) { margin-bottom:18px; }
    .common-consult .ipCont ul li:nth-child(2n+1),
    .common-consult .ipCont ul li:nth-child(2n) { width:100%; padding:0; }
    .common-consult .ipCont ul li:nth-child(2n) label { width:135px; }
    .common-consult .ipCont ul li:nth-child(2n) .ipbox { width:calc(100% - 135px); }
}
@media screen and (max-width:640px){
    .common-consult { padding-bottom:40px; }
    .common-consult .title-box { padding-top:50px; }
    .common-consult .title-box dt { font-size:22px; }
    .common-consult .title-box dd { font-size:18px; }
    .common-consult .ipCont { padding:30px 20px 50px; }
    .common-consult .ipCont ul li { flex-wrap:wrap; }
    .common-consult .ipCont ul li:not(last-child) { margin-bottom:15px; }
    .common-consult .ipCont ul li label,
    .common-consult .ipCont ul li:nth-child(2n) label,
    .common-consult .ipCont ul li .ipbox,
    .common-consult .ipCont ul li.full .ipbox,
    .common-consult .ipCont ul li:nth-child(2n) .ipbox { width:100%; }
    .common-consult .ipCont ul li label { margin:0 0 3px; font-size:16px; padding:0; }
    .common-consult .btn { width:180px; height:55px; }
    .common-consult .btn a { padding-left:39px; padding-left:32px; }
    .common-consult .btn a span { font-size:17px; }
    .common-consult .btn a:before { width:47px; height:47px; }
    .common-consult .btn.on { width:55px; }
}