@charset "utf-8";

/*사이트맵*/
.s0501 { display:inline-block; width:100%; padding-bottom:160px; background:url(/img/05site/s0101bg.gif) no-repeat right bottom;}
.s0501 .area{float:left;width:150px;margin-right:40px;}
.s0501 .area.sub_area01 { margin-left:10px; }
.s0501 .area.sub_area04 { margin-right:0; }

.s0501 .area dl { width:100%; }
.s0501 .area dl dt{padding:20px 0 25px 10px;color:#222;font-size:22px;font-family: 'NotoKrB';border-bottom:2px solid #191919;}
.s0501 .area dl dd ul{width:100%;padding:10px 0;}
.s0501 .area dl dd ul li a{display:block;padding:10px 10px;color:#444;font-size:15px;font-family: 'NotoKrB';}
.s0501 .area dl dd ul li a:hover{ color:#ffba08; }
.s0501 .area dl dd ul li ul{margin-bottom:15px;padding:0;}
.s0501 .area dl dd ul li ul li a{padding:2px 10px;font-size:13px;color:#888;font-family: 'NotoKrR';}
.s0501 .area dl dd ul li ul li a:hover{color:#ffba08;}
.s0501 .area.sub_area01 dl dt{background:url(/img/05site/s0101icon01.gif) no-repeat right 50%;}
.s0501 .area.sub_area02 dl dt{background:url(/img/05site/s0101icon02.gif) no-repeat right 50%;}
.s0501 .area.sub_area03 dl dt{background:url(/img/05site/s0101icon03.gif) no-repeat right 50%;}
.s0501 .area.sub_area04 dl dt{background:url(/img/05site/s0101icon04.gif) no-repeat right 50%;}


/*본인인증*/
.s0504{display:inline-block;width:100%;}
.s0504 .box{float:left;width:50%;height:175px;text-align:center;word-break:keep-all;padding-top:185px;}
.s0504 .box.box01{background:url(/img/05site/s0401img.jpg) no-repeat center top;border-right:1px solid #dfdfdf;margin-left:-1px;}
.s0504 .box.box02{background:url(/img/05site/s0401img02.jpg) no-repeat center top;}
.s0504 .box .tit{font-size:20px;font-family: 'NotoKrM';color:#222;}
.s0504 .box .txt{width:270px;display:inline-block;padding-top:15px;font-size:13px;color:#888;}
.s0504 .box a{margin-top:25px;}


/********************모바일********************/
@media(max-width:736px){

/*사이트맵*/
.s0501{padding-bottom:0;background:none;}
.s0501 .area{width:50%;padding:0 12px;box-sizing:border-box;margin-right:0;}
.s0501 .area.sub_area01{margin-left:0;}
.s0501 .area.sub_area01,
.s0501 .area.sub_area02{height:420px;}

.s0501 .area dl dt{padding:20px 0 15px 5px;font-size:18px;}
.s0501 .area dl dd ul li a{padding:5px 10px;font-size:14px;}


/*본인인증*/
.s0504 .box{float:none;width:100%;height:auto;padding-top:185px;overflow:hidden;}
.s0504 .box.box01{border-right:none;margin-left:0;border-bottom:1px solid #dfdfdf;margin-bottom:20px;padding-bottom:30px;}
.s0504 .box .txt{width:90%;}
.s0504 .box a{margin-top:20px;}



}

/********************웹********************/
@media(min-width:737px){









}