/* BASIC css start */
.header_bg_com {display:none;}
/* 상단 카테고리 */
#header { margin:0px;padding:0px;position:relative;}
#mheader {display: flex; justify-content: space-between; align-items: center; height:100%; width:100%;}
#mheader div.top_logo {display:block; margin-left:24px;}
#mheader div.top_logo a {display:none; color:#fff; font-size:18px; font-weight:700; line-height: 32px; letter-spacing:0.16em; -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out;}
#mheader div.top_logo a.logo_white {display:block; }
#mheader div.top_menu {display: flex; align-items: center; margin:0 24px 0 0;}
#mheader div.top_menu img {height:24px;-webkit-transition: .3s ease-in-out; transition: .3s ease-in-out;}
#mheader div.top_menu .msearch {position:relative; margin-right:24px;}
#mheader div.top_menu .mcate_bt {position:relative;}
#mheader div.top_menu .msearch img:last-child {position:absolute; left:0; opacity:0; visibility:hidden;}
#mheader div.top_menu .mcate_bt img:last-child {position:absolute; left:0; opacity:0; visibility:hidden;}

/* 상단 카테고리(고정) */
div#comment_top {position:absolute; top:0px;  margin:0 auto; padding:0px; height:80px;border-bottom:none; width:100%;background: transparent ; z-index:1000; -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; }
div#comment_top.fixed {position: fixed; top:0px; background-color:rgba(255,255,255); border-bottom:1px solid #e8e8e8; box-sizing:border-box; z-index:1000; height:80px;}
div#comment_top.fixed #mheader {height:100%; }
#comment_top.fixed #mheader .top_logo a {color:#1a1a1a;}
#comment_top.fixed div.top_logo a.logo_white {display:none;}
#comment_top.fixed div.top_logo a.logo_black {display:block;}
#comment_top.fixed div.top_menu .msearch img:first-child {opacity:0; visibility:hidden;}
#comment_top.fixed div.top_menu .mcate_bt img:first-child {opacity:0; visibility:hidden;}
#comment_top.fixed div.top_menu .msearch img:last-child {opacity:1; visibility:visible;}
#comment_top.fixed div.top_menu .mcate_bt img:last-child {opacity:1; visibility:visible;}

.sub_title_t00 {font-size:28px; font-weight:700; color:#1a1a1a; line-height:32px; text-align:center;}
.sub_title_t01 {font-size:16px; font-weight:700; color:#1a1a1a; line-height:24px; text-align:center;}
.sub_title_t02 {font-size:14px; font-weight:400; color:#6a6a6a; line-height:24px;text-align:center;margin-top:8px;}


#page_container > .wrap {margin:0 auto ; text-align:center;}

.sub02_sec01 {margin:56px 0 57px;}
.sub02_sec01 .sub_title_t00{margin-bottom:32px;}
.sub02_sec01 img {height:40px;}

.sub02_sec02 {margin:0 auto;width:85%;word-break: keep-all;}
.sub02_sec02 .img_wrap {margin-top:24px;}
.sub02_sec02 .img_wrap .box span {display:block;}
.sub02_sec02 .img_wrap .box span:last-child {margin:16px 0 57px;}
.sub02_sec02 .img_wrap .box img {height:180px;}

.sub02_sec03 {margin:20px auto 40px;width:85%;word-break: keep-all;padding-top:20px;}
.sub02_sec03  .img_wrap {margin-top:24px;}
.sub02_sec03  .img_wrap img {height:180px;}
.sub02_sec03 .img_wrap .box {margin-bottom:24px;}


.sub02_sec04 {margin:0 auto;width:85%}
.sub02_sec04  .img_wrap {margin-top:24px;}
.sub02_sec04  .img_wrap img {height:80px}
.sub02_sec04 .img_wrap .box {margin-bottom:24px;}
.sub02_sec04 .link {height:48px;background:#1a1a1a;width:160px;text-align:center;margin: 32px auto 0;}
.sub02_sec04 .link a {display:block;color:#fff;font-size:16px;font-weight:700;line-height:48px;text-align:center;}
/* BASIC css end */

