@charset "utf-8";

/* 내용관리 */
@media screen and (min-width:1201px) {
.conpage { overflow:hidden; background-color:#eaeaea; }
.conpage > div > ul { display:flex; }
.conpage > div > ul > li { width:50%; }
.conpage #leftbox { padding:70px; }
.conpage #leftbox > h2 { font-family:'GS_B'; font-size:27px; margin-bottom:20px; }
.conpage #leftbox ul li { display:flex; padding:10px 0; }
.conpage #leftbox ul li h3 { width:80px; font-family:'BING'; font-size:21px; }
.conpage #leftbox ul li p { width:calc(100% - 80px); color:#333; padding:4px 0 0; }
.conpage #leftbox img { width:80%; }
.conpage #rightbox { overflow:hidden; height:850px; }
.conpage #rightbox img { height:100%; }
}

@media screen and (max-width:1200px) and (min-width:901px) {
.conpage { overflow:hidden; background-color:#eaeaea; }
.conpage > div > ul { display:flex; }
.conpage > div > ul > li { width:50%; }
.conpage #leftbox { padding:30px; }
.conpage #leftbox > h2 { font-family:'GS_B'; font-size:27px; margin-bottom:20px; }
.conpage #leftbox ul li { display:flex; padding:10px 0; }
.conpage #leftbox ul li h3 { width:80px; font-family:'BING'; font-size:21px; }
.conpage #leftbox ul li p { width:calc(100% - 80px); color:#333; padding:4px 0 0; }
.conpage #leftbox img { width:80%; }
.conpage #rightbox { overflow:hidden; height:850px; }
.conpage #rightbox img { height:100%; }
}

@media screen and (max-width:900px) {
.conpage { overflow:hidden; background-color:#eaeaea; }
.conpage #leftbox { padding:30px; }
.conpage #leftbox > h2 { font-family:'GS_B'; font-size:27px; margin-bottom:20px; }
.conpage #leftbox ul li { display:flex; padding:10px 0; }
.conpage #leftbox ul li h3 { width:80px; font-family:'BING'; font-size:21px; }
.conpage #leftbox ul li p { width:calc(100% - 80px); color:#333; padding:4px 0 0; }
.conpage #leftbox img { width:80%; }
.conpage #rightbox { overflow:hidden; }
.conpage #rightbox img { width:100%; }
}

