.top_menu { position: relative; max-width: 1500px; } 

.menu-icon-container { display: block; width: 75px; height: 75px; cursor: pointer; border-radius: 0; position: absolute; top: 0; right: 0; /* border-right: 1px solid #000; */ } 

.menu-icon { position: relative; display: block; width: 30px; height: 4px; background-color: #000; top: 50%; left: 50%; margin-top: -2px; margin-left: -15px; transition: background-color .2s ease-out; } 

.menu-icon::after, .menu-icon::before { content: ''; position: absolute; display: block; width: 30px; height: 4px; background-color: #000; left: 0px; transition: all .2s ease-out; } 

.menu-icon::after { top: 9px; } 

.menu-icon::before { top: -9px; } 

.menu-icon.transformed { background-color: transparent; } 

.menu-icon.transformed::after, .menu-icon.transformed::before { transform-origin: 50% 50%; top: 0px; left: 2px; width: 26px; transition: all .15s ease-out; } 

.menu-icon.transformed::after { -webkit-transform: rotate(45deg); transform: rotate(45deg); } 

.menu-icon.transformed::before { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); } 

.header_wrap { width: 100%; height: 100px; position: relative; /* top: 0; */
 /* left: 50%; */
 /* margin-left: -50%; */
 z-index: 1; /* background: rgba(0, 0, 0, 0.5); */ } 

.menu_list { position: absolute; padding: 0; text-align: right; margin: 0; bottom: 0; right: 0; } 

.menu_list>li { display: inline-block; /* width: 16.66%; */
 text-align: center; } 

.menu_list>li>a { display: inline-block; text-align: center; padding: 0 25px; color: #333; font: 600 1.5em/100px "Noto Sans KR"; } 

.menu_btn { position: relative; } 

.sub_dropdown { min-width: 200px; background: #fff; display: none; opacity: 0.9; position: absolute; z-index: 1; box-shadow: 1px 1px 2px #888; left: 50%; margin-left: -100px; } 

.sub_dropdown>li { float: left; width: 100%; height: 40px; line-height: 40px; } 

.sub_dropdown>li:hover, .sub_dropdown>li>.active { background: #000; color: #fff; } 

.sub_dropdown>li>a { display: block; width: 100%; height: 100%; color: #2c2c2c; text-align: center; font: normal 1em/40px "Malgun Gothic"; } 

.sub_dropdown>li:hover>a { color: #fff; } 

.t_logo { float: left; line-height: 100px; padding: 0 20px; } 

.t_logo img { max-height: 65px; max-width: 100%; } 

.t_mlist { display: inline-block; text-align: right; margin: 0; } 

.t_mlist li { display: inline-block; } 

.t_mlist li a { font: bold 1em/75px "Nanum Gothic"; padding: 0 25px; color: #fff; } 

/* header2_wrap */
.header2_wrap { width: 100%; } 

.header2_wrap .top2_menu { width: 100%; } 

.header2_wrap .t2_logo { text-align: center; line-height: 100px; } 

.header2_wrap .menu2_list { position: relative; padding: 0; text-align: center; margin: 0; background: #cc0000; } 

.header2_wrap .menu2_list>li { display: inline-block; /* width: 16.66%; */
 text-align: center; } 

.header2_wrap .menu2_list>li>a { display: inline-block; text-align: center; padding: 0 25px; color: #fff; font: 500 1.5em/50px "Pretendard-Regular"; } 

/* hd_of_box */
.hd_of_box { position: relative; } 
.hd_of_box .oftop_menu { width: 100%; position: fixed; z-index: 100; top: 0; transition: all .3s ease; border-bottom: 1px solid #eee; } 
.oftop_menu.scroll { background-color: #fff; } 
.oftop_menu .t_logo_off { display: block; /* float:left; */
 line-height: 75px; /* padding:0 20px; */ } 
.oftop_menu .t_logo_on { display: none; padding: 0; width: 100%; top: 0; position: absolute; line-height: 75px; } 
.oftop_menu.scroll .t_logo_on { display: block; line-height: 75px; padding: 0px; width: 100%; transition-duration: 0.5s; } 
/* .oftop_menu.scroll .t_logo_off { display: none; } */
.oftop_menu img { max-width: 100%; } 
.oft_mlist { display: inline-block; text-align: right; margin: 0; } 
.oft_mlist > li { display: inline-block; } 
.oftop_menu .oft_mlist > li > a { font: 500 1.5em/75px "Pretendard-Regular"; padding: 0 30px; color: #fff; display: inline-block; position: relative; } 
/* .oftop_menu .oft_mlist > li > a:hover { border-bottom: 3px solid #88aac7; } */
.oftop_menu .oft_mlist > li > a:before { background: linear-gradient(to right, #3179bd, #3179bd); background: -webkit-linear-gradient(to right, #3179bd, #3179bd); box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.0); margin-top: 70px; content: ""; height: 1px; left: 0; position: absolute; width: 0%; transition: 0.5s; } 
.oftop_menu .oft_mlist > li > a:hover::before { width: 100%; } 
/* .oftop_menu.scroll .oft_mlist { background: #fff; } */
.oftop_menu.scroll .oft_mlist > li > a { color: #000; } 
.ofsub_box { width: 100%; background: #fff; display: none; /* opacity: 0.9; */
 position: fixed; /* z-index: 100; */
 box-shadow: 1px 1px 2px #888; top: 75px; } 
.oftop_menu .ofsub_dropdown { min-width: 100%; display: none; position: absolute; z-index: 10; left: 50%; margin-left: -50%; } 
.oftop_menu .ofsub_dropdown>li { float: left; width: 100%; height: 40px; line-height: 40px; } 
.oftop_menu .ofsub_dropdown>li>a { display: block; width: 100%; height: 100%; color: #2c2c2c; text-align: center; font: normal 1.2em/40px "Pretendard-Regular"; transition-duration: 0.5s; } 
.oftop_menu .ofsub_dropdown>li:hover>a { color: #88aac7; text-indent: 5px; } 
.oftop_menu .ofmenu_btn { position: relative; } 
.oftop_menu .menu-icon { background-color:#fff; } 
.oftop_menu .menu-icon::after, .oftop_menu .menu-icon::before { background-color:#fff; } 
.oftop_menu.scroll .menu-icon, .oftop_menu.scroll .menu-icon::after, .oftop_menu.scroll .menu-icon::before { background-color:#000; } 
/* .sheader_wrap { width: 100%; z-index: 1; background: #fff; } */
.cat_box { background: #fff; clear: both; width: 100%; z-index: 99; border-top: 1px solid #666666; border-bottom: 1px solid #666; } 

.cat_box.fixedd { position: fixed; top: 0; right: 0; left: 0; z-index: 99999; } 

.smenu_list { padding: 0; margin-bottom: 0; } 

.smenu_list>li { display: inline-block; /* width: 16.66%; */
 text-align: center; } 

.smenu_list>li:first-child { background: #352900; color: #fff; text-align: justify; text-indent: 20px; position: relative; } 

.smenu_list>li:first-child>a { width: 241px; padding: 0 10px; } 

.smenu_list>li>a { display: inline-block; text-align: center; padding: 0 35px; color: #000; font: 500 1.3em/50px "Noto Sans KR"; } 

.menu_btn { position: relative; } 

.cat_ul { display: none; max-width: 100%; background: #fff; position: absolute; z-index: 999; margin: 0; box-shadow: 1px 1px 2px #888; padding: 10px 0; } 

.cat_ul>li { display: inline-block; width: 19.6%; margin: 0; vertical-align: top; height: 100%; text-align: center; /* border-right: 1px solid #e5e5e5; */ } 

.cat_ul>li:nth-child(5n+0) { border: 0; } 

.cat_ul>li>a { color: #333; line-height: 30px; display: block; font-size: 0.8em; font-weight: bold; display: block; padding: 7px 15px; margin-bottom: 5px; border-bottom: 1px solid #ccc; } 

.cat_ul_ul>li>a { color: #555; font-size: 0.8em; } 

.cat_ul>li>a:hover, .cat_ul_ul>li>a:hover { color: #e5e5e5; } 

.stop_menu { position: relative; } 

.stop_menu #searchForm { margin-top: 30px; position: relative; } 

.stop_menu #searchForm .search_text { width: 200px; height: 38px; position: absolute; padding: 0 15px; background: rgba(255, 255, 255, .2); border: 3px solid #333; vertical-align: middle; font-size: 15px !important; color: #111; transition: background .3s ease; -webkit-transition: background .3s ease; right: 37px; } 

.stop_menu #searchForm .search_btn { height: 38px; line-height: 38px; right: 0; width: 38px; position: absolute; background: #333; border: 1px solid #333; color: #fff; font-size: 1.5em; } 

.AllCategory { float: left; width: 190px; height: 50px; position: relative; font-weight: 300; background: #000; margin-right: 20px; z-index: 999; } 

.AllCategory .btn-allcate { position: relative; display: block; width: 100%; line-height: 50px; box-sizing: border-box; cursor: pointer; } 

.AllCategory .btn-allcate span { display: block; position: absolute; height: 2px; background: #fff; opacity: 1; left: 145px; -webkit-transition: .25s ease-in-out; -moz-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out; } 

.AllCategory .btn-allcate span:nth-child(1) { top: 18px; width: 21px; } 

.AllCategory .btn-allcate span:nth-child(2) { top: 25px; width: 16px; } 

.AllCategory .btn-allcate span:nth-child(3) { top: 32px; width: 11px; } 

.AllCategory .btn-allcate:hover span, .AllCategory .btn-allcate.open span { width: 21px; } 

.AllCategory .btn-allcate.open span:nth-child(1) { top: 24px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); } 

.AllCategory .btn-allcate.open span:nth-child(2) { opacity: 0; } 

.AllCategory .btn-allcate.open span:nth-child(3) { top: 24px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); } 

.main_left_ul { position: absolute; top: 0; left: 90%; width: 160px; padding: 5px; box-sizing: border-box; background-color: #fff; border: 1px solid #e7e7e7; transition: all .5s; z-index: 999999; display: none; } 

.main_left > li.menu_left_sub > a:after { content: ''; position: absolute; top: 10px; right: 15px; width: 5px; height: 5px; border: solid #ddd; border-width: 1px 1px 0 0; transform: rotate(45deg); } 

.main_left:hover { height: auto; } 

.under-menu { width: 100%; float: left; margin-top: 90px; text-align: center; box-shadow: 10px 5px 5px rgb(0 0 0 / 8%); margin-bottom: 0; } 

.under-menu li { width: 20%; float: left; } 

.under-menu li a { color: #333; line-height: 50px; display: block; font-size: 0.8em; } 

.main_left_box { z-index: 99999; } 

.main_left { background: #fff; width: 100%; /* height: 579px; */
 /* padding: 0 10px; */
 border: 1px solid #e9e9e9; } 

.main_left a { display: block; padding: 0 5px; font-size: 0.8em; line-height: 25px; letter-spacing: -1px; color: #333; background: #fff; text-indent: 0; transition: all .5s; } 

.main_left a:hover { background-color: #000; color: #fff; } 

.main_left > li { position: relative; } 

.main_left > li:hover .main_left_ul { left: 100%; z-index: 999999; visibility: visible; display: block; } 

.m-cat-div { display: inline-block; width: 100%; padding: 0 5px; margin-bottom: 5px; } 

.m-cat-div a { display: inline-block; width: 16.66%; text-align: center; border: 1px solid #ccc; border-left: 0; } 

.m-cat-div a:first-child { border-left: 1px solid #ccc; } 

.main_left_ul a { font-size: 1.2em; line-height: 30px; } 

#mobnav_btn, .m_logo { display: none; } 

.m_list { display: none; } 

#cssmenu { display: none; } 

.main_img_box { position: absolute; width: 100%; text-align: justify; top: 50%; width: 100%; transform: translate(0px, -50%); } 
.main_img_box h5, .main_img_box h1, .main_img_box p { color: #fff; } 
.main_img_box h5 { font: 500 1.8em "Pretendard-Regular"; margin: 0; text-transform: uppercase; } 
.main_img_box h1 { font: 600 3em/60px "Pretendard-Regular"; margin: 0; color: #fff; } 
.main_img_box p { font: 500 1.8em "Pretendard-Regular"; margin: 0; color: #fff; margin-bottom: 10px; } 
.main_img_box .mbtn a { display: inline-block; border: 1px solid #fff; color: #fff; font: 500 1.2em/40px "Pretendard-Regular"; transition-duration: 0.5s; clear: both; padding: 0 35px; text-transform: uppercase; margin-top: 30px; /* border-radius: 2em; */ } 
.main_img_box .mbtn a:hover { background: #fff; border-color: #fff; color: #4f4f4f; } 

.sub_bg { background: url("/image/sub/sub_bg.jpg") center / cover no-repeat; width:100%; margin-bottom: 40px; } 
.sub_bg h1 { text-align: center; color: #fff; font: 600 5em/250px "Noto Sans KR Regular"; margin: 0; padding: 0; } 

.sub_bgm { background: url("/image/sub/sub_bgm.jpg") right / cover no-repeat; width:100%; margin-bottom: 20px; } 
.sub_bgm h1 { text-align: center; color: #fff; font: 600 3em/120px "Noto Sans KR Regular"; margin: 0; padding: 0; } 


@media (max-width: 1200px){
 .oftop_menu .oft_mlist > li > a { padding: 0 10px; /* font: 600 1.1em/100px "Nanum Gothic"; */ } 
 .menu_list>li>a { padding: 0 10px; /* font-size:1.1em; */ } 
 }

@media (max-width: 991px) {.stop_menu { display: none; } 

.top_menu { display: none; } 

.header_wrap { width: 100%; top: 0; height: 75px; /* position: fixed; */ } 

#mobnav_btn, .m_logo { display: block; } 

.m_logo { position: relative; line-height: 75px; padding-left: 10px; /* text-align: center; */ } 

.m_logo img { max-width: 200px; max-height: 60px; } 

.menu_list { display: none; width: 100%; top: 100px; } 

#cssmenu { display: none; margin: 0; padding: 0; border: 0; list-style: none; line-height: 1; position: absolute; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; top: 75px; } 

#cssmenu ul, #cssmenu ul li, #cssmenu ul li a { margin: 0; padding: 0; border: 0; list-style: none; line-height: 1; display: block; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } 

#cssmenu { width: 100%; font-family: Raleway, sans-serif; color: #ffffff; z-index: 99; } 

#cssmenu ul ul { display: none; } 

#cssmenu>ul>li.active>ul { display: block; } 

.align-right { float: right; } 

#cssmenu>ul>li>a { padding: 16px 22px; cursor: pointer; z-index: 2; font-size: 16px; text-decoration: none; color: #ffffff; background: #777; -webkit-transition: color .2s ease; -o-transition: color .2s ease; transition: color .2s ease; } 

#cssmenu>ul>li>a:hover { font-weight: bold; } 

#cssmenu ul>li.has-sub>a:after { position: absolute; right: 26px; top: 19px; z-index: 5; display: block; height: 10px; width: 2px; background: #ffffff; content: ""; -webkit-transition: all 0.1s ease-out; -moz-transition: all 0.1s ease-out; -ms-transition: all 0.1s ease-out; -o-transition: all 0.1s ease-out; transition: all 0.1s ease-out; } 

#cssmenu ul>li.has-sub>a:before { position: absolute; right: 22px; top: 23px; display: block; width: 10px; height: 2px; background: #ffffff; content: ""; -webkit-transition: all 0.1s ease-out; -moz-transition: all 0.1s ease-out; -ms-transition: all 0.1s ease-out; -o-transition: all 0.1s ease-out; transition: all 0.1s ease-out; } 

#cssmenu ul>li.has-sub.open>a:after, #cssmenu ul>li.has-sub.open>a:before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); } 

#cssmenu ul ul li a { padding: 14px 22px; cursor: pointer; z-index: 2; font-size: 14px; text-decoration: none; color: #dddddd; background: #393939; text-indent: 10px; -webkit-transition: color .2s ease; -o-transition: color .2s ease; transition: color .2s ease; } 

#cssmenu ul ul ul li a { padding-left: 32px; } 

#cssmenu ul ul li a:hover { color: #ffffff; } 

#cssmenu ul ul>li.has-sub>a:after { top: 16px; right: 26px; background: #dddddd; } 

#cssmenu ul ul>li.has-sub>a:before { top: 20px; background: #dddddd; } 

#cssmenu ul ul ul li a { background: #515151; } 


.main_img_box { padding: 10px; top: auto; bottom: 10px; transform: none; } 
.main_img_box h5 { font-size: 1.2em; line-height: normal; } 
.main_img_box h1 { font-size: 2.3em; line-height: normal; } 
.main_img_box p { font-size:1.2em; margin-top: 5px; } 
 }
