/* 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;}

/* 서브 페이지 02 스타일 */
.sub_title_t01 {font-size:28px; font-weight:700; color:#1a1a1a; line-height:32px; text-align:center;}
.sub_title_t02 {font-size:16px; color:#6a6a6a; line-height:24px; padding-top:8px; text-align:center;}
.sub02_sec01 {margin-top:56px;}
.sub02_sec01.last_sec {display:none; margin-top:0;}
.sub02_sec01 .sub_title_t02 {margin:0 0 40px; line-height:32px;}
.sub02_sec01 .inner {position:relative;}
.sub02_sec01 .inner:after {content:""; position:absolute; width:7px; height:7px; background:#000; border-radius:50%; top:52px; left:-3.5px; transform:translateY(-50%);}
.sub02_sec01 .inner:before {content:""; position:absolute; width:15px; height:15px; border:1px solid #000; border-radius:50%; top:52px; left:-7.5px; transform:translateY(-50%); box-sizing: border-box;}
.sub02_sec01 .his_area .inner:after {left:auto; left:-4px;}
.sub02_sec01 .his_area .inner:before {left:auto; left:-8px;}
.sub02_sec01 .his_area.his_area01 .inner:after {top:0%;}
.sub02_sec01 .his_area.his_area01 .inner:before {top:0%;}

.his_area { text-align:left; }
.his_area .inner {padding:40px 0px 40px 40px; margin-left:32px; border-left:1px solid #1a1a1a;}
.his_area.his_area01 .inner {padding:0px 0px 40px 40px;}
.sub02_sec01 .txt01 {color:#1a1a1a; font-size:24px; font-weight:900; line-height: 24px;}
.sub02_sec01 .txt02 {margin:24px 0 0px;}
.sub02_sec01 .txt02 .t01 {font-size:18px; font-weight:900; color:#1a1a1a; line-height: 26px;}
.sub02_sec01 .txt02 .t02 {font-size:14px; color:#6a6a6a; line-height: 20px;}

.more_bt a {display: flex; justify-content: center; align-items: center; width:200px; height:56px; margin:40px auto 0; font-size:16px; font-weight:500; color:#1a1a1a; border:1px solid #1a1a1a;}
.more_bt img {margin-left:10px;}


/* BASIC css end */

