src/main/webapp/publish/css/button.css src/main/webapp/publish/css/content.css src/main/webapp/publish/js/content.js
src/main/webapp/publish/css/content.css src/main/webapp/publish/js/content.js
@d1894b42bddb3b0ff32908b072a917ffd0b28ae0
--- src/main/webapp/publish/css/content.css
+++ src/main/webapp/publish/css/content.css
... | ... | @@ -1800,6 +1800,89 @@ |
| 1800 | 1800 |
.kakao_intro_cont .note ul li:nth-child(5){font-weight: 400; font-size: 14px; color: #fff; margin: 3px 0 7px 10px; background-color: #002c9a; width: 260px; height: 32px; line-height: 31px; text-align: center; border-radius: 5px;}
|
| 1801 | 1801 |
.kakao_intro_cont .note ul li:nth-child(5):hover{box-shadow: 0 0 8px rgba(0,0,0,0.5);}
|
| 1802 | 1802 |
|
| 1803 |
+ |
|
| 1804 |
+/* api - 소개 */ |
|
| 1805 |
+.send_top .api_guide_cont {background-color: #fff;padding: 30px 40px;border-radius: 10px;}
|
|
| 1806 |
+.api_guide_cont .api_visual_image {margin:0 0 57px 0; }
|
|
| 1807 |
+.api_guide_cont .api_intro {margin:20px 0 0 0;}
|
|
| 1808 |
+.api_guide_cont .api_intro ,.service ,.use{width: 1220px; background-color: #f2f2f2; border-radius: 10px; padding:0 55px; box-sizing: border-box;}
|
|
| 1809 |
+.api_guide_cont .api_intro ,.service ,.use .title{margin: 0 auto;}
|
|
| 1810 |
+.api_guide_cont .api_intro .title h3 {font-family:'yg-jalnan'; font-size: 28px; text-align: center; padding-top: 55px;}
|
|
| 1811 |
+.api_guide_cont .api_intro .title-line .left-line{width: 395px; height: 2px; background-color: #949aa5; border-radius: 1.5; float: left; margin-top: -15px;}
|
|
| 1812 |
+.api_guide_cont .api_intro .title-line .right-line{width: 395px; height: 2px; background-color: #949aa5; border-radius: 1.5; float: right; margin-top: -15px;}
|
|
| 1813 |
+.api_guide_cont .api_intro .con { padding:0 0 50px 0; margin:30px 0 0 0; }
|
|
| 1814 |
+.api_guide_cont .api_process_guide {display: flex; margin: 0 0 20px 0;}
|
|
| 1815 |
+.api_guide_cont .api_process_guide li{position: relative; width: calc((100% - 60px)/4); padding: 0; border-radius: 5px; margin: 0 60px 0 0; text-align: center;}
|
|
| 1816 |
+.api_guide_cont .api_process_guide li::after{position: absolute; content: " "; width: 33px; height: 33px; background-image: url(/publish/images/api_intro_cont/icon_api_next.png); right: -46px; top: 50%; transform: translateY(-50%); z-index: 1;}
|
|
| 1817 |
+.api_guide_cont .api_process_guide li:last-child{margin: 0 0 0 0;}
|
|
| 1818 |
+.api_guide_cont .api_process_guide li:last-child::after{display: none;}
|
|
| 1819 |
+.api_guide_cont .api_process_guide .step_title {background:#fbc72b; font-size:18px; text-align: center; border-radius:10px 10px 0 0; padding:10px 0; box-shadow: 0 0 8px rgba(0,0,0,0.2);}
|
|
| 1820 |
+.api_guide_cont .api_process_guide .step_title span {font-weight: bold; font-size: 24px;}
|
|
| 1821 |
+.api_guide_cont .api_process_guide .step_con {height:250px; background:#fff; border-radius:0 0 10px 10px; text-align: center; padding:25px 0 25px 0; box-shadow: 0 0 8px rgba(0,0,0,0.2);}
|
|
| 1822 |
+.api_guide_cont .api_process_guide dl dt {font-family: 'GmarketSansBold'; font-size: 23px; text-align: center; margin:20px 0 6px 0;}
|
|
| 1823 |
+.api_guide_cont .api_process_guide dl dd {font-family: 'Noto Sans KR', sans-serif; color:#555; font-size: 17px; font-weight: 300; line-height: 1.2; padding:0 10px;}
|
|
| 1824 |
+ |
|
| 1825 |
+/* api - 사용안내 */ |
|
| 1826 |
+.api_guide {display: none;}
|
|
| 1827 |
+.api_guide.current {display: block;}
|
|
| 1828 |
+.api_guide_cont ul.info {border:solid 3px #ddd; border-radius: 5px; padding:18px 0 18px 27px; }
|
|
| 1829 |
+.api_guide_cont ul.info li { font-size:16px; color:#666; font-weight: 300; line-height: 1.6;}
|
|
| 1830 |
+.api_guide_cont .re_cont .req_title {background:url(/publish/images/api_intro_cont/icon_api_request.jpg) 0 5px no-repeat; padding:0 0 0 30px; font-size:26px; font-weight:bold; letter-spacing: -1px; margin:40px 0 0 0;}
|
|
| 1831 |
+ /* api 사용안내, 예제 다운로드 공통 사용*/ |
|
| 1832 |
+.api_guide_cont .box {background:#f2f2f2; border-radius: 5px; padding:30px; margin: 15px 0 30px 0;}
|
|
| 1833 |
+.api_guide_cont .box .text {background:#fff; border-radius: 5px; padding:30px 25px;}
|
|
| 1834 |
+.api_guide_cont .box .text h4 {font-size:20px; color:#222; font-weight:bold; letter-spacing: -1px; }
|
|
| 1835 |
+.api_guide_cont .box .text table { width:100%; border-top: 2px solid #000; margin:10px 0 0 0;}
|
|
| 1836 |
+.api_guide_cont .box .text table tr {border-bottom:1px solid #d5d5d5; }
|
|
| 1837 |
+.api_guide_cont .box .text table th {width:210px; text-align: left; text-indent: 18px; line-height: 1.2; background:#f5f5f5; font-size:16px; padding:10px 0;}
|
|
| 1838 |
+.api_guide_cont .box .text table td {text-indent: 18px; font-weight: 200;}
|
|
| 1839 |
+ /* // api 사용안내, 예제 다운로드 공통 사용*/ |
|
| 1840 |
+.api_guide_cont .re_cont .type_table table {width:100%; margin:40px 0 7px 0;}
|
|
| 1841 |
+.api_guide_cont .re_cont .type_table table thead th {border-top:1px solid #000; border-left:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5; background:#f7f7f7; padding: 15px 0; }
|
|
| 1842 |
+.api_guide_cont .re_cont .type_table table thead th:first-child {border-left:none;}
|
|
| 1843 |
+.api_guide_cont .re_cont .type_table table td {border-bottom:1px solid #e5e5e5; text-align: center; padding:20px 0; border-right:1px solid #e5e5e5; font-weight: 300;}
|
|
| 1844 |
+.api_guide_cont .re_cont .type_table table td .font_b {font-weight:400;}
|
|
| 1845 |
+.api_guide_cont .re_cont .type_table table td .select_o {color:#002c9a; font-weight: 400;}
|
|
| 1846 |
+.api_guide_cont .re_cont .type_table table td .select_x {color:#e40000; font-weight: 400;}
|
|
| 1847 |
+.api_guide_cont .re_cont .type_table table td:last-child {border-right: none;}
|
|
| 1848 |
+.api_guide_cont .re_cont .type_table .table_info {font-size:15px; color:#555; font-weight: 300; margin:0 0 30px 0;}
|
|
| 1849 |
+.api_guide_cont .re_cont .type_table .table_info p {padding:5px 0;}
|
|
| 1850 |
+.api_guide_cont .re_cont .box .code_view {background:#292d3e; border-radius: 5px; color:#fff; padding:32px 0 32px 43px; margin:15px 30px 30px 30px;}
|
|
| 1851 |
+.api_guide_cont .re_cont .box .title {font-size:20px; color:#222; font-weight:bold; letter-spacing: -1px; text-indent: 28px;}
|
|
| 1852 |
+.api_guide_cont .re_cont .box .title_t1 {text-indent: 28px;}
|
|
| 1853 |
+.api_guide_cont .re_cont .box .title_t1 .ex {font-size:20px; color:#222; font-weight:bold; letter-spacing: -1px;}
|
|
| 1854 |
+.api_guide_cont .re_cont .box .title_t1 .ex_success { font-size:15px; color:#002c9a; font-weight: 300; background: #fff; border:1px solid #002c9a; border-radius: 3px; padding:0 5px 2px 5px; margin:0 0 0 10px; }
|
|
| 1855 |
+.api_guide_cont .re_cont .box .title_t1 .ex_fail { font-size:15px; color:#e40000; font-weight: 300; background: #fff; border:1px solid #e40000; border-radius: 3px; padding:0 5px 2px 5px; margin:0 0 0 10px; }
|
|
| 1856 |
+.api_guide_cont .re_cont .box .code_view .l_code {text-indent:18px; }
|
|
| 1857 |
+.api_guide_cont .re_cont .box .code_view .l_code_t1 {text-indent:98px;}
|
|
| 1858 |
+.api_guide_cont .re_cont .box .code_view .l_code_t2 {text-indent:63px;}
|
|
| 1859 |
+.api_guide_cont .re_cont .box .code_view .m_code {text-indent:110px; }
|
|
| 1860 |
+.api_guide_cont .re_cont .box .code_view .indent {text-indent:50px }
|
|
| 1861 |
+.api_guide_cont .re_cont .box .code_view .indent .indent_t1 {text-indent:80px; }
|
|
| 1862 |
+.api_guide_cont .re_cont .box .code_view .indent .indent_t1 .indent_t2 {text-indent:108px;}
|
|
| 1863 |
+.api_guide_cont .re_cont .box .code_view .indent p {padding:8px 0;}
|
|
| 1864 |
+.api_guide_cont .re_cont .box .code_view .indent p span {color:#fbc72b;}
|
|
| 1865 |
+.api_guide_cont .re_cont .res_title {background:url(/publish/images/api_intro_cont/icon_api_response.jpg) 0 5px no-repeat; padding:0 0 0 30px; font-size:26px; font-weight:bold; letter-spacing: -1px; margin:60px 0 -20px 0;}
|
|
| 1866 |
+ |
|
| 1867 |
+/* api - 예제 다운로드 */ |
|
| 1868 |
+.download_cont {display: none;}
|
|
| 1869 |
+.download_cont.current {display: block;}
|
|
| 1870 |
+.api_guide_cont .api_download .list_tab_wrap2.type2 {margin:30px 0;}
|
|
| 1871 |
+.api_guide_cont .api_download .btn_area {text-align:center; padding:30px 0 50px 0; }
|
|
| 1872 |
+.api_guide_cont .api_download .btnType.btnType11 {color:#fff; background:#002c9a; width:230px; height:50px; font-size:18px; font-weight:400; border-radius: 5px; padding:0 20px;}
|
|
| 1873 |
+ |
|
| 1874 |
+/* api - 신청/관리 */ |
|
| 1875 |
+.api_guide_cont .api_admin {margin:0 0 60px 0; }
|
|
| 1876 |
+.api_guide_cont .api_admin .admin_title {font-size:20px; font-weight:bold; letter-spacing: -1px; margin:0 0 10px 0;}
|
|
| 1877 |
+.api_guide_cont .api_admin .tb_wrap_t1{ width: 100%; border: 1px solid #ccc; border-radius: 5px; margin-bottom: 10px; box-sizing: border-box; border-bottom: 0 none;}
|
|
| 1878 |
+.api_guide_cont .api_admin .admin_info { font-size:14px; font-weight:300; color:#555; margin:0 0 5px 0;}
|
|
| 1879 |
+.api_guide_cont .api_admin .input_box {background: #f2f2f2; border-radius:5px; padding:17px 17px 17px 30px; text-indent:20px; margin:15px 0 8px 0;}
|
|
| 1880 |
+.api_guide_cont .api_admin .input_box .box_in {background: url(/publish/images/api_intro_cont/icon_api_input.png) 0 8px no-repeat; font-size:16px;}
|
|
| 1881 |
+.api_guide_cont .api_admin .input_box input {border:1px solid #d5d5d5; border-radius:5px; width:400px; padding:2px 0 5px 10px;}
|
|
| 1882 |
+.api_guide_cont .api_admin .input_box input::placeholder {font-size:14px; color:#ababab;}
|
|
| 1883 |
+.api_guide_cont .api_admin .btnType.btnType2 {float:right; padding:0 20px 0 20px; font-size:16px; letter-spacing: -1px;}
|
|
| 1884 |
+ |
|
| 1885 |
+ |
|
| 1803 | 1886 |
@keyframes rotate-loading {
|
| 1804 | 1887 |
0% {transform:rotate(0)}
|
| 1805 | 1888 |
100% {transform:rotate(360deg);}
|
--- src/main/webapp/publish/js/content.js
+++ src/main/webapp/publish/js/content.js
... | ... | @@ -615,7 +615,6 @@ |
| 615 | 615 |
$(".fee_cont").not($tabCn).removeClass("current");
|
| 616 | 616 |
$(".fee_cont").not($tabCn).fadeOut(0);
|
| 617 | 617 |
|
| 618 |
- |
|
| 619 | 618 |
currTabId = tabId; |
| 620 | 619 |
|
| 621 | 620 |
} |
... | ... | @@ -724,6 +723,9 @@ |
| 724 | 723 |
|
| 725 | 724 |
$(".rev_content").not($tabCn).removeClass("current");
|
| 726 | 725 |
$(".rev_content").not($tabCn).fadeOut(0);
|
| 726 |
+ |
|
| 727 |
+ $(".api_guide").not($tabCn).removeClass("current");
|
|
| 728 |
+ $(".api_guide").not($tabCn).fadeOut(0);
|
|
| 727 | 729 |
|
| 728 | 730 |
currTabId = tabId; |
| 729 | 731 |
|
... | ... | @@ -812,6 +814,25 @@ |
| 812 | 814 |
} |
| 813 | 815 |
|
| 814 | 816 |
|
| 817 |
+// list tab3 버튼 |
|
| 818 |
+function listTab3(obj, tabId) {
|
|
| 819 |
+ var $tab = $(obj).closest("li");
|
|
| 820 |
+ $tab.addClass("active");
|
|
| 821 |
+ $tab.find("button").attr("title", "선택됨");
|
|
| 822 |
+ $tab.siblings("li.tab").removeClass("active");
|
|
| 823 |
+ $tab.siblings("li.tab").find("button").removeAttr("title");
|
|
| 824 |
+ |
|
| 825 |
+ var $tabCn = $("#listTab3_" + tabId);
|
|
| 826 |
+ $tabCn.fadeIn(0); |
|
| 827 |
+ $tabCn.addClass("current");
|
|
| 828 |
+ |
|
| 829 |
+ $(".download_cont").not($tabCn).removeClass("current");
|
|
| 830 |
+ $(".download_cont").not($tabCn).fadeOut(0);
|
|
| 831 |
+ |
|
| 832 |
+ currTabId = tabId; |
|
| 833 |
+ |
|
| 834 |
+} |
|
| 835 |
+ |
|
| 815 | 836 |
|
| 816 | 837 |
|
| 817 | 838 |
// 주소록 관리 팝업 |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?