@charset "utf-8";


@font-face {
    font-family: 'SeongdongMyoungjo';
    src: url('//cdn.jsdelivr.net/korean-webfonts/1/orgs/govs/sdgu/SungDongMyungjo/SungDongMyungjoR.woff2') format('woff2'),
         url('//cdn.jsdelivr.net/korean-webfonts/1/orgs/govs/sdgu/SungDongMyungjo/SungDongMyungjoR.woff') format('woff');
    font-weight: 400;
}
@font-face {
    font-family: 'SeongdongMyoungjo';
    src: url('//cdn.jsdelivr.net/korean-webfonts/1/orgs/govs/sdgu/SungDongMyungjo/SungDongMyungjoB.woff2') format('woff2'),
         url('//cdn.jsdelivr.net/korean-webfonts/1/orgs/govs/sdgu/SungDongMyungjo/SungDongMyungjoB.woff') format('woff');
    font-weight: 700;
}

@font-face {
    font-family: 'SfHambakneun';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2106@1.1/SF_HambakSnow.woff') format('woff');
    font-weight: normal;
}


.doc{font-size: 16px;}
.box2{ width:1280px; max-width: 96%; margin:0 auto; position:relative } 
.box1{width:1400px; max-width:96%; margin:0 auto; position:relative}
.mobile_only{display:none;}
.mo_bg{display: none;}


:root{
	--fs_01:'SeongdongMyoungjo';
	--fs_02:'SfHambakneun';
	
}


/*header*/
#header{z-index: 200; position: fixed; top: 0; left: 0; width:100%; background: #fff;}
#header .va_wrap,
#header .h_wrap{height:var(--header_H);}
#header #logo{z-index:800;}
#header #logo .a_ver{display:none;}
#header #logo img{display:block;}
#header .gnb_wrap{margin:0 auto;}
#header .gnb_wrap .gnb .depth1{margin:0 43px; position: relative;} 
#header .gnb_wrap .gnb .depth1 > a{font-size: 1.125em; font-weight: 500; line-height: inherit; color:#111; position: relative;}
#header .gnb_wrap .gnb .depth1 > ul{background:#fff; min-width: 160px; border: 1px solid #ddd; border-top:0; margin-top:-2px; transition:all .5s; position:absolute; left:50%; transform:translateX(-50%); max-height:0; overflow:hidden; opacity:0 }
#header .gnb_wrap .gnb .depth1 > ul:after{content: ""; position: absolute; left: 0; top: -2px; width: 100%; height:5px; background-color:var(--mainColor); transform: scaleX(0); transition: .3s;}
#header .gnb_wrap .gnb .depth1 > ul > .depth2 a{display: block; text-align: center; color:#444; border-top: 1px dotted #ddd; font-weight:400; padding: 15px 10px;}
#header .gnb_wrap .gnb .depth1 > ul > .depth2 a:hover{background: #f5f5f5;}
#header .gnb_wrap .gnb .depth1:hover ul{ max-height:500px; opacity:1 }
#header .gnb_wrap .gnb .depth1:hover > ul:after{transform: scaleX(1);}

/*더이음 PC메뉴숨김처리*/
#header .gnb_wrap .gnb .depth1:nth-child(2) > ul {display: none;}


/*검색*/
#header .hd_sch_btn{font-size:1.125em; color:#fff; cursor: pointer;}
#header .hd_sch_btn.on .xi:before{content:'\e921';}
#header .hd_sch_wr #hd_sch{border:1px solid rgba(255,255,255,.8); border-radius: 50px; position: relative; width:240px; overflow: hidden;}
#header .hd_sch_wr #hd_sch #sch_stx{border:0; background:transparent; color:#fff; width:100%; height: 45px; padding:5px 55px 5px 20px; font-size:.95em; box-sizing: border-box;}
#header .hd_sch_wr #hd_sch #sch_stx::placeholder{color:rgba(255,255,255,.8)!important;}
#header .hd_sch_wr #hd_sch button{border:0; background-color:var(--mainColor); width:38px; height: 38px; color:#fff; position: absolute; top:50%; transform: translateY(-50%); right:4px; border-radius: 50%; font-size:.9em;}

/*회원*/
#header .hd_login{margin-left:20px;}
#header .hd_login > li a{color:#fff; margin-left:15px; font-weight: 300;}
#header .hd_login > li:first-child a{margin-left:0px;}
#header .hd_login > li .xi{vertical-align: baseline; margin-right:4px;}

/*전체메뉴버튼*/
#header .btn_gnb{width:40px; height: 40px; position: relative; z-index: 10000; margin-left:25px;}
#header .btn_gnb .bar_i{width:30px; height: 3px; background:#666; margin:8px 0; display: block; transition:.3s;}
#header .btn_gnb .bar_i.n_02{width:20px; margin-left:auto;}
.pc_all_menu .gnb_all{padding: 4em 0 0;}
.pc_all_menu .gnb_all > li.depth1{margin-bottom: 2.5em;}
.pc_all_menu .gnb_all > li.depth1 > a.dp1{width: 400px; font-size: 2.25em; font-weight: 700; line-height: inherit; position: relative;}
.pc_all_menu .gnb_all > li.depth1 .dp2_menu > li a:after{height: 6px;}
#header .btn_gnb.on .bar_i{background: #333;}
#header .btn_gnb.on .bar_i.n_02{display:none;}
#header .btn_gnb.on .bar_i:nth-child(1){position: absolute; top: 32%; left: 5px; transform:translateY(-50%) rotate(45deg)}
#header .btn_gnb.on .bar_i:nth-child(3){position: absolute; top: 32%; right: 5px; transform:translateY(-50%) rotate(-45deg)}



/*스크롤 header*/
.scroll #header{border-bottom:1px solid #ddd;}
.scroll #header #logo .a_ver{display:block;}
.scroll #header #logo .b_ver{display:none;}
.scroll #header .hd_sch_btn{color:#555;}
.scroll #header .hd_sch_wr #hd_sch{border-color:#ccc;}
.scroll #header .hd_sch_wr #hd_sch #sch_stx{color:#555;}
.scroll #header .hd_sch_wr #hd_sch #sch_stx::placeholder{color:#aaa!important;}
.scroll #header .hd_login > li a{color:#555;}
.scroll #header .btn_gnb .a_rd{background-color:#666;}


/*탑버튼*/
.qk_list{position:fixed; bottom:15px; right:15px; z-index: 800;}
.qk_list > li a{display:block; width:40px; height: 40px; line-height: 40px; border-radius: 50%; font-size:1.25em; text-align: center; margin-top:3px; transition: .3s;}
/*.qk_list > li a:hover{box-shadow: 3px 3px 7px rgba(0,0,0,0.15);}*/
/*.qk_list > li.top_btn a{background-color:#333; color:#fff;} */
.qk_list > li.kakao_btn a{background-color:#fae100; color:#3c1e1e;}
.qk_list > li.blog_btn a{background-color:#03c75a; color:#fff;}

/*footer*/
#footer{background-color:#111; padding: 40px 0 50px; /*margin-top:8em;*/}
#footer .f_logo{margin-bottom: 15px;}
#footer .f_info > li{color:#fff; opacity: .8; font-weight: 300; margin-right:40px; font-size:.938em; position: relative;}
#footer .f_info > li:not(:last-child):before{content: ''; display: block; width: 1px; height: 13px; background: #f5f5f5; opacity: .6; position: absolute; top: 5px; right: -20px;}
#footer .f_copy{font-size:.875em; color:#fff; opacity: .4; margin-top:20px; letter-spacing: 1px; font-weight: 200;}

.f_top{padding: 60px 0; border-top: 1px solid #aaa; margin-top: 7em;}
.f_top .top_list{margin-right: -60px;}
.f_top .top_list > li{flex:;}
.f_top .top_list > li .in{margin-right: 60px;}
.f_top .top_list > li .in .ti{ font-size: 1.75em; font-weight: 700; color: #111; line-height: 1; white-space: nowrap; font-family: var(--fs_01); margin-right: 30px;}
.f_top .top_list > li .in .tt{width: 50%; font-size: .937em; color: #444; margin-right: 30px; white-space: nowrap;}
.f_top .top_list > li .in .tt > li{margin-bottom: 10px;} 


/*서브 비주얼*/
.sub_v_wrap{position: relative;}
#sub_visual{height:430px; position: relative; overflow: hidden; margin-bottom:8em}
#sub_visual .bgfix{position:absolute; top: 0; left:0; width:100%; height: 100%; transform: scale(1.15); transition-timing-function: ease-in-out; transition: 1s;}
#sub_visual .sub_v_tit{ font-weight: 300; text-align:center; font-size:3em; color:#fff; position: relative; z-index: 10; margin-right:3em; opacity:0; transition:1s; margin-top: 1.5em; letter-spacing: 15px;}
.load #sub_visual .bgfix{transform: scale(1);}
.load #sub_visual .sub_v_tit{margin-right:0; opacity:1}

#sub_visual.sub10 .bgfix{background-image:url(../img/sub/sub_v_01.jpg);}
#sub_visual.sub20 .bgfix{background-image:url(../img/sub/sub_v_02.jpg);}
#sub_visual.sub30 .bgfix{background-image:url(../img/sub/sub_v_03.jpg);}
#sub_visual.sub40 .bgfix{background-image:url(../img/sub/sub_v_04.jpg);}
#sub_visual.sub50 .bgfix{background-image:url(../img/sub/sub_v_05.jpg);}

#sub_visual.sub20 .sub_v_tit,
#sub_visual.sub40 .sub_v_tit,
#sub_visual.sub50 .sub_v_tit{color: #7f7f7f;}


/*snb*/
#snb { position: absolute; bottom:4em; left:50%; transform: translateX(-50%); z-index: 10; opacity: 0; transition: 1.5s; width:96%; display:none}
#snb .snb_list .sdp1 a{display:block; width:55px; height: 55px; line-height: 55px; border-radius: 50%; text-align:center; background-color:var(--mainColor); color:#fff; font-size:1.125em;}
#snb .snb_list .sdp2,
#snb .snb_list .sdp3,
#snb .snb_list .last{position: relative; width:250px; border-bottom:1px solid rgba(255,255,255,.3);padding:15px 20px; margin-left:20px; cursor: pointer; box-sizing: border-box;}
#snb .snb_list .last{cursor: default;}
#snb .snb_list .sdp_tt{ color:#fff; font-size:1.125em; font-weight: 500; padding-right:20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
#snb .snb_list .sdp_tt:before{content:'\e943'; font-family: 'xeicon'; position: absolute; top: 50%; right:20px; transform: translateY(-50%); font-size:.938em;}
#snb .snb_list .last .sdp_tt:before{display:none;}
#snb .snb_list .sdp_list_wrap{ max-height: 0px; position: absolute; top: 75px; left: 0;  width: 100%;  background: #fff; border-radius: 20px; box-sizing: border-box; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10); z-index: 10; transition: .3s; transition-timing-function: ease-in-out; opacity: 0; overflow: hidden;}
#snb .snb_list .Aon .sdp_list_wrap{ max-height: 1000px; opacity: 1;}
#snb .snb_list .sdp_list{ padding: 25px; }
#snb .snb_list .sdp_list > li{margin-bottom:7px;}
#snb .snb_list .sdp_list > li:last-child{margin-bottom:0;}
#snb .snb_list .sdp_list > li a{color:#777; font-size:1.05em;}
#snb .snb_list .sdp_list > li.on a{color:var(--mainColor); font-weight: 500;}
.load #snb{ opacity: 1;}

/*컨텐츠 페이지*/
.ctt_admin{display:none;}/*관리자 내용수정 버튼*/
#ctt header{display:none;}/*컨텐츠 페이지 타이틀 header*/

/*컨텐츠 타이틀*/
.container_title{font-weight: 200; font-size: 2.125em; padding-top: 35px; margin: 55px 0; text-align: center; position: relative; display:none}
.container_title:before{content:''; width:1px; height: 26px; visibility: hidden; transition: .8s; transition-timing-function: ease-in-out; transform: scaleY(0); transform-origin: left top; background: #222; position: absolute; top: 0; left: 50%;}
.load .container_title:before{transform: scaleY(1); visibility: visible;} 

/*개인정보&이용약관*/
.agree_box{ border:1px solid #ddd; background:#f9f9f9; border-radius:5px}
.agree_box .in_con{  padding:2em; border:1px solid #ededed; margin:1em; background:#fff;}
.agree_box .in_con .agree_wrap{ font-size: .938em;}
.agree_box .in_con .agree_wrap span{ display: block;}


/*=================================================================main============================================================*/

/*메인 비주얼*/
.mainSlider{position:relative;}
.mainSlider .el{ height:100vh; position:relative; overflow:hidden}
.mainSlider .el .bg{ position:absolute; left:0; top:0; width:100%; height:100%; background-repeat:no-repeat; background-position:center center; background-size:cover; transform:scale(1.2,1.2); transition-delay:1s}
.mainSlider .slogan{ position:absolute; top:40%; left:50%; transform: translate(-50%, -60%); color:#111;}
.mainSlider .slogan .t1{ font-size:3.75em; display:block; transform:translateY(1em); font-weight: 500; opacity:0; margin-bottom: 5px; line-height: 1.2;}
.mainSlider .slogan .t2{ font-size:1.625em; font-weight: 400; transform:translateY(1em); opacity:0; line-height: 1.5; margin-top:30px;}
.mainSlider .slogan .t3{ font-size:1.625em; font-weight: 400; transform:translateY(1em); opacity:0; line-height: 1.5; margin-top:;}
.mainSlider .slogan.st1{text-align: right;}
.mainSlider .slogan.st2{text-align: right; bottom: 0; top: inherit;}
.mainSlider .slogan.st3{}

.mainSlider .el.swiper-slide-active .bg{ transform:scale(1); transition:2s; transition-delay:0; transition-timing-function:ease-in; MARGIN-TOP:80PX;}
.mainSlider .el.swiper-slide-active .slogan .t1{ transform:translateY(0); opacity:1; transition:1s; transition-delay:.5s}
.mainSlider .el.swiper-slide-active .slogan .t2{ transform:translateY(0); opacity:1; transition:1s; transition-delay:1s}
.mainSlider .el.swiper-slide-active .slogan .t3{ transform:translateY(0); opacity:.8; transition:1s; transition-delay:1.5s}

.mainSlider .mainSlider-pagination{ position: absolute; left:50%; bottom:3em; transform: translateX(-50%); z-index: 100;}
.mainSlider .mainSlider-pagination .swiper-pagination-bullet{width:120px; height:auto; margin: 0 20px 0 0; border-radius: 0; opacity: .4; background:transparent; color:#fff; border-bottom:2px solid #fff; padding-bottom:5px;}
.mainSlider .mainSlider-pagination .swiper-pagination-bullet-active{opacity: 1;}
.scroll_wrap{position: absolute; bottom: 0; left:0;width:100%; z-index: 10;}
.scroll_wrap .mainSlide_scroll{ color: #fff; font-size: 0.85em; text-align: center; letter-spacing: 4px; font-weight: 200;}
.scroll_wrap .mainSlide_scroll_bar{ width: 1px; height: 35px; background: #fff; margin: 5px auto 0; position: relative;}
.scroll_wrap .scroll_bar {width:5px; height: 5px; background: #fff; animation: box-ani 2s linear infinite backwards; margin-left:-5px; border-radius: 50%;}

@keyframes box-ani {  
0% {transform: translate(50%, 0);} 
100% {transform: translate(50%, 53px);}
}


/*메인 샘플용 css*/
.main_section{padding:7em 0;}
.main_section_bg{background-color: #f9f9f9;}
.main_tit{ margin-bottom: 30px;}
.main_tit .in_en{ font-size:1.625em; margin-bottom: 15px; font-family: var(--fs_01);}
.main_tit .in_tt{ font-size:3.875em; font-weight: 700; color:#000; line-height: 1.3; font-family: var(--fs_01); margin-bottom: 20px;}
.main_tit .in_tx{font-size: 1.0625em; line-height: 1.8; color: #444; }
.main_more{text-align:center;}
.main_more a{display: inline-block; padding:13px 50px; border:1px solid #ccc; transition: .3s; color:#888; font-size:1.125em; border-radius: 50px; margin-top: 40px;}.main_more a:hover{border-color:var(--maincolor); background-color:var(--mainColor); color:#fff;}
.more_btn{font-size: .937em; color: #333; display: inline-block;}
.more_btn.st{font-family: var(--fs_02);}
.more_btn .xi{margin-left: 15px; width: 45px; height: 45px; line-height: 45px; border:1px solid #333; border-radius: 50%; text-align: center; transition: .3s;}
.more_btn:hover .xi{background: #333; border-color: #333; color: #fff;}
.more_btn .tt{display: inline-block;}

/**/
.line_box{width: 50px; height: 1px; background: #333; margin: 8em auto;}
 

/*main*/
.main_salon{padding: 140px 0 150px; background: #f4f3ee;}
.main_salon .img_box{}
.main_salon .img_box .img_z{width: 100%; height: 560px; padding: 65px 110px;}
.main_salon .img_box .txt_box .ti{font-size: 2.812em; font-family: var(--fs_02); color: #fff; margin-bottom: 30px;}
.main_salon .more_btn{color: #fff;}
.main_salon .more_btn .xi{border-color: #fff;}
.main_salon .more_btn:hover .xi{background: #fff; border-color: #fff; color: #333;}

.main_program{padding: 50px 0;}
.main_program .pro_box{margin-left: calc(50% - 700px); overflow: hidden; padding: 110px 0;}
.main_program .main_tit{width: 506px; }
.main_program .more_btn{margin-top: 60px;}
.main_program .pro_box .pro_slide{height: 510px; width: calc(100% - 506px); /*margin-right: -116px;*/} 
.main_program .pro_box.rev{margin-left: auto; margin-right: calc(50% - 700px);}
.main_program .pro_box.rev .pro_slide{margin-left: -120px; margin-right: 0;} 
.main_program .pro_box .pro_slide .in .in_img{width: 100%; height: 510px;}
.main_program .swiper-pagination-bullet{width: 10px; height: 10px; background: #999; margin-right: 5px; opacity: 1;}
.main_program .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #000;}
.main_program .pro_box .control_box{margin-top: 75px;}

.promotion_wrap .in_img{height: auto!important;}

/*main*/

/**/
.tab_idx{ margin:-1em 0 3em -1em;}
.tab_idx > li{flex:1 20%;}
.tab_idx > li > a{ padding:0 .5em; height:4em; border:1px solid #ddd; margin:1em 0 0 1em; color:#666; transition:.3s;}
.tab_idx > li > a .va{font-size:1.068em; font-weight:500}
.tab_idx > li > a:hover,
.tab_idx > li.on > a{ box-shadow:0 0 1em .125em rgba(0,0,0,.1); color:var(--mainColor); border-color:var(--mainColor)}

/**/
.nm_page_tt{font-size:1.5em; text-align: center; margin:80px auto 30px;}
.nm_page_tt .nmb{width:50px; height: 50px; line-height: 50px; border-radius: 50%; background-color: var(--mainColor); display: inline-block; color:#fff; margin-right:5px;}
.page_tt{font-size:2em; font-weight: 600;}
.page_stt{font-size:1.45em; font-weight: 600;}
.page_tx{font-size:1.125em; font-weight: 300;}
.page_stx{font-size:1em; font-weight: 300;}









/**/
.c1{color:var(--mainColor)}
.c2{color:#574b48}
.c3{color:rgb(85 116 97)}
.bg_c1{background:#f9f9f9;}
.bg_c2{background:#f4f3ee;}
.fs01{font-family: 'SeongdongMyoungjo';}
.titW{margin-bottom: 4em;}
.titW .tt{font-size:2.375em; font-weight: 300;}
.titW .ttA{font-size:2.750em; font-weight:600; font-family: var(--fs_01);}
.titW .ttB{font-size:1.3125em; color:#333}



/*소개*/





/*인사말*/
.greetW{margin-bottom:6em;}
.greetW .cont_box .def_intro .in .img_z{width:40%; padding-left:4em;}
.greetW .cont_box .def_intro .in .img_z .bgfix{height: 680px;} 
.greetW .cont_box .def_intro .in .txt_z{width:60%; padding:3em 4em 3em 0;}
.greetW .cont_box .def_intro .in .txt_z .page_tt{margin-bottom:35px;}
.greetW .cont_box .def_intro .in .txt_z .page_tx{ margin-bottom:15px;}
.greetW .cont_box .def_intro .in .txt_z .page_tx.ceo_name{margin-top:55px; font-weight:600; position: relative;}
.greetW .cont_box .def_intro .in .txt_z .page_tx.ceo_name .tx{letter-spacing: 2px;}
.greetW .cont_box .def_intro .in .txt_z .page_tx.ceo_name .in_name{position: absolute; top: -20px; margin-left: 20px;}
.greetW.st{padding:6em 0; position: relative; backdrop-filter: blur(5px);}
.greetW.st:before{content:''; display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: #fff; opacity: .8;}
.greetW.st .tit_box{width: 35%;}
.greetW.st .page_stt{font-weight:400;} 
.greetW.st .page_tt span{font-size:1.25em;}
.greetW.st .page_tt.fs01{font-weight:400;}
.greetW.st .page_tt{margin-bottom:10px;}
.greetW.st .tit{font-size: 2.75em; font-weight:600; margin-bottom:10px;}
.greetW.st .gr_list{width:65%; margin-top: 2em; margin-left: auto;}
.greetW.st .gr_list > li{/*width: 33.33%;*/ padding-left: 48px;}
.greetW.st .gr_list .ti{font-size:1.125em; font-weight:600; margin-bottom:10px;}
.greetW.st .gr_list .tt{font-weight:300; color:#333; line-height:1.6;}

/*오시는길*/
.locationW{margin-top: 4em;}
.locationW .state{width:10em; display:inline-block;}
.root_daum_roughmap .cont .section.lst{display:none}
.loc_02_02 .location_info {position: relative;}
.loc_02_02 .location_info .map_cont{width:50%;}
.loc_02_02 .map_cont .root_daum_roughmap .wrap_controllers{display:none;}
.loc_02_02 .map_cont .root_daum_roughmap_landing .border2{display:block;}
.loc_02_02 .location_info .info_box {width:50%; padding-right:2em;  z-index: 30; min-height: 400px; position:relative; align-content: center;}
.loc_02_02 .location_info .info_box .in_icon{font-size:6.5em; color:rgba(0,0,0,.05); margin-bottom: 20px; position: absolute; bottom:0; right:40px; display:none}
.loc_02_02 .location_info .info_box .page_stt{margin-bottom:25px;}
.loc_02_02 .location_info .info_box ul > li:not(:last-child){margin-bottom:1.5em; border-bottom: 1px solid #ddd; padding-bottom: 1.5em;}
.loc_02_02 .location_info .info_box ul > li .tt{margin-bottom:5px; font-size:1.250em; font-weight:600;}

.link_btn{}
.link_btn .xi{font-size: 1.5em; padding-right:.5em}



/*더이음*/



 
/*프로그램*/
.programW{}
.programW .titW .ttB{letter-spacing: 10px}
.programW .reserv_box{width: 530px; background:#f9f9f9; color:#333; margin-top:20px; margin-bottom:4em; padding:1em 1.5em; margin-left: auto;}
.programW .reserv_box .xi{margin-right:10px;}
.programW .reserv_box .link_btn{width: 146px; font-weight:600; padding: 2px 20px; background-color: #03c75a; color: #fff;}
.programW .list_box{margin-right: -4em;}
.programW .list_box > li{width: 50%;}
.programW .list_box > li .in{margin-right: 4em; margin-bottom: 3em;}
.programW .list_box > li .in .page_stt{margin-bottom: 10px;}
.programW .list_in{margin:.5em 0}
.programW .list_in li{position: relative; padding-left:25px; line-height: 1.8; font-size: .889em;}
.programW .list_in li:before{content:"\e928"; font-family:'xeicon'; position:absolute; left:0; color:#ddd;}
.programW .list_in .name{color: #222; font-weight:600; margin-right:5px}
.programW .titW .ttB.st{letter-spacing: 0;}
.programW .in_box .img_box{margin-top: 20px;}
.programW .in_box .img_box .img_z{width: 100%; height: 450px;}
.programW .in_box.st .img_box{width: 50%; margin-top: 0; padding-left: 4em;}
.programW .in_box.st .img_box .img_z{height: 750px;}
.programW .in_box.st .list_box{width: 50%; }
.programW .in_box.st .list_box{margin-right: 0; padding-right: 4em;}
.programW .in_box.st .list_box > li{width: 100%;}
.programW .in_box.st .list_box > li .in{margin-right: 0;}

	@media screen and (max-width:1024px) {
		.programW .list_box{margin-right: 0;}
		.programW .list_box > li{width: 100%;}
		.programW .list_box > li .in{margin-right: 0;}
		.programW .list_box > li .in .page_stt{margin-bottom: 5px;}
		.programW .in_box .img_box .img_z{height: 400px;}
		.programW .in_box.st .list_box{width: 100%; padding-right: 0;}
		.programW .in_box.st .img_box{width: 100%; padding-left: 0;}
		.programW .in_box.st .img_box .img_z{height: 400px;}
	}
	@media screen and (max-width:768px) {
		.programW .list_box > li .in{margin-bottom: 2em;}
		.programW .reserv_box{width: 100%; margin-bottom: 3em; font-size: .937em;}
		.programW .in_box .img_box .img_z{height: 300px;}
	}
	@media screen and (max-width:500px) {
		.programW .reserv_box{display: block;}
		.programW .reserv_box .link_btn{width: 125px; margin-top: 10px; margin-left: auto; padding: 2px 10px;}
		.programW .in_box .img_box .img_z{height: 200px;}
		
	}



/* 상담하기 */
.qnaW{}
.qnaW .cont_box .img_box{width: 50%; padding-right: 0;}
.qnaW .cont_box .img_box .img_z{width: 100%; height: 520px; margin-bottom: 20px;}
.qnaW .cont_box .txt_box{width: 50%; padding-left: 4em;}
.qnaW .cont_box .txt_box .page_tt{margin-bottom:20px;} 
.qnaW .cont_box .txt_box .page_tx{line-height:1.8;}
.qnaW .cont_box .txt_box .btn_more{display: inline-block; font-size: 1.125em; margin-top: 3em; padding: 12px 30px; background-color: #fae100; color: #3c1e1e; font-weight: 600;}
.qnaW .cont_box .txt_box .btn_more .xi{margin-right:5px;}

/* 1:1문의 */
.in_bow .page_tt{margin-bottom:10px; color:#222;}
.in_bow .page_tx{margin-bottom:40px; color:#333;}