@charset "utf-8";

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/NotoSansKR-Thin.woff2) format('woff2'),
       url(../fonts/NotoSansKR-Thin.woff) format('woff'),
       url(../fonts/NotoSansKR-Thin.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/NotoSansKR-Light.woff2) format('woff2'),
       url(../fonts/NotoSansKR-Light.woff) format('woff'),
       url(../fonts/NotoSansKR-Light.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 400;
   src: url(../fonts/NotoSansKR-Regular.woff2) format('woff2'),
        url(../fonts/NotoSansKR-Regular.woff) format('woff'),
        url(../fonts/NotoSansKR-Regular.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 500;
   src: url(../fonts/NotoSansKR-Medium.woff2) format('woff2'),
        url(../fonts/NotoSansKR-Medium.woff) format('woff'),
        url(../fonts/NotoSansKR-Medium.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 700;
   src: url(../fonts/NotoSansKR-Bold.woff2) format('woff2'),
        url(../fonts/NotoSansKR-Bold.woff) format('woff'),
        url(../fonts/NotoSansKR-Bold.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 900;
   src: url(../fonts/NotoSansKR-Black.woff2) format('woff2'),
        url(../fonts/NotoSansKR-Black.woff) format('woff'),
        url(../fonts/NotoSansKR-Black.otf) format('opentype');
}
@font-face {
   font-family: 'JejuMyeongjo';
   font-style: normal;
   font-weight: 900;
   src: url(../fonts/JejuMyeongjo.ttf) format('truetype');
}

/*공통*/
body{font-family:'Noto Sans KR', '맑은 고딕', sans-serif;-webkit-text-size-adjust:100%;}
input[type="checkbox"]{width:15px;height:15px;}
input[type="radio"]{width:15px;height:15px;}
input[type="text"]{height:25px;line-height:25px;border:1px solid #dadada;font-size:13px;text-indent:5px;}
input[type="file"]{height:20px;line-height:20px;border:1px solid #dadada;font-size:13px;text-indent:5px; margin-right: 5px}
input[type="password"]{height:25px;line-height:25px;border:1px solid #ebebeb;font-size:13px;text-indent:5px;}
textarea{font-family:'Noto Sans KR', '맑은 고딕', sans-serif;border:1px solid #ebebeb;}
select{height:25px;border:1px solid #dadada;font-size:13px; padding:3px}


/* main_layout */
#wrap{font-weight:300;font-size:14px;line-height:150%;width:100%; color:#000}
#header{width:100%;}
#header .head_info{width:100%; margin: 10px 0; position: relative}
#header .head_info h1{float: left; padding: 0 0 10px 10px}
#header .head_info .head_right{float: right}
#header .head_info .head_right ul{overflow: hidden}
#header .head_info .head_right ul li{display:block; margin:0 10px; float: left; font-size: 12px}
#header .head_info .head_right strong{font-weight: 700}
#header .gnb_warp{float: left; width:100%;}
#header .gnb_warp > ul{display: inline-block; overflow: hidden; width:100%; background-color:#222736;}
#header .gnb_warp > ul li {float: left; font-size:17px; }
#header .gnb_warp > ul li a{color:#fff; display: block; padding:7px 30px 10px 30px; font-weight:500}
#header .gnb_warp > ul li a:hover{color:#FDD428; padding:7px 30px 10px 30px}
#header .gnb_warp > ul li a.active{color:#FDD428; padding:7px 30px 10px 30px}



#header .gnb_warp .open_fullmenu{position:absolute;top:40px;padding: 21px;height:16px;right:0;}
#header .fullmenu_wrap{position:absolute;display:none;left:0;right:0;top:93px;background:#fff;z-index:1000;/*background:#fff url(../img/bg_fullmenu_wrap.jpg) repeat-x center 60px;*/border-bottom:1px solid #dcdcdc;}
#header .fullmenu_wrap .fullmenu_list{max-width:100%;margin:0 auto;position:relative;}
#header .fullmenu_wrap .fullmenu_list .close_fullmenu{position:absolute;right:0;top:0;padding:22px;height:16px;}
#header .fullmenu_wrap .fullmenu_list > ul{overflow:hidden;padding:20px; margin-left: 50px}
#header .fullmenu_wrap .fullmenu_list > ul > li{float:left;}
#header .fullmenu_wrap .fullmenu_list .m_1 > li{width:100%}
#header .fullmenu_wrap .fullmenu_list .m_2 > li{width:50%}
#header .fullmenu_wrap .fullmenu_list .m_3 > li{width:33.33%}
#header .fullmenu_wrap .fullmenu_list .m_4 > li{width:25%}
#header .fullmenu_wrap .fullmenu_list .m_5 > li{width:20%}
#header .fullmenu_wrap .fullmenu_list .m_6 > li{width:16.66%}
#header .fullmenu_wrap .fullmenu_list .m_7 > li{width:14.28%}
#header .fullmenu_wrap .fullmenu_list .m_8 > li{width:12.5%}
#header .fullmenu_wrap .fullmenu_list .m_9 > li{width:11.11%}
#header .fullmenu_wrap .fullmenu_list .m_10 > li{width:10%}
#header .fullmenu_wrap .fullmenu_list > ul > li > a{font-size:16px;color:#000;padding:20px 0;font-weight:500;}
#header .fullmenu_wrap .fullmenu_list > ul > li > a:hover{color:#cc3333;border-bottom-color:#0063b2;}
#header .fullmenu_wrap .fullmenu_list > ul > li > a:focus{color:#cc3333;border-bottom-color:#0063b2;}
#header .fullmenu_wrap .fullmenu_list > ul > li > a.on{color:#cc3333;border-bottom-color:#0063b2;}
#header .fullmenu_wrap .fullmenu_list > ul > li:hover > a{color:#cc3333;border-bottom-color:#0063b2;}
#header .fullmenu_wrap .fullmenu_list > ul > li:focus > a{color:#cc3333;border-bottom-color:#0063b2;}
#header .fullmenu_wrap .fullmenu_list > ul > li.on > a{color:#cc3333;border-bottom-color:#0063b2;}
#header .fullmenu_wrap .fullmenu_list > ul > li > ul{padding:20px 0 0 0}
#header .fullmenu_wrap .fullmenu_list > ul > li > ul > li{padding-bottom:7px;}
#header .fullmenu_wrap .fullmenu_list > ul > li > ul > li > a{font-size:13px;color:#000;line-height:130%;}
#header .fullmenu_wrap .fullmenu_list > ul > li > ul > li > a:hover{color:#cc3333;}
#header .fullmenu_wrap .fullmenu_list > ul > li > ul > li > a:focus{color:#cc3333;}
#header .fullmenu_wrap .fullmenu_list > ul > li > ul > li > a.on{color:#cc3333;}

/*full 3depth
#header .fullmenu_wrap .fullmenu_list > ul > li > ul > li > ul{padding-top:10px;}
#header .fullmenu_wrap .fullmenu_list > ul > li > ul > li > ul > li > a{display:block;font-size:14px;color:#666;line-height:150%;background:url(../images/ico_bul01.png) no-repeat left 8px;padding-left:10px;}
#header .fullmenu_wrap .fullmenu_list > ul > li > ul > li > ul > li > a:hover{text-decoration:underline;}
#header .fullmenu_wrap .fullmenu_list > ul > li > ul > li > ul > li > a:focus{text-decoration:underline;}
#header .fullmenu_wrap .fullmenu_list > ul > li > ul > li > ul > li > a.on{text-decoration:underline;}
*/




#content_wrap{position: relative;float: left; width:100%}
#content_wrap #lnb{ width:220px; position: absolute; border-right: 1px solid #e2e2e2;}
#content_wrap #lnb h2 {height:70px;padding-top:30px;text-align:center;font-size:24px;color:#000;line-height:130%;font-weight:700;letter-spacing:-1px;border-bottom:1px solid #ebebeb;}
#content_wrap #lnb ul > li{border-top:1px solid #ebebeb;border-bottom:1px solid #ebebeb;background:url(../images/lnb_bg.png) 13px 23px no-repeat}
#content_wrap #lnb ul > li:first-child{border-top:0;}
#content_wrap #lnb ul > li > a{display:block;font-size:15px;color:#333;height:48px;line-height:48px;padding-left:20px;font-weight:400;letter-spacing: -0.025em}
#content_wrap #lnb ul > li > a.on{color:#000; background:#e6e6e6 url(../img/lnb_bg.png) 13px 25px no-repeat}
#content_wrap #lnb ul > li > a:hover{text-decoration: underline}
#content_wrap #lnb ul > li > a.active{text-decoration: underline}


#content_wrap #lnb ul > li > ul{border:0px;}
#content_wrap #lnb ul > li > ul > li{border-top:0px;}
#content_wrap #lnb ul > li > ul > li:last-child{margin-bottom:20px}
#content_wrap #lnb ul > li > ul > li > a{display:block;font-size:14px;color:#333;height:30px;line-height:30px;background:#fff;padding-left:35px;font-weight:300;}
/*#container > .inner #snb ul > li > ul > li > a.on{color:#fff;background:#00af9d;}*/
#content_wrap #lnb ul > li > ul > li > a.on{color:#00af9d;background:#fff;}
#content_wrap #contents{margin-left: 220px;overflow: hidden;border-left: 1px solid #e2e2e2; }
#content_wrap #contents > .inner{padding:10px 20px;; min-height:730px;}
#content_wrap #contents > .inner h3{font-size: 18px;font-weight: 500;margin-bottom: 20px;color:#000;}
#content_wrap #contents > .inner h4{font-size:16px; font-weight: 500; margin-bottom:5px; color:#001ba1}

#contents > .inner > .path{overflow:hidden;border-bottom:1px solid #dbdbdb; margin-bottom:20px}
#contents > .inner > .path > .inner{overflow:hidden;margin:0 auto;padding:10px 0;}
#contents > .inner > .path > .inner > ul{overflow:hidden;float:left;}
#contents > .inner > .path > .inner > ul > li{float:left;background:url(../images/ico_arrow.png) no-repeat left center;padding:0 10px 0 15px;}
#contents > .inner > .path > .inner > ul > li > a{display:block;font-size:13px;color:#838383;}
#contents > .inner > .path > .inner > ul > li:first-child{background:none;padding-left:0;}


#content_wrap #contents > .inner .cols_area{position: relative}
#content_wrap #contents > .inner .cols_area .left_col{float: left;width:40%; margin-right:2%}
#content_wrap #contents > .inner .cols_area .left_col .tree_area{padding: 10px 20px; border:1px solid #eaeaea}

#content_wrap #contents > .inner .cols_area .right_col{float: right; width:58%}

#footer{width:100%; position: relative;float: left}
#footer p {font-size:12px; color:#909090;padding:20px 0;border-top: 1px solid #d5d5d5; text-align: center}
#footer .go_btn{position:fixed; bottom: 10px;right:0;}
#footer .go_btn ul li{margin: 10px}



/*tab*/

.tab_area{padding-bottom:20px; width:100%}
.tab_area > ul{overflow:hidden;}
.tab_area > ul > li{float:left;width:20%;}
.tab_area > ul > li > a{display:block;border:1px solid #ddd;text-align:center;padding:10px 0;margin:1px;font-size:15px;color:#666;letter-spacing:-1px}
.tab_area > ul > li > a:hover{color:#fff;background:#757575;border:1px solid #757575;}
.tab_area > ul > li > a:focus{color:#fff;background:#757575;border:1px solid #757575;}
.tab_area > ul > li > a.on{color:#fff;background:#757575;border:1px solid #757575;}
.tab_area.t_1 > ul > li{width:100%}
.tab_area.t_2 > ul > li{width:50%}
.tab_area.t_3 > ul > li{width:33.33%}
.tab_area.t_4 > ul > li{width:25%}
.tab_area.t_5 > ul > li{width:20%}



/*btn area*/
.btn_area{width:100%;float: left; margin-bottom:20px}
.btn_area_2{float: left;}


.span_right{display: block; float: right; font-size: 12px }
.span_left{display: block; float: left;font-size: 12px }
.file_img{color:#0025B3; text-decoration: underline; margin-right:5px}
.file_img img{margin-right:5px}


.center{text-align: center}
.left{text-align: left}
.right{text-align: right}


.btn_large{padding:5px 20px 8px 20px;font-size:14px;}
.btn_medium{padding:5px 10px 7px 10px; font-size:13px;}
.btn_small{padding:3px 10px 5px 10px; font-size:12px;}/*none border*/
.btn_small2{padding:4px 10px 5px 10px; font-size:12px;}/*none border*/
.btn_xsmall{padding: 0px 5px 2px 5px;font-size:12px;line-height:24px}
.btn_login{padding:5px 20px 8px 20px;font-size:14px; width:100%; background-color:#424242; outline: 0; border: 0; color:#fff; padding: 15px 0; margin-top:15px; font-size:14px;}
.btn_login2{background-color:#424242; width:100%; color:#fff; padding: 15px 0; font-size:14px;display: block;margin-top:15px}


/*color set*/
.bt_grey{background-color:#676767; color:#fff;border:1px solid #676767}
.bt_white{background-color:#fff; color:#333; border:1px solid #676767;}
.bt_white_2{background-color:#fff; color:#202020; border:1px solid #e3e3e3;}
.bt_blue{background-color:#1b55da; color:#fff;border:1px solid #1b55da}
.bt_deep_blue{background-color:#3154a3; color:#fff;border:1px solid #1b55da}
.bt_red{background-color:#fa2828; color:#fff;border:1px solid #ff0000}
.bt_light_grey{background-color:#828282; color:#fff;border:1px solid #676767}


.f_400{font-weight:400}
.f_500{font-weight:500}
.f_700{font-weight:700}

/*border set*/
.border_1px{border:1px solid #999; box-sizing: border-box}


/**/

.search_area{margin-bottom:15px}

.board_list{position:relative;clear: both;}

.board_total{font-size: 13px;display: inline-block; width: 100%}
.board_total .left{float: left;}
.board_total .right{float:right;}
.board_total .right > span{margin-left:20px}
.board_total .right > span strong{font-weight:900; margin-left:5px; color:#000}



/*table layout*/
.table{margin-bottom:20px;width:100%}
.table th, .table td{padding:10px;text-overflow: ellipsis;word-break: break-all;} 
.table .left{text-align: left;}
.table .center{text-align: center}
.table .right{text-align: right}


/*table layout list_style*/
.table-cols{border-top:1px solid #000}
.table-cols > tbody > tr > th{background-color:#f8f5f5}
.table-cols > tbody > tr > th, .table-cols > tbody > tr > td {border-bottom:1px solid #d2d2d2}
.table-cols input{margin-right: 5px}
.table-cols label{margin-right: 10px}


.rows_table{}
.table_rows{width:100%;border-collapse:collapse; table-layout: inherit}
.table_rows thead{background-color:#dfe1e6;font-size:15px; font-weight:300}
.table_rows th{color:#000}
.table_rows td{border-bottom:1px solid #d2d2d2;border-left:1px solid #d2d2d2;text-align:center;font-size:14px;color:#333;line-height:150%;letter-spacing:-0.5px;}
.table_rows td:first-child{border-left: none}
.table_rows input[type="checkbox"]{margin:3px; vertical-align: top}


/*table layout detail_view style*/
.table_view{border-top:1px solid #333;width:100%;font-size:14px;float: left}
.table_view th{color:#333;line-height:150%;background:#f2f7fb;border-bottom:1px solid #d2d2d2;border-left:1px solid #d2d2d2;text-align:left;font-weight:500;padding:10px 0 10px 15px}
.table_view th:first-child{border-left:none}
.table_view td{border-bottom:1px solid #d2d2d2;border-left:1px solid #d2d2d2;text-align:left;color:#333;}
.table_view input{margin-right:5px}
.table_view img{max-width:90%}
.table_view label{margin-right: 15px}
.table_view textarea{margin-bottom: 5px}

.table_view .reply_area div:last-child{/* border-bottom: none */}
.table_view .reply{display:inline-block;width:100%; border-bottom: 1px dotted #d2d2d2; padding:10px 0}
.table_view .reply .re_left{float: left; width:80%;}
.table_view .reply .re_left span{font-size: 13px;/* color:#3e3e3e */}
.table_view .reply .re_left span b{font-weight: 700;margin-right:10px;color: #000}
.table_view .reply .re_right{float: right; text-align: right;margin-top: 10px}


/*board style*/
.gallery_list > ul{overflow:hidden;margin-left:-3%;margin: 0; padding: 0;}
.gallery_list > ul > li{float:left;width:24%;margin-left:1%;margin-bottom:0%;display:block;border:1px solid #ebebeb;padding-bottom:0px;box-sizing: border-box}
.gallery_list > ul > li .img{margin-bottom:10px;padding-bottom: 0;height:250px;overflow:hidden;}
.gallery_list > ul > li .img img{width: 100%;height:250px;}
.gallery_list > ul > li .tit{font-size:14px;color:#000;line-height:150%;margin:15px 20px;height:45px;overflow:hidden;}
.gallery_list > ul > li .tit input{margin-top: 5px}
.gallery_list > ul > li .tit p {display: inline; padding: 10px 0}
.gallery_list > ul > li .period{border-top:1px solid #ebebeb;margin:0 20px;padding:10px 0;text-align:left;}
/*.programRegi .program_list > ul > li a .period ul li{color:#666;font-size:11px;font-family:'돋움';}*/
.gallery_list > ul > li .period ul li{color:#666;font-size:13px;}





/*paging*/
.btnDefault{border:1px solid #c4c4c0;width:32px;height:32px;line-height:32px;text-align: center}
.paging{text-align:center;padding-bottom:40px; width: 100%}
.paging a{display:inline-block;border:1px solid #c4c4c0;width:32px;height:32px;line-height:32px;text-align: center}
.paging strong{display:inline-block;border:1px solid #1e75d6;width:32px;height:32px;line-height:32px;color:#1e75d6;text-align: center}
.paging a:hover{display:inline-block;border:1px solid #1e75d6;width:32px;height:32px;line-height:32px;color:#1e75d6;font-weight:bold;}
.paging a:focus{display:inline-block;border:1px solid #1e75d6;width:32px;height:32px;line-height:32px;color:#1e75d6;font-weight:bold;}
.paging a.on{display:inline-block;border:1px solid #1e75d6;width:32px;height:32px;line-height:32px;color:#1e75d6;font-weight:bold;}
.paging a.btn{border:0;width:auto;height:34px;vertical-align:top}


.re_paging{text-align:right;width: 100%}
.re_paging a{display:inline-block;border:1px solid #c4c4c0;width:22px;height:22px;line-height:22px; font-size:12px; padding:0 2px; text-align: center}
.re_paging a:hover{display:inline-block;border:1px solid #1e75d6;width:22px;height:22px;line-height:22px;color:#1e75d6;font-weight:bold;}
.re_paging a:focus{display:inline-block;border:1px solid #1e75d6;width:22px;height:22px;line-height:22px;color:#1e75d6;font-weight:bold;}
.re_paging a.on{display:inline-block;border:1px solid #1e75d6;width:22px;height:22px;line-height:22px;color:#1e75d6}
.re_paging a.btn{border:0;width:auto;height:22px;vertical-align:top}




/*info text&*/
.info01{background:url(../images/ico01.png)left 2px no-repeat; padding-left: 20px;font-size: 13px;line-height:16px;display: inline-block;}
.info02{background:url(../images/ico02.png)left 2px no-repeat; padding-left: 20px;font-size: 13px;line-height:16px;display: inline-block;}







/*width size*/
.w_50{width:50px}
.w_100{width:100px}
.w_150{width:150px}
.w_200{width:200px}
.w_250{width:250px}
.w_300{width:300px}
.w_350{width:350px}
.w_400{width:400px}

.w_10_p{width:10%}
.w_20_p{width:20%}
.w_30_p{width:30%}
.w_40_p{width:40%}
.w_50_p{width:50%}
.w_60_p{width:60%}
.w_70_p{width:70%}
.w_80_p{width:80%}
.w_90_p{width:90%}
.w_100_p{width:100%}

/*height size*/
.h_50{height:50px}
.h_100{height:100px}
.h_150{height:150px}
.h_200{height:200px}
.h_250{height:250px}
.h_300{height:300px}
.h_350{height:350px}
.h_400{height:400px}


/*margin*/
.m_5px{margin:5px 0}

/*font-color*/
.red{color:#e60000}
.light_grey{color:#828282}
.grey{color:#676767}
.blue{color:#1b55da}




/*login  20200728 수정*/
#login_wrap{margin: 0 auto; text-align: center}
#login_wrap .login_area{width:450px;display: block;margin: 250px auto 0;}
#login_wrap .login_area h1{margin-bottom: 20px;text-align: center;}
#login_wrap .login_area h2{margin-bottom: 30px;text-align: center; font-size:30px; font-weight: 500; color:#000; letter-spacing: -0.05em;}
#login_wrap .login_area .form_area{width:100%;display: block;padding: 20px;box-sizing: border-box;background-color:#f6f6f6;border:1px solid #ededed;}
#login_wrap .login_area .form_area dl{overflow: hidden; width: 100%}
#login_wrap .login_area .form_area dl dt{float: left; font-size: 15px;width:15%; line-height: 65px}
#login_wrap .login_area .form_area dl dd{float: left; width:85%; box-sizing: border-box}
#login_wrap .login_area .form_area dl dd input{height:50px; border:1px solid #d6d6d6; width:90%; margin:10px 0;}

#login_wrap .login_area .form_area a.log_btn{background-color:#424242; width:100%; color:#fff; padding: 15px 0; font-size:14px;display: block;margin-top:15px}
#login_wrap .login_area .login_info{display: block; width:100%; margin-top: 15px; background:url(../images/ico01.png)left 5px no-repeat; padding-left:20px; font-size:13px; color:#000; text-align: left}


/*20200728 추가*/

.data_input{width:1080px;}
.data_input .tour_box{width: 100%; padding:15px; box-sizing: border-box; border:1px solid #ededed}
.data_input .tour_box .top_info{margin-bottom:30px;/* border-bottom: 1px solid #666; */}
.data_input .tour_box .top_info .photo_area{width: 100%; }
.data_input .tour_box .top_info .photo_area img{width: 100%;height: auto}
.data_input .tour_box .top_info h2{font-size: 24px;font-weight: 500;color:#000;margin: 20px 0;line-height: 40px;}
.data_input .tour_box .top_info h2 span{margin-left: 20px;display: inline-block;color:#888888;font-weight:300;font-size: 16px;}
.data_input .tour_box .top_info .info_body{font-size: 17px;line-height: 170%;}
.data_input .tour_box .bottom_info{}
.data_input .tour_box .bottom_info .bottom_title{font-size:20px;line-height: 40px; font-weight: 500}
.data_input .tour_box .bottom_info .bottom_sub{font-size:18px;line-height: 40px; font-weight: 500}
.data_input .tour_box .bottom_info dl{overflow: hidden}
.data_input .tour_box .bottom_info dl dt{float: left;width: 15%;font-weight: 500;}
.data_input .tour_box .bottom_info dl dd{/* width:80%; */line-height: 150%;}
.data_input .tour_box .bottom_info ul{overflow: hidden}
.data_input .tour_box .bottom_info ul li{width:32.5%; margin: 5px 5px; text-align: center; float: left}
.data_input .tour_box .bottom_info ul li:first-child{margin-left:0}
.data_input .tour_box .bottom_info ul li img{width: 100%;}
.data_input .tour_box .bottom_info ul li span{display: block; text-align: center; margin: 10px; font-size: 14px}

.list-checkbox {
    display: none;
}
.desc {
     max-height: 0px;
     overflow: hidden;
     transition: 0.5s;
 }
.desc > div {
    margin: 10px;
}
.list-checkbox:checked + .title + .desc {
    max-height: 1000px;
}

.placeTr {
	cursor: pointer;
}


/*jentalk_ai  20240617*/
#jentalk_ai_wrap{margin: 0 auto; text-align: center}
#jentalk_ai_wrap .jentalk_ai_area{width:800px;display: block;margin: 50px auto 50px;}
#jentalk_ai_wrap .jentalk_ai_area h1{margin-bottom: 20px;text-align: center;}
#jentalk_ai_wrap .jentalk_ai_area h2{margin-bottom: 30px;text-align: center; font-size:30px; font-weight: 500; color:#000; letter-spacing: -0.05em;}
#jentalk_ai_wrap .jentalk_ai_area .form_area{width:100%;display: block;padding: 20px;box-sizing: border-box;background-color:#f6f6f6;border:1px solid #ededed;}
#jentalk_ai_wrap .jentalk_ai_area .form_area dl{overflow: hidden; width: 100%}
#jentalk_ai_wrap .jentalk_ai_area .form_area dl dt{float: left; font-size: 16px;width:20%; line-height: 50px; text-align: left;}
#jentalk_ai_wrap .jentalk_ai_area .form_area dl dd{float: left; width:80%; box-sizing: border-box; text-align: left;}
#jentalk_ai_wrap .jentalk_ai_area .form_area dl dd input{height:30px; border:1px solid #d6d6d6; margin:10px 0; font-size:15px; width:99%;}


/* drawer */

.drawer {
  display: none;
}
.drawer__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  opacity: 0;
  
  transition: opacity 0.3s;
  will-change: opacity;
  background-color: #000;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;      
}

.drawer__header {
  /* Optional */
  padding: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
}

.drawer__close {
  /* Optional */
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='15px' height='16px' viewBox='0 0 15 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='2.-Menu' transform='translate(-15.000000, -13.000000)' stroke='%23000000'%3E%3Cg id='Group' transform='translate(15.000000, 13.521000)'%3E%3Cpath d='M0,0.479000129 L15,14.2971819' id='Path-3'%3E%3C/path%3E%3Cpath d='M0,14.7761821 L15,-1.24344979e-14' id='Path-3'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  margin-left: 1rem;
}

.drawer__wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  max-width: 500px;
  z-index: 9999;
  overflow: auto;
  
  transition: transform 0.3s;
  will-change: transform;
  background-color: #fff;
 
  display: flex;
  flex-direction: column; 

  -webkit-transform: translate3d(103%, 0, 0);
  transform: translate3d(103%, 0, 0); /* extra 3% because of box-shadow */ 
  
  -webkit-overflow-scrolling: touch; /* enables momentum scrolling in iOS overflow elements */

  /* Optional */
  box-shadow: 0 2px 6px #777;
}

.drawer__content {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
  flex-grow: 1;
}

.drawer--left .drawer__wrapper {
  left: 0;
  right: auto;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.drawer.is-active {
  display: block;
}

.drawer.is-visible .drawer__wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.drawer.is-visible .drawer__overlay {
  opacity: 0.5;
}
