@charset "utf-8";


/********************
*********************
****** common *******
*********************
*********************/

#pc .pc_sub { display:block; }
#pc .mobile_sub { display:none; }
#mobile .pc_sub { display:none; }
#mobile .mobile_sub { display:block; padding:0 2%; }

#pc .pc_img { display:block; }
#pc .mobile_img { display:none; }
#mobile .pc_img { display:none; }
#mobile .mobile_img { display:block; width:100%;}

#mobile .mobile_sub h2, #mobile .mobile_sub h3 { color:#224ecc !important; }
#mobile .mobile_sub .strong, #mobile .mobile_sub .strong a { color:#363636 !important; }
#mobile .mobile_sub h2 { font-size:15px }
#mobile .mobile_sub p{margin:0 0 20px 0}
#mobile .mobile_sub .box{padding:10px;background:#ececec;border-radius:5px;margin-bottom:5px}

/* 탭버튼 */
.myTab{border-bottom:1px solid #d6d6d6;}
.myTab li{display:inline-block;width:200px;float:left;border:1px solid #d6d6d6;border-bottom:none;text-align:center;margin:20px 0 0 -2px}
.myTab li a{display:block;padding:20px 0;background:#fff;color:#353535;border-top:3px solid #fc8324;font-size:16px;}
.myTab li a.selected{background:#fc8324;color:#fff;font-weight:bold;}
.myTab li:first-child{border-left:1px solid #d6d6d6}


/* table */
.pc_sub .table { width:500px; border-top:3px solid #f37400; border-left:none; border-right:none; margin:20px 0; border-collapse:collapse; }
.pc_sub .table th,.table td { border:1px solid #e3e3e3; padding:15px 0 15px 15px;text-align:left}
.pc_sub .table caption {font-size:0;text-indent:-9999px;}

/* table */
.sub0105_table { width:100%; border-top:3px solid #1D6F9E; border-left:none; border-right:none; margin:20px auto; border-collapse:collapse; }
.sub0105_table th,.sub0105_table td { border:1px solid #e3e3e3; padding:15px 0 15px 15px;text-align:left !important;}
#mobile .sub0105_table th,#mobile .sub0105_table td { padding:15px 5px;}

.pc_sub h2{margin-top:100px}
.pc_sub h2:first-child{margin-top:0}
.pc_sub p{color:#979797 !important;line-height:1.8em}
.pc_sub p strong{color:#363636 !important}

.sub0403_thumb{margin:40px 0 0;zoom:1}
.sub0403_thumb:after{content:"";clear:both;display:block}
.sub0403_thumb li{float:left;margin-right:10px}

