|
@@ -11,7 +11,7 @@
|
11
|
* {margin: 0; padding: 0;letter-spacing: -1px; box-sizing: border-box; text-align: center; font-family: 'KoPub Dotum', 'serif'; list-style: none;}
|
11
|
* {margin: 0; padding: 0;letter-spacing: -1px; box-sizing: border-box; text-align: center; font-family: 'KoPub Dotum', 'serif'; list-style: none;}
|
12
|
section {}
|
12
|
section {}
|
13
|
form.area_full{display:flex; flex-direction:column; height:calc(100vh - 49px);}
|
13
|
form.area_full{display:flex; flex-direction:column; height:calc(100vh - 49px);}
|
14
|
-form.put_btn{display:flex; flex-direction:column; height:calc(100vh - 96px);}
|
|
|
|
|
14
|
+form.put_btn{display:flex; flex-direction:column; height:calc(100vh - 93px);}/* 96px */
|
15
|
body{background: #fff; position: relative; width: 100%; height: 100%; font-family: 'KoPub Dotum';
|
15
|
body{background: #fff; position: relative; width: 100%; height: 100%; font-family: 'KoPub Dotum';
|
16
|
overflow:scroll-y;
|
16
|
overflow:scroll-y;
|
17
|
-webkit-overflow-scrolling:touch;}
|
17
|
-webkit-overflow-scrolling:touch;}
|
|
@@ -303,14 +303,14 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
|
303
|
#ITP_SIDEBAR .itp_nav .itp_svgs .itp_svg_in {position:relative;}
|
303
|
#ITP_SIDEBAR .itp_nav .itp_svgs .itp_svg_in {position:relative;}
|
304
|
#ITP_SIDEBAR .itp_nav .itp_svgs li {width:100%; height:40px; border-top: 1px solid #ddd;}
|
304
|
#ITP_SIDEBAR .itp_nav .itp_svgs li {width:100%; height:40px; border-top: 1px solid #ddd;}
|
305
|
#ITP_SIDEBAR .itp_nav .itp_svgs li:first-child {border-top:none;}
|
305
|
#ITP_SIDEBAR .itp_nav .itp_svgs li:first-child {border-top:none;}
|
306
|
-#ITP_SIDEBAR .itp_nav .itp_svgs li a {display:block; width:100%; color:#333; padding:8px 10px 5px 17px;}
|
|
|
307
|
-#ITP_SIDEBAR .itp_nav .itp_svgs li:first-child a {padding-top:9px;}
|
|
|
|
|
306
|
+#ITP_SIDEBAR .itp_nav .itp_svgs li a {display:block; width:100%; color:#333; padding:10px 10px 5px 17px;}
|
|
|
307
|
+#ITP_SIDEBAR .itp_nav .itp_svgs li:first-child a {padding-top:11px;}
|
308
|
#ITP_SIDEBAR .itp_nav .itp_svgs li:last-child a {padding-bottom:10px;}
|
308
|
#ITP_SIDEBAR .itp_nav .itp_svgs li:last-child a {padding-bottom:10px;}
|
309
|
#ITP_SIDEBAR .itp_nav .itp_svgs li a:hover, #ITP_SIDEBAR .itp_nav .itp_svgs li a:active {color:#000; font-weight:bold;}
|
309
|
#ITP_SIDEBAR .itp_nav .itp_svgs li a:hover, #ITP_SIDEBAR .itp_nav .itp_svgs li a:active {color:#000; font-weight:bold;}
|
310
|
-#ITP_SIDEBAR .itp_nav .itp_svgs li a .glyphicon {font-size:9px; float:left; margin:4px 6px 0 0;}
|
|
|
|
|
310
|
+#ITP_SIDEBAR .itp_nav .itp_svgs li a .glyphicon {font-size:9px; float:left; margin:2px 6px 0 0;}
|
311
|
#ITP_SIDEBAR .itp_nav .itp_svgs li a .itp_icon {font-size:9px; float:left; margin:4px 6px 0 15px;}
|
311
|
#ITP_SIDEBAR .itp_nav .itp_svgs li a .itp_icon {font-size:9px; float:left; margin:4px 6px 0 15px;}
|
312
|
#ITP_SIDEBAR .itp_nav .itp_svgs li a .itp_icon_5 {font-size:9px; float:left; margin:4px 6px 0 25px;}
|
312
|
#ITP_SIDEBAR .itp_nav .itp_svgs li a .itp_icon_5 {font-size:9px; float:left; margin:4px 6px 0 25px;}
|
313
|
-#ITP_SIDEBAR .itp_nav .itp_svgs li a .itp_tt {float:left; font-size:14pt;}
|
|
|
|
|
313
|
+#ITP_SIDEBAR .itp_nav .itp_svgs li a .itp_tt {float:left; font-size:11pt;}
|
314
|
|
314
|
|
315
|
#ITP_SIDEBAR.itp_open_nav .nav_bottom {position: fixed; width: 70%; left: -0%; background: #eee; opacity: 1; z-index: 13; transition: all 0.5s;}
|
315
|
#ITP_SIDEBAR.itp_open_nav .nav_bottom {position: fixed; width: 70%; left: -0%; background: #eee; opacity: 1; z-index: 13; transition: all 0.5s;}
|
316
|
#ITP_SIDEBAR.itp_open_nav .nav_bottom .fnMenuNm {color:#0000ff;}
|
316
|
#ITP_SIDEBAR.itp_open_nav .nav_bottom .fnMenuNm {color:#0000ff;}
|