/*공통*/
.con1280 {width: 100%; padding:0 15px;}
.c_title h2 {font-size: 13px; font-family: 'Roboto',sans-serif; font-weight: 500; color:#0053dd; text-transform: uppercase; letter-spacing: 3px;}
.c_title h1 {font-size: 24px; font-family: 'NanumSquare',sans-serif; font-weight: 900; color:#000; margin: 15px 0;}
.c_title p {font-size: 14px; font-weight: 300; color:#777; line-height: 25px; word-break: keep-all;}

.pd_con_wrap {width: 100%;}

.sub_h1 {font-size: 18px; color:#333; font-weight: 700; font-family: 'NanumSquare',sans-serif; position: relative; padding-left: 25px; padding-bottom: 10px; border-bottom: 1px solid #ddd;}
.sub_h1 i {font-size: 25px; color:#0053dd;position: absolute; left: 0; top: -3px;}

/*Content CSS*/
#pd1 {text-align: center; padding-bottom: 60px;}
#pd1 .pd_con_wrap {margin-top: 60px; }
#pd1 .pd_con_wrap .con1280 {}
#pd1 .pd_con_wrap .con1280 .box {width: 100%; margin-bottom: 60px;}
#pd1 .pd_con_wrap .con1280 .box:last-child {margin-bottom: 0;}

#pd1 .box .img ul {display: flex; flex-direction: column; align-items: center;}
#pd1 .box .img ul li {width: 100%; text-align: center; border: 1px solid #ddd; max-width: 600px;}
#pd1 .box .img ul li img {width: 100%;}
#pd1 .box:nth-child(1) .img ul li:nth-child(1) {background: #ccc;}
#pd1 .box:nth-child(1) .img ul li:nth-child(2) {background: #fefcfe; border-top:0;}
#pd1 .box:nth-child(2) .img ul li:nth-child(1) {background: #cdebf3;}
#pd1 .box:nth-child(2) .img ul li:nth-child(2) {background: #fefcfe; border-top:0;}

#pd1 .box .txt {text-align: left; margin-top: 30px;}
#pd1 .box .txt ul {margin-top: 15px;}
#pd1 .box .txt ul li {font-size: 14px; color:#666; line-height: 26px; position: relative; font-weight: 300; padding-left: 12px; margin-bottom: 5px; letter-spacing: -.5px;
word-break: keep-all;}
#pd1 .box .txt ul li::before {width: 5px; height: 5px; background: #0053dd; display: block; content: ""; position: absolute; top: 11px; left: 0;}


@media screen and (max-width:1200px) {
}

@media screen and (max-width: 960px) {
}

@media screen and (max-width: 640px) {
}
