년 - 년
대한산업경영학회 산업융합연구(구 대한산업경영학회지) 제16권 제4호 2018.12 pp.33-46
※ 기관로그인 시 무료 이용이 가능합니다.
4,600원
개인신용평가는 은행이 대출을 승인할 때 수익성 있는 의사결정을 적절히 유도할 수 있는 효과적인 도구이다. 최근 많은 분류 알고리즘 및 모델이 개인신용평가에 사용되고 있다. 개인신용평가 기법은 대체로 통계적 방법과 비 통계 적 방법으로 구분된다. 통계적 방법에는 선형회귀분석, 판별분석, 로지스틱 회귀분석, 의사결정나무 등이 포함된다. 비 통 계적 방법에는 선형계획법, 신경망, 유전자 알고리즘 및 Support Vector Machines 등이 포함된다. 그러나 신용평가모형 개발을 위해 어떠한 방법이 최선인지에 관해서는 일관된 결론을 내리기는 어렵다. 본 논문에서는 중국 금융기관의 개인 신용 데이터를 사용하여 가장 대표적인 신용평가 기법인 로지스틱 회귀분석, 신경망 그리고 Support Vector Machines의 성능을 비교하고자 한다. 구체적으로, 세 가지 모형을 각각 구축하여 고객을 분류하고 분석 결과를 비교하였다. 분석결과 에 따르면, Support Vector Machines이 로지스틱 회귀분석과 신경망보다 더 나은 성능을 가지는 것으로 나타났다.
Personal credit scoring is an effective tool for banks to properly guide decision profitably on granting loans. Recently, many classification algorithms and models are used in personal credit scoring. Personal credit scoring technology is usually divided into statistical method and non-statistical method. Statistical method includes linear regression, discriminate analysis, logistic regression, and decision tree, etc. Non-statistical method includes linear programming, neural network, genetic algorithm and support vector machine, etc. But for the development of the credit scoring model, there is no consistent conclusion to be drawn regarding which method is the best. In this paper, we will compare the performance of the most common scoring techniques such as logistic regression, neural network, and support vector machines using personal credit data of the financial institution in China. Specifically, we build three models respectively, classify the customers and compare analysis results. According to the results, support vector machine has better performance than logistic regression and neural networks.
Two dimensional reduction technique of Support Vector Machines for Bankruptcy Prediction
한국경영정보학회 한국경영정보학회 정기 학술대회 2007년 International Conference 2007.06 pp.608-613
※ 기관로그인 시 무료 이용이 가능합니다.
4,000원
Prediction of corporate bankruptcies has long been an important topic and has been studied extensively in the finance and management literature because it is an essential basis for the risk management of financial institutions. Recently, support vector machines (SVMs) are becoming popular as a tool for bankruptcy prediction because they use a risk function consisting of the empirical error and a regularized term which is derived from the structural risk minimization principle. In addition, they don't require huge training samples and have little possibility of overfitting. However. in order to Use SVM, a user should determine several factors such as the parameters ofa kernel function, appropriate feature subset, and proper instance subset by heuristics, which hinders accurate prediction results when using SVM In this study, we propose a novel hybrid SVM classifier with simultaneous optimization of feature subsets, instance subsets, and kernel parameters. This study introduces genetic algorithms (GAs) to optimize the feature selection, instance selection, and kernel parameters simultaneously. Our study applies the proposed model to the real-world case for bankruptcy prediction. Experimental results show that the prediction accuracy of conventional SVM may be improved significantly by using our model.
Customer Level Classification Model Using Ordinal Multiclass Support Vector Machines KCI 등재
한국경영정보학회 Asia Pacific Journal of Information Systems 제20권 제2호 2010.06 pp.23-37
※ 기관로그인 시 무료 이용이 가능합니다.
4,800원
Conventional Support Vector Machines (SVMs) have been utilized as classifiers for binary classification problems. However, certain real world problems, including corporate bond rating, cannot be addressed by binary classifiers because these are multi-class problems. For this reason, numerous studies have attempted to transform the original SVM into a multiclass classifier. These studies, however, have only considered nominal classification problems. Thus, these approaches have been limited by the existence of multiclass classification problems where classes are not nominal but ordinal in real world, such as corporate bond rating and multiclass customer classification. In this study, we adopt a novel multiclass SVM which can address ordinal classification problems using ordinal pairwise partitioning (OPP). The proposed model in our study may use fewer classifiers, but it classifies more accurately because it considers the characteristics of the order of the classes. Although it can be applied to all kinds of ordinal multiclass classification problems, most prior studies have applied it to finance area like bond rating. Thus, this study applies it to a real world customer level classification case for implementing customer relationship management. The result shows that the ordinal multiclass SVM model may also be effective for customer level classification.
한국차세대컴퓨팅학회 한국차세대컴퓨팅학회 학술대회 The 10th International Conference on Next Generation Computing 2024 2024.11 pp.235-238
The duration of an inpatient stay affects hospital administration and improves hospital effectiveness in terms of controlling expenses and raising patient standards. It also assists in identifying the correlations among illnesses requiring hospitalization. For our study, we took 24,150 records from of the Open Data database pertaining to inpatient admissions in 2023. We used a number of methods, including Neural Networks, Deep Learning, Linear Regression, and Support Vector Machines, to predict the Length of Stay (LOS). We converted the data to numerical form for predictive purposes, dividing the dataset into 70% for training and 30% for testing. We assessed the model's performance using Root Mean Squared Error (RMSE) and split the forecast into four LOS categories: 0-2, 3-4, 5-7, and 8 days or more. The study also employed the Apriori algorithm to identify illness association rules that could impact LOS estimates. The results showed that identifying illness correlations is one element that might aid in enhancing the capacity to predict LOS.
Multi-Class SVM+MTL for the Prediction of Corporate Credit Rating with Structured Data KCI 등재
한국경영정보학회 Asia Pacific Journal of Information Systems 제25권 제3호 2015.09 pp.579-596
※ 기관로그인 시 무료 이용이 가능합니다.
5,200원
Many studies have focused on the prediction of corporate credit rating using various data mining techniques. One of the most frequently used algorithms is support vector machines (SVM), and recently, novel techniques such as SVM+ and SVM+MTL have emerged. This paper intends to show the applicability of such new techniques to multi-classification and corporate credit rating and compare them with conventional SVM regarding prediction performance. We solve multi-class SVM+ and SVM+MTL problems by constructing several binary classifiers. Furthermore, to demonstrate the robustness and outstanding performance of SVM+MTL algorithm over other techniques, we utilized four typical multi-class processing methods in our experiments. The results show that SVM+MTL outperforms both conventional SVM and novel SVM+ in predicting corporate credit rating. This study contributes to the literature by showing the applicability of new techniques such as SVM+ and SVM+MTL and the outperformance of SVM+MTL over conventional techniques. Thus, this study enriches solving techniques for addressing multi-class problems such as corporate credit rating prediction.
Ordinal Multiclass SVM Classifiers for Customer Classification
한국경영정보학회 한국경영정보학회 정기 학술대회 그린IT와 경제위기 극복 2009.06 pp.378-382
※ 기관로그인 시 무료 이용이 가능합니다.
4,000원
Support vector machines (SVMs) were originally designed for binary classification problems. However, some real-world multiclass problems including corporate bond rating can’t be solved by the binary classifier. For this reason, many researchers have tried to extend original SVM to multiclass classification. However, their studies have only focused on classifying samples into nominal categories. But, their approaches also have a limitation because there are multiclass classification problems whose classes are ordinal in real world. In this study, we propose ordinal multiclass SVMs which apply ordinal pairwise partitioning (OPP) to conventional SVMs in order to handle ordinal multiple classes efficiently and effectively. Our suggested model may use less classifier but predict more accurately because it utilizes characteristics of the order of the classes. We apply it to the real-world customer classification case for validating the proposed model. The result shows that the proposed multiclass SVM models improve classification performance.
An Application of Support Vector Machines in Bankruptcy Prediction Model
한국경영정보학회 한국경영정보학회 정기 학술대회 2004년 춘계학술대회 2004.06 pp.516-523
※ 기관로그인 시 무료 이용이 가능합니다.
4,000원
The Application of Multiclass Support Vector Machines to the Prediction of Corporate Bond Rating
한국경영정보학회 한국경영정보학회 정기 학술대회 지식기반산업과 IT Convergence 2008.11 pp.352-357
※ 기관로그인 시 무료 이용이 가능합니다.
4,000원
Corporate credit-rating prediction using statistical and artificial intelligence (AI) techniques has received considerable research attention in the literature. In recent years, multiclass support vector machines (MSVMs) have become a very appealing machine-learning approach due to their good performance. Until now, researchers have proposed a variety of techniques for adapting support vector machines (SVMs) to multiclass classification, since SVMs were originally devised for binary classification. However, the studies that applied MSVMs in predicting bond rating just adopted a few techniques. This study is designed to evaluate all MSVM techniques proposed in the literature for the prediction of corporate bond rating in Korea. To do this, we applied six different techniques of MSVMs, and compared the prediction performances. We also examined some modified version of conventional MSVM techniques.
한국경영정보학회 Asia Pacific Journal of Information Systems 제21권 제2호 2011.06 pp.43-58
※ 기관로그인 시 무료 이용이 가능합니다.
4,900원
Support vector machines (SVMs), a machine learning technique, has been applied to not only binary classification problems such as bankruptcy prediction but also multi-class problems such as corporate credit ratings. However, in general, the performance of SVMs can be easily worse than the best alternative model to SVMs according to the selection of predictors, even though SVMs has the distinguishing feature of successfully classifying and predicting in a lot of dichotomous or multi-class problems. For overcoming the weakness of SVMs, this study has proposed an approach for selecting features for multi-class SVMs that utilize the impurity measures of classification trees. For the selection of the input features, we employed the C4.5 and CART algorithms, including the stepwise method of discriminant analysis, which is a well-known method for selecting features. We have built a multi-class SVMs model for credit rating using the above method and presented experimental results with data regarding S&P 500 companies.
Support Vector Machine을 이용한 기업부도예측 KCI 등재
한국경영정보학회 Asia Pacific Journal of Information Systems 제15권 제2호 2005.06 pp.51-63
※ 기관로그인 시 무료 이용이 가능합니다.
4,500원
다양한 다분류 SVM을 적용한 기업채권평가 KCI 등재
한국경영정보학회 Asia Pacific Journal of Information Systems 제19권 제2호 2009.06 pp.157-178
※ 기관로그인 시 무료 이용이 가능합니다.
5,800원
Corporate credit rating is a very important factor in the market for corporate debt. Information concerning corporate operations is often disseminated to market participants through the changes in credit ratings that are published by professional rating agencies, such as Standard and Poor’s (S&P) and Moody’s Investor Service. Since these agencies generally require a large fee for the service, and the periodically provided ratings sometimes do not reflect the default risk of the company at the time, it may be advantageous for bond-market participants to be able to classify credit ratings before the agencies actually publish them. As a result, it is very important for companies (especially, financial companies) to develop a proper model of credit rating.From a technical perspective, the credit rating constitutes a typical, multiclass, classification problem be-cause rating agencies generally have ten or more categories of ratings. For example, S&P’s ratings range from AAA for the highest-quality bonds to D for the lowest-quality bonds. The professional rating agencies emphasize the importance of analysts’subjective judgments in the determination of credit ratings. However, in practice, a mathematical model that uses the financial variables of companies plays an important role in determining credit ratings, since it is convenient to apply and cost efficient. . These financial variables include the ratios that represent a company’s leverage status, liquidity status, and profitability status.Several statistical and artificial intelligence (AI) techniques have been applied as tools for predicting credit ratings. Among them, artificial neural networks are most prevalent in the area of finance because of their broad applicability to many business problems and their preeminent ability to adapt. However, artificial neural networks also have many defects, including the difficulty in determining the values of the control parameters and the number of processing elements in the layer as well as the risk of over-fitting. Of late, because of their robustness and high accuracy, support vector machines (SVMs) have become popular as a solution for problems with generating accurate prediction. An SVM’s solution may be globally optimal because SVMs seek to minimize structural risk. On the other hand, artificial neural network models may tend to find locally optimal solutions because they seek to minimize empirical risk. In addition, no parameters need to be tuned in SVMs, barring the upper bound for non-separable cases in linear SVMs. Since SVMs were originally devised for binary classification, however they are not intrinsically geared for multiclass classifications as in credit ratings. Thus, researchers have tried to extend the original SVM to multiclass classification.Hitherto, a variety of techni-ques to extend standard SVMs to multiclass SVMs (MSVMs) has been proposed in the literature Only a few types of MSVM are, however, tested using prior studies that applyMSVMs to credit ratings studies..In this study, we examined six different techniques of MSVMs: (1) One-Against-One, (2) One-Against-All, (3) DAGSVM, (4) ECOC, (5) Method of Weston and Watkins, and (6) Method of Crammer and Singer. In addition, we examined the prediction accuracy of some modified version of conventional MSVM techniques. To find the most appropriate technique of MSVMs for corporate bond rating, we applied all the techniques of MSVMs to a real-world case of credit rating in Korea. The best application is in corporate bond rating, which is the most frequently studied area of credit rating for specific debt issues or other financial obligations. For our study the research data were collected from National Information and Credit Evaluation, Inc., a major bond-rating company in Korea. The data set is comprised of the bond-ratings for the year 2002 and various financial variables for 1,295 companies from the manufacturing industry in Korea.We compared the results of these techniques with one another, and with those of traditional methods for credit ratings, such as multiple discriminant analysis (MDA), multinomial logistic regression (MLOGIT), and artificial neural networks (ANNs). As a result, we found that DAGSVM with an ordered list was the best approach for the prediction of bond rating. In addition, we found that the modified version of ECOC approach can yield higher prediction accuracy for the cases showing clear patterns.
서포트 벡터 머신(SVM)을 활용한 드론과 조류의 마이크로 도플러 신호의 분석 정확도 분석 연구 KCI 등재후보
중소기업융합학회 산업과 과학 제4권 제4호 2025.07 pp.49-55
※ 기관로그인 시 무료 이용이 가능합니다.
4,000원
본 논문에서는 서포트 벡터 머신(Support Vector Machine: SVM) 기법을 사용하여 드론과 조류의 움직임을 고려하여 생성된 마이크로 도플러 신호를 분석하여 드론과 조류를 구별하는 시뮬레이션 연구를 제시하였다. 두 개체의 스펙트로그램에서 얻은 시간-주파수 특징은 분류를 위해 평균 스펙트럼 프로파일로 변환된다. SVM 분류기는 신호의 스펙 트로그램을 활용하여 학습되며, 드론과 조류의 동작 매개변수(드론 속도, 드론 블레이드 회전, 조류 날갯짓)의 변동성을 종합적으로 고려하여 분석되었다. 제안된 방법은 드론 블레이드 회전 속도 2,000rpm(±25% 잡음)과 본체 속도 8m/s(±50% 잡음)를 기반으로 한 학습 신호를 사용하여 블레이드 회전 속도가 1,600rpm 정도로 낮은 경우에도 거의 100%의 분류 정확도를 보였다. 블레이드 회전으로 인한 도플러 주파수가 본체 이동에 의한 도플러 주파수보다 상당히 높기 때문에 본체 속도가 분류 성능에 미치는 영향은 무시할 수 있다. 본 연구 결과는 소형 드론을 구별하는 데 있어 SVM 기반 분류 기술의 효과를 제시하였으며, 이 방법의 계산 효율성 측면에서 실시간 감시 시나리오에 매우 적합할 것으로 판단된다.
In this paper, a simulation study for distinguishing between drones and birds by analyzing simulated radar micro-Doppler signatures using a Support Vector Machine (SVM) classifier is presented. Time-frequency features obtained from spectrograms are condensed into average spectral profiles for classification purposes. The SVM classifier is trained using these spectrogram-based features, incorporating variability in drone and bird motion parameters to improve its generalization capability. Results show that with training signals based on a drone rotor speed of 2,000rpm(±25% noise) and body speed of 8m/s(±50% noise), the classifier achieved nearly 100% accuracy for test cases with rotor speeds as low as 1,600rpm. Since the Doppler frequency generated by wing rotation is significantly higher than that produced by body translation, the effect of body velocity on classification performance is negligible. The results confirm the effectiveness of the SVM-based technique in small drone discrimination, and its computational efficiency makes it well-suited for real-time surveillance scenarios.
中国行政区域划分研究 — 基于聚类分析与支持向量机方法的讨论 —
중국지역학회 중국지역연구 제3권 제2호 통권5호 2016.12 pp.61-83
※ 기관로그인 시 무료 이용이 가능합니다.
6,000원
Any economic and social activities are inseparable from a specific area, and in different regions often mean different development policies. China attaches great importance to the division of the region to a certain area in order to develop targeted policies. Currently, all provinces in China are divided into eastern, central, and western regions, 11 provinces in eastern region, 12 provinces in western region, and 8 provinces in central region. Since the founding, especially since the reform and opening up, China’s regional policy has undergone so many alternates between comprehensive development and focusing development, each policy adjustments have had a significant impact on the development of the relation region. Compared to the current administrative division, this article uses clustering methods to classify China provinces, and support vector machine for testing. The study found that three regions administrative division of China currently used cannot adapt to the actual development of the current situation, we must make the appropriate adjustments in order to provide a basis for the development of more targeted regional policy.
任何经济社会活动都离不开特定的区域, 处于不同的区域往往意味着不同的 发展政策。为增强宏观调控的有效性, 在中国的经济社会发展中非常重视将某一 个地区划分到一类区域当中, 从而对该区域制定有针对性的政策。目前, 中国 将所有省份分为东部、中部、西部三个区域, 东部11个省份, 西部12个省份, 中 部8个省份。建国以来, 特别是改革开放以来, 中国的区域政策经历了重点发展、 全面发展、重点发展与全面发展相结合等多次政策交替变换, 每次政策调整均对 相应区域的发展产生了重大影响。本文使用聚类方法对中国省份进行了分类, 与目前东中西行政区域划分进行对比分析, 并使用支持向量机进行检验。研究发 现, 中国目前采用的东中西行政区域划分已经不能适应目前的实际发展状况, 必 须进行相应的调整, 以便为制定更有针对性的区域政策提供参考。
Predicting of Surface Ozone Using Artificial Neural Networks and Support Vector Machines
보안공학연구지원센터(IJAST) International Journal of Advanced Science and Technology Vol.55 2013.06 pp.1-12
※ 원문제공기관과의 협약기간이 종료되어 열람이 제한될 수 있습니다.
Due to increase in industrial and anthropogenic activities, air pollution has been a serious environmental problem all over the world. It was found that harmful emission into the air is a symbol for environmental force that affects seriously man’s health, natural life and agriculture; thus leading to major loss of the nation’s economy. In this paper, the prediction of the surface ozone layer problem is explored. A comparison between two types of Artificial Neural Networks (ANN) (i.e. back propagation and Radial Basis Functions (RBF) networks) and the Support Vector Machines (SVM) techniques for short prediction of surface ozone is conclusively demonstrated. Three models which predict the expected values of the surface ozone based on three variables (i.e. Nitrogen-di-oxide, temperature and Relative Humidity) will be presented.
국제문화기술진흥원 International Journal of Advanced Culture Technology(IJACT) Volume 10 Number 1 2022.03 pp.42-46
※ 원문제공기관과의 협약기간이 종료되어 열람이 제한될 수 있습니다.
To cultivate talented people with creative and convergent thinking skills to live in the era of the 4th industrial revolution, the national curriculum of Korea is gradually emphasizing convergence education and software education. To meet the demands of the times, this paper suggests subject-convergent teaching-learning materials for educating core principles of Support Vector Machines, especially targeting elementary learners. Based on analysis of the national curriculum, achievement standards of three subjects are integrated. After printable worksheets for traditional face-to-face classes had developed, they were transformed to online interactive worksheets for non-face-to-face classes. The teaching-learning materials are expected to promote the growth of the learners’ academic motivation and knowledge.
Research on Mobile Internet User Behavior Preference Based on Support Vector Machine
보안공학연구지원센터(IJSH) International Journal of Smart Home Vol.10 No.6 2016.06 pp.247-260
※ 원문제공기관과의 협약기간이 종료되어 열람이 제한될 수 있습니다.
With the rapid development of the mobile Internet, mobile Internet users grow rapidly and the preference is more diverse, and the user's behavior is also showing a new feature. In this study, we use qualitative research and quantitative research, combined with empirical data and simulation analysis and the combination of traditional statistical analysis and modern data mining methods, to study the behavior preference of mobile Internet. Besides, we use the discrete choice model to build the binaryLogit model using SAS tools, and analyze the selected variables through data processing. Based on the significant influence factors, the behavior preference of mobile Internet users is classified by using support vector machine. The C-SVM binary classification machine is used as kernel function, and the parameters of the model and kernel function are optimized by cross validation. In this research, we introduce the support vector machine theory into the research field of the mobile Internet user behavior effectively, solve the problem of small and medium-sized samples effectively, and provide new ideas and methods for the research of mobile Internet user behavior.
ACO and SVM Selection Feature Weighting of Network Intrusion Detection Method SCOPUS
보안공학연구지원센터(IJSIA) International Journal of Security and Its Applications Vol.9 No.4 2015.04 pp.259-270
※ 원문제공기관과의 협약기간이 종료되어 열람이 제한될 수 있습니다.
Feature selection and classifier design is the key to network intrusion detection. In order to improve network intrusion detection rate for feature selection problem, this paper proposed a network intrusion detection method (ACO-FS -SVM) combining ant colony algorithm to select the features with a feature weighting SVM. First, the use of support vector machine classification accuracy and feature subset dimension construct a comprehensive fitness weighting index. Then use the ant colony algorithm for global optimization and multiple search capabilities to achieve optimal solutions feature subset search feature. And then selected the key feature of network data and calculated information gain access to various features weights and heavy weights to build support vector machine classifier based on the characteristics of network attacks right. At last, refine the final design of the local search methods to make the feature selection results without redundant features while improve the convergence resistance, and verify the data set by KDD1999 effectiveness of the algorithm. The results show that ACO-FS-SVM can effectively reduce the dimension of features, and have improved network intrusion detection accuracy and detection speed.
A Novel RFE-SVM-based Feature Selection Approach for Classification
보안공학연구지원센터(IJAST) International Journal of Advanced Science and Technology Vol.43 2012.06 pp.27-36
※ 원문제공기관과의 협약기간이 종료되어 열람이 제한될 수 있습니다.
The feature selection for classification is a very active research field in data mining and optimization. Its combinatorial nature requires the development of specific techniques (such as filters, wrappers, genetic algorithms, simulated annealing, and so on) or hybrid approaches combining several optimization methods. In this context, the support vector machine recursive feature elimination (SVM-RFE), is distinguished as one of the most effective methods. However, the RFE-SVM algorithm is a greedy method that only hopes to find the best possible combination for classification. To overcome this limitation, we propose an alternative approach with the aim to combine the RFE-SVM algorithm with local search operators based on operational research and artificial intelligence. To assess the contributions of our approach, we conducted a series of experiments on datasets from UCI Machine Learning Repository. The experimental results which we obtained are very promising and show the contribution of the local search on the classification process. The main conclusion is that the reuse of features previously removed during the RFE-SVM process improves the quality of the final classifier.
Support Vector Machines Based Adaptive Controller for Piston Hydraulic Motor SCOPUS
보안공학연구지원센터(IJCA) International Journal of Control and Automation Vol.4 No.3 2011.09 pp.31-50
※ 원문제공기관과의 협약기간이 종료되어 열람이 제한될 수 있습니다.
Speed control of hydraulic actuator is mainly desirable in diverse hydraulic systems including those for agriculture and most of them are for manufacturing. In all these systems the main demand is to accurately control the speed of the hydraulic actuator under variable operating conditions including various set-points and disturbances. In this paper a generalized predictive control (GPC) which is well known is used based on least squares support vector machines (LS-SVM) as a model reference control. The main drawback of LS-SVM is that the sparseness of standard SVM is lost which means that some of the system parameters are equal to zero. In this contribution a new method for sparseness is introduced. The electro-hydraulic servo system is modeled recursively each sample based on LS-SVM using linear kernel function avoiding linearization when radial basis function (RBF) is employed. Based on the model obtained the control signal is calculated at each sample using GPC. The presented controller performance is compared to that of self-tuning PID controller based on recursive least squares (RLS) algorithm.
보안공학연구지원센터(IJUNESST) International Journal of u- and e- Service, Science and Technology Vol.8 No.3 2015.03 pp.295-300
※ 원문제공기관과의 협약기간이 종료되어 열람이 제한될 수 있습니다.
Considering that intrusion detection systems and anomaly clearly recognize malicious activity. Nowadays, data mining based intrusion detection systems, security and more rapidly detect attacks.Therefore,in this article we use a combination of k-means clustering algorithm and is used supervised support vector machine algorithm to find the best line separator. This is leading to the separation of normal and attack traffic.
0개의 논문이 장바구니에 담겼습니다.
선택하신 파일을 압축중입니다.
잠시만 기다려 주십시오.