﻿@charset "utf-8";
/* CSS Document */



/*
font-family: 'NanumSquareRound', sans-serif; (300,400,700,800)
font-family: 'Roboto', sans-serif; (300,400,500,700,900)
font-family: 'NotoKR', sans-serif; (100,200,300,400,500,700,900)
*/



/* 서브 start ----------------------------------- */

header { z-index:100; background-color:#FFF;}
.bo_v_tit { margin:0 0 10px 0 !important; }
#bo_v_info { border-top: 1px solid #eee !important; padding-bottom:15px !important; }
#bo_v>header { border-bottom: 0px solid #eee !important; }
#bo_v_con { padding-top: 0px !important; }




/* 서브 비주얼 */

.container_visual { padding-top:103px;}
.sub_visual { position:relative; width:100%; height:270px; overflow:hidden;}
.sub_visual .sub_bg { width:100%; height:270px; min-width:1200px; background-position:50% 0%; background-attachment:fixed; -webkit-transition: all 0.45s ease; -moz-transition: all 0.45s ease; -ms-transition: all 0.45s ease; -o-transition: all 0.45s ease; transition: all 0.45s ease;}
.sub_visual .sub_bg:hover { -ms-transform: scale(1.05,1.05); -webkit-transform: scale(1.05,1.05); transform: scale(1.05,1.05);}
.sub_visual_view_pc { display:block;}
.sub_visual_view_tb { display:none;}
.sub_visual_title { position:absolute; width:400px; top:105px; left:50%; margin-left:-520px; font-family: 'NanumSquareRound', Arial, sans-serif; font-size:40px; font-weight:700; color:#FFF; letter-spacing:-2px; z-index:3;}
.sub_visual_txt { position:absolute; width:400px; top:165px; left:50%; margin-left:-520px; font-family: 'NanumSquareRound', Arial, sans-serif; font-size:14px; font-weight:500; color:rgba(255,255,255,0.7); z-index:3; padding-left:0px;}
.sub_visual .sub01_bg_pc { background-image:url(/images/sub/sub01_visual.jpg);}
.sub_visual .sub01_bg_tb  { background-image:url(/images/sub/sub01_visual_t.jpg);}
.sub_visual .sub02_bg_pc { background-image:url(/images/sub/sub02_visual.jpg);}
.sub_visual .sub02_bg_tb { background-image:url(/images/sub/sub02_visual_t.jpg);}
.sub_visual .sub03_bg_pc { background-image:url(/images/sub/sub03_visual.jpg);}
.sub_visual .sub03_bg_tb { background-image:url(/images/sub/sub03_visual_t.jpg);}
.sub_visual .sub04_bg_pc { background-image:url(/images/sub/sub04_visual.jpg);}
.sub_visual .sub04_bg_tb { background-image:url(/images/sub/sub04_visual_t.jpg);}
.sub_visual .sub05_bg_pc { background-image:url(/images/sub/sub05_visual.jpg);}
.sub_visual .sub05_bg_tb { background-image:url(/images/sub/sub05_visual_t.jpg);}
.sub_visual .sub06_bg_pc { background-image:url(/images/sub/sub06_visual.jpg);}
.sub_visual .sub06_bg_tb { background-image:url(/images/sub/sub06_visual_t.jpg);}
.sub_visual .sub07_bg_pc { background-image:url(/images/sub/sub07_visual.jpg);}
.sub_visual .sub07_bg_tb { background-image:url(/images/sub/sub07_visual_t.jpg);}



/* 서브탭 start */

.sub_menu_wrap { width:100%; height:52px; border-bottom:1px solid #e1ded8; border-top:1px solid #e1ded8; background-color:#fff;}
.sub_menu { position:relative; width:1200px; height:50px; margin:0 auto;}
.icon_home { position:absolute; left:0; top:0; width:50px; height:50px;}
.icon_print { position:absolute; right:0; top:0; width:50px; height:50px;}
.sub_tab { width:1100px; margin-left:50px;}
.sub_tab>ul {}
.sub_tab>ul>li { float:left; position:relative; border-right:1px solid #e1ded8; height:50px; line-height:50px; font-size:15px; color:#444; font-weight:500;  cursor:pointer; background-repeat:no-repeat; background-position:90% 50%;}
.sub_tab>ul>li.sub_depth1 { border-left:none; padding-left:30px; padding-right:150px; background-image:url(/images/icon/tab_box_bg.png); z-index:1;}
.sub_tab>ul>li.sub_depth2 { display:none; padding-left:30px; padding-right:150px; background-image:url(/images/icon/tab_box_bg.png); z-index:1;}
.menu_on { display:block !important;}
.sub_tab>ul>li>a { display:block; position:absolute; top:50%; left:50%; transform: translate(-50%, -50%); width: 100%; text-align: center;}
.sub_tab>ul>li:hover { background-color:#f6f6f6;}
.sub_tab>ul>li.tab_active { background-color:#f6f6f6;}
.tab_box_bg_on { background-image:url(/images/icon/tab_box_bg_on.png) !important;}

.sub_tab_sub { position:absolute; display:none; top:50px; left:-1px; border:1px solid #e1ded8; width:100%; z-index:1; box-sizing:content-box; background-color:#FFF;}
.sub_tab_sub ul { padding:30px;}
.sub_tab_sub ul li { float:none; height:30px; font-size:13px; font-weight:400; line-height:29px; width:100%; border:none; background-image:none;}
.sub_tab_sub ul li a { display:block; width:100%; height:100%; padding-left:10px;}
.sub_tab_sub ul li:hover { background-color:#f6f6f6;}



/* 서브공통 */

.sub_box { position:relative; width:100%; min-width:1200px; border-bottom:1px solid #e1ded8;}
.sub_container { position: relative; width:1200px; margin:0 auto; padding:0 0 100px 0;}
.sub_title { width:94%; margin:0 auto 40px auto; padding:60px 0 20px 30px; font-family: 'NanumSquareRound', Arial, sans-serif; font-size:28px; font-weight:700; letter-spacing:-1px; text-align:left; border-bottom:1px solid #e1ded8;}
.box50per { display:inline-block; width:49%; padding:0 0 40px 0; vertical-align:top;}
.box100per { width:94%; margin:0 auto; padding:0 30px 0px 30px;}
.sub_top_img { width:100%; padding:47px 40px; background-position:0 50%; background-size:cover; min-height:200px; color:#FFF;}
.sub_top_img_title { font-size:30px; font-weight:700; width:60%; margin-bottom:10px;}
.sub_top_img_txt { font-size:20px; font-weight:500; width:60%;}
.in_box { padding:40px 10px 0 10px;}
.in_title1 { font-size:29px; line-height:38px; font-weight:800; margin-bottom:20px; letter-spacing:-1px;}
.in_title2 { font-size:15px; line-height:25px; font-weight:500; margin-bottom:20px;}
.in_title3 { font-size:20px; line-height:26px; font-weight:700; margin-bottom:20px; color:#234fa4; background-image:url(/images/icon/ar_18x18.png); background-repeat:no-repeat; background-position:0% 4px; padding-left:25px;}
.in_title4 { font-size:16px; line-height:22px; font-weight:500; margin-bottom:20px;}
.sub_container:after { display:block; content:""; clear:both;}
.d_inlineblock { display:inline-block;}
.sub_board_txt { position:absolute; top:80px; right:40px; font-size:12px; line-height:18px; text-align:right;}
.line_1px { width:100%; height:1px; background-color:#ddd; margin-bottom:30px;}


/* 서브01 */

.sub01_txt { font-size:35px; line-height:38px; font-weight:800; padding-top:60px; margin-bottom:70px; letter-spacing:-1px; text-align:center; color:#1288d0;}


.sub01_wrap { text-align: center; margin-bottom: 0rem; }
.sub01_wrap .sub01_circle { display: inline-block; position: relative; }
.sub01_wrap .sub01_circle:before { content: "";width: 100%;height: 1px;position: absolute; top: 50%; left: 0; transform: translateY(-50%);border-bottom: 1px solid #fff;opacity: .5; }
.sub01_wrap .sub01_circle li { width: 20rem;height: 20rem;float: left;background: #69718a;border-radius: 50%;display: table; }
.sub01_wrap .sub01_circle li:first-of-type+li { background: #234fa4; }

.sub01_wrap .sub01_circle li div { position: relative; display: table-cell; vertical-align: middle; }
.sub01_wrap .sub01_circle li div:before { width: .55rem;height: .55rem;display: block; content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); background: url(/images/hit/content/circle_center.png) no-repeat center center/cover; }

.sub01_wrap .sub01_circle li div span { display: block; }
.sub01_wrap .sub01_circle li div .icon { margin:0 auto;margin-bottom: 6.5rem; }
.sub01_wrap .sub01_circle li div .icon.icon01 { width: 2.3rem; height:2.85rem; } 
.sub01_wrap .sub01_circle li div .icon.icon02 { width: 2.95rem; height:2.8rem; } 
.sub01_wrap .sub01_circle li div .icon.icon03 { width: 2.75rem; height:2.75rem; } 
.sub01_wrap .sub01_circle li .tit1 { color:#fff;font-size:23px;font-weight: 800; }
.sub01_wrap .sub01_circle li .tit2 { color:#fff;font-size:15px;font-weight: 400; }


.ci_color { display:inline-block; color:#FFF; margin-right:8px; margin-bottom:10px; padding:10px 20px;}
.ci_color1 { background-color:#d9cc1e;}
.ci_color2 { background-color:#948708;}
.ci_color3 { background-color:#6b5f02;}
.ci_color4 { background-color:#3c2b23;}
.down_btn { display:inline-block; color:#FFF; background-color:#878787;}
.down_btn>a { display:block; padding:10px 60px 10px 20px; background-image:url(/images/icon/download.jpg); background-repeat:no-repeat; background-position:80% 50%;}
.down_btn>a:hover { color:#d9cc1e;}

.sub01_05_bg { padding:0 !important;}



/* 서브02 */

.sub02_01_img_01 { background-image:url(/images/sub/sub02_01_img_01.png); width:1050px; height:65px; margin:20px auto 20px 0px;}
.sub02_01_img_02 { background-image:url(/images/sub/sub02_01_img_02.png); width:1050px; height:800px; margin:20px auto 20px 0px;}
.sub02_01_img_03 { background-image:url(/images/sub/sub02_01_img_03.png); width:478px; height:455px; margin:20px auto 20px 300px;}

.sub02_02_img_01 { background-image:url(/images/sub/sub02_02_img_01.png); width:1050px; height:529px; margin:50px auto 60px 0px;}
.sub02_02_img_02 { background-image:url(/images/sub/sub02_02_img_02.png); width:1050px; height:399px; margin:40px auto 60px 0px;}
.sub02_02_img_03 { background-image:url(/images/sub/sub02_02_img_03.png); width:1050px; height:399px; margin:40px auto 60px 0px;}


.sub02_03_img_01 { background-image:url(/images/sub/sub02_03_img_01.png); width:1050px; height:500px; margin:50px auto 60px 0px;}

.sub02_04_img_01 { background-image:url(/images/sub/sub02_04_img_01.png); width:1050px; height:345px; margin:50px auto 60px 0px;}
.sub02_04_txt { font-size:30px; line-height:38px; font-weight:800; padding-top:40px; margin-bottom:40px; letter-spacing:-1px; text-align:center; color:#234fa4;}
.sub02_04_img_02 { background-image:url(/images/sub/sub02_04_img_02.png); width:1050px; height:460px; margin:50px auto 60px 0px;}

.sub02_05_img_01 { background-image:url(/images/sub/sub02_05_img_01.png); width:1050px; height:500px; margin:0px auto 0px 0px;}



/* 서브03 */



/* 서브04 */



/* 서브05 */



/* 서브06 */







/* 서브 end ----------------------------------- */



/* 1024 ~ 768까지 태블릿 설정 */

@media screen and (max-width:1024px){



/* 서브 비주얼 */

.container_visual { padding-top:80px;}
.sub_visual { width:100%; height:200px;  margin-top:0;}
.sub_visual .sub_bg { width:100%; height:200px; min-width:768px; background-position:50% 80px; background-attachment:fixed; -webkit-transition: all 0s ease; -moz-transition: all 0s ease; -ms-transition: all 0s ease; -o-transition: all 0s ease; transition: all 0s ease;}
.sub_visual .sub_bg:hover { -ms-transform: scale(1); -webkit-transform: scale(1); transform: scale(1);}
.sub_visual_view_pc { display:none;}
.sub_visual_view_tb { display:block;}
.sub_visual_title { position:absolute; width:100%; top:60px; left:auto; margin-left:0; font-family: 'NanumSquareRound', sans-serif; font-size:34px; font-weight:500; color:#FFF; letter-spacing:-1px; z-index:3; padding-left:40px;}
.sub_visual_txt { position:absolute; width:100%; top:115px; left:auto; margin-left:0; font-family: 'NanumSquareRound', sans-serif;  font-size:12px; font-weight:400; color:rgba(255,255,255,0.7); z-index:3; padding-left:44px;}



/* 서브탭 start */

.sub_menu_wrap { width:100%; height:52px; border-bottom:1px solid #e1ded8; border-top:1px solid #e1ded8; background-color:#fff;}
.sub_menu { position:relative; width:100%; min-width:768px; height:50px; margin:0 auto;}
.icon_home { display:none;}
.icon_print { display:none;}
.sub_tab { width:100%; margin-left:0;}
.sub_tab>ul {}
.sub_tab>ul>li { float:left; position:relative; border-right:1px solid #e1ded8; height:50px; line-height:50px; font-size:14px; color:#444; font-weight:500;  cursor:pointer; background-repeat:no-repeat; background-position:90% 50%;}
.sub_tab>ul>li.sub_depth1 { width:50%; border-left:none; padding-left:30px; padding-right:100px; background-image:url(/images/icon/tab_box_bg.png); z-index:1;}
.sub_tab>ul>li.sub_depth2 { width:50%; border-right:none; display:none; padding-left:30px; padding-right:100px; background-image:url(/images/icon/tab_box_bg.png); z-index:1;}
.menu_on { display:block !important;}
.sub_tab>ul>li>a { display:block; position:absolute; top:50%; left:50%; transform: translate(-50%, -50%); width: 100%; text-align: center;}
.sub_tab>ul>li:hover { background-color:#f6f6f6;}
.sub_tab>ul>li.tab_active { background-color:#f6f6f6;}
.tab_box_bg_on { background-image:url(/images/icon/tab_box_bg_on.png) !important;}

.sub_tab_sub { position:absolute; display:none; top:50px; left:-1px; border:1px solid #e1ded8; width:100%; z-index:1; box-sizing:content-box; background-color:#FFF;}
.sub_tab_sub ul { padding:15px 30px;}
.sub_tab_sub ul li { float:none; height:auto; margin:8px 0; padding:5px 0; font-size:13px; font-weight:400; line-height:19px; width:100%; border:none; background-image:none;}
.sub_tab_sub ul li:hover { background-color:#f6f6f6;}



/* 서브공통 */

.sub_box { position:relative; width:100%; min-width:768px;}
.sub_container { position: relative; width:100%; margin:0 auto; padding:0 0 100px 0;}
.sub_title { width:94%; margin:0 auto 50px auto; padding:60px 0 20px 30px; font-weight:700; letter-spacing:0; text-align:left; border-bottom:1px solid #e1ded8;}
.box50per { display:inline-block; width:49%; padding:0 0 40px 0; vertical-align:top;}
.box100per { padding:0 0 40px 0;}
.sub_top_img { width:100%; padding:40px 30px; background-position:0 50%; background-size:cover; min-height:auto; color:#FFF;}
.sub_top_img_title { font-size:24px; font-weight:700; width:80%;}
.sub_top_img_txt { font-size:18px; font-weight:500; width:80%;}
.in_box { padding:20px 0 0 0;}
.in_title1 { font-size:29px; line-height:38px; font-weight:800; margin-bottom:20px; letter-spacing:-1px;}
.in_title2 { font-size:15px; line-height:25px; font-weight:500; margin-bottom:20px;}
.in_title3 { font-size:20px; line-height:26px; font-weight:700; margin-bottom:20px; color:#234fa4; background-image:url(/images/icon/ar_18x18.png); background-repeat:no-repeat; background-position:0% 4px; padding-left:25px;}
.in_title4 { font-size:16px; line-height:22px; font-weight:500; margin-bottom:20px;}
.sub_container:after { display:block; content:""; clear:both;}
.sub_board_txt { position:absolute; top:80px; right:40px; font-size:12px; line-height:18px; text-align:right;}



/* 서브01 */

.sub01_03_top { width:100%; height:170px; background-repeat:no-repeat; background-position:50% 100%;}
.sub01_03_bottom { width:100%; height:170px; background-repeat:no-repeat; background-position:50% 0%;}
.sub01_03_contents { width:100%; height:auto; background-image:url(/images/sub/hitory_bg_line01.jpg); background-repeat:repeat-y; background-position:50% 0%;}
.sub01_03_tbg { background-image:url(/images/sub/hitory_p_tbg01.jpg);}
.sub01_03_bbg { background-image:url(/images/sub/hitory_p_bbg01.jpg);}
.sub01_03_contents_box_right { position:relative; padding:10px 10px 40px 54%; background-image:url(/images/sub/hitory_icon_right.png); background-repeat:no-repeat; background-position:50% 16px;}
.sub01_03_contents_box_left { position:relative; padding:10px 54% 40px 10px; background-image:url(/images/sub/hitory_icon_left.png); background-repeat:no-repeat; background-position:50% 16px; text-align:right;}
.sub01_03_contents_box_right p,
.sub01_03_contents_box_left p { display:inline-block; font-size:16px; margin-bottom:10px;}
.history_year { font-family: 'Roboto', sans-serif; font-weight:700; font-size:28px !important; margin-bottom:25px !important;}
.hitory_month { display:inline-block; margin-right:20px; color:#8a7256; font-weight:500;}
.history_img_left { position:absolute; top:10px; right:215px;}
.history_img_right { position:absolute; top:10px; left:215px;}



/* 서브02 */

.sub_sub_tab { width:100%; font-size:0; margin-bottom:40px;}
.sub_sub_tab_item { display:inline-block; width:50%; height:50px; font-size:16px; text-align:center; font-weight:500; border:1px solid #d5d5d5; line-height:50px;}
.sub_sub_tab_item:nth-child(1) { border-right:none;}
.sub_sub_tab_item:nth-child(2) { border-left:none;}
.sub_sub_tab_active { color:#FFF; background-color:#94bd76; border:none;}
.sub_sub_tab_active:hover { color:#FFF;}

.product_list { width:100%; font-size:0; text-align:center;}
.list_box { display:inline-block; vertical-align:top; width:31%; margin:0 1% 40px 1%; font-size:14px;}
.list_img { width:100%; border:1px solid #d5d5d5; overflow:hidden;}
.list_img>img { width:100%; height:auto; -webkit-transition: all 0.45s ease; -moz-transition: all 0.45s ease; -ms-transition: all 0.45s ease; -o-transition: all 0.45s ease; transition: all 0.45s ease;}
.list_txt { padding:20px 5px; text-align:left;}
.list_txt1 { font-size:16px; font-weight:700; margin-bottom:10px;}
.list_txt2 { color:#839953; /* 내용 2줄에서 말줄임 */ line-height:16px; height:32px; text-overflow:ellipsis; word-wrap:normal; overflow:hidden; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.list_box:hover>.list_img>img { -ms-transform: scale(1.05,1.05); -webkit-transform: scale(1.05,1.05); transform: scale(1.05,1.05);}

.product_view { width:100%; text-align:center;}

.product_view_top { font-size:0; margin-bottom:20px;}
.product_view_img { display:inline-block; vertical-align:top; width:50%;}
.product_view_img>img { width:100%; height:auto;}
.product_view_txt { display:inline-block; vertical-align:top; width:50%; padding:20px 5px; font-size:14px; text-align:left; margin:20px 0;}
.product_view_txt1 { font-size:24px; font-weight:700; border-bottom:2px solid #666; padding:10px;}
.product_view_txt2 { border-bottom:1px solid #d5d5d5; padding:10px;}
.product_view_txt3 { border-bottom:1px solid #d5d5d5; padding:10px;}
.product_view_txt4 { border-bottom:1px solid #d5d5d5; padding:10px;}
.product_view_txt5 { border-bottom:2px solid #666; padding:10px; margin-bottom:30px;}
.product_view_txt>p>span:nth-child(1) { display:inline-block; width:25%; color:#999; vertical-align:top;}
.product_view_txt>p>span:nth-child(2) { display:inline-block; width:75%; vertical-align:top;}
.product_view_download { display:inline-block; border:1px solid #d5d5d5; padding:15px 20px 15px 50px; background-image:url(/images/icon/download.jpg); background-repeat:no-repeat; background-position:20px 50%;}

.product_view_middle { width:100%; font-size:0; text-align:left;}
.product_view_middle_title_left { display:inline-block; font-size:16px; width:50%; height:50px; line-height:50px; border:1px solid #d5d5d5; border-bottom:none !important; text-align:center; vertical-align:top;}
.product_view_middle_title_right { display:inline-block;width:50%; height:50px; border-bottom:1px solid #d5d5d5; vertical-align:top;}
.middle_box { padding:40px; font-size:14px; text-align:left;}
.middle_box_title { color:#839953; font-size:16px; margin-bottom:10px;}
.middle_box_txt { color:#999; margin-bottom:20px;}

.product_view_bottom { width:100%; border-top:1px solid #d5d5d5; text-align:center;}
.product_view_btn { display:inline-block; border:1px solid #d5d5d5; padding:15px 40px 15px 40px; margin-top:20px;}



/* 서브03 */



/* 서브04 */



/* 서브05 */



/* 서브06 */







/* 서브 end ----------------------------------- */
}



/* 767 ~ 320까지 모바일 설정 */

@media screen and (max-width:767px){



/* 서브 비주얼 */

.sub_visual { display:none;}



/* 서브탭 start */

.container_visual { padding-top:0px;}
.sub_menu_wrap { width:100%; height:51px; border-bottom:1px solid #e1ded8; border-top:none; background-color:#fff;}
.sub_menu { position:relative; width:100%; min-width:320px; height:50px; margin:0 auto;}
.icon_home { display:none;}
.icon_print { display:none;}
.sub_tab { width:100%; margin-left:0;}
.sub_tab>ul {}
.sub_tab>ul>li { float:left; position:relative; border-right:1px solid #e1ded8; height:50px; line-height:50px; font-size:12px; color:#444; font-weight:500;  cursor:pointer; background-repeat:no-repeat; background-position:90% 50%;}
.sub_tab>ul>li.sub_depth1 { width:50%; border-left:none; padding-left:20px; padding-right:0; background-image:url(/images/icon/tab_box_bg.png); z-index:1;}
.sub_tab>ul>li.sub_depth2 { width:50%; border-right:none; display:none; padding-left:20px; padding-right:0; background-image:url(/images/icon/tab_box_bg.png); z-index:1;}
.menu_on { display:block !important;}
.sub_tab>ul>li>a { display:block; position:absolute; top:50%; left:50%; transform: translate(-50%, -50%); width: 100%; text-align: center;}
.sub_tab>ul>li:hover { background-color:#f6f6f6;}
.sub_tab>ul>li.tab_active { background-color:#f6f6f6;}
.tab_box_bg_on { background-image:url(/images/icon/tab_box_bg_on.png) !important;}

.sub_tab_sub { position:absolute; display:none; top:50px; left:-1px; border:1px solid #e1ded8; width:100%; z-index:1; box-sizing:content-box; background-color:#FFF;}
.sub_tab_sub ul { padding:10px 20px;}
.sub_tab_sub ul li { float:none; height:auto; margin:8px 0; padding:5px 0; font-size:12px; font-weight:400; line-height:18px; width:100%; border:none; background-image:none;}
.sub_tab_sub ul li:hover { background-color:#f6f6f6;}



/* 서브공통 */

.sub_box { position:relative; width:100%; min-width:320px;}
.sub_container { position: relative; width:94%; margin:0 auto; padding:0 0 100px 0;}
.sub_title { width:100%; margin:0 auto 30px auto; padding:40px 0 20px 20px; font-size:24px; font-weight:700; letter-spacing:-1; text-align:left; border-bottom:1px solid #e1ded8;}
.box50per { display:block; width:100%; padding:0 0 40px 0; vertical-align:top;}
.box100per { padding:0 0 40px 0; width:100%;}
.sub_top_img { width:100%; padding:30px 20px; background-position:0 50%; background-size:cover; min-height:auto; color:#FFF;}
.sub_top_img_title { font-size:20px; font-weight:700; width:100%;}
.sub_top_img_txt { font-size:16px; font-weight:500; width:100%;}
.in_box { padding:20px 0 0 0;}
.in_title1 { font-size:22px; line-height:38px; font-weight:800; margin-bottom:20px; letter-spacing:-1px; margin-left:20px;}
.in_title2 { font-size:15px; line-height:25px; font-weight:500; margin-bottom:20px; margin-left:20px;}
.in_title3 { font-size:18px; line-height:26px; font-weight:700; margin-bottom:20px; color:#234fa4; background-image:url(/images/icon/ar_18x18.png); background-repeat:no-repeat; background-position:0% 4px; padding-left:25px;}
.in_title4 { font-size:15px; line-height:22px; font-weight:500; margin-bottom:20px;}
.sub_container:after { display:block; content:""; clear:both;}
.sub_board_txt { position:relative; top:auto; right:auto; font-size:12px; line-height:18px; text-align:left; padding-left:20px; margin-top:-20px; margin-bottom:30px;}



/* 서브01 */

.sub01_03_top { width:100%; height:130px; background-repeat:no-repeat; background-position:0% 100%;}
.sub01_03_bottom { width:100%; height:130px; background-repeat:no-repeat; background-position:0% 0%;}
.sub01_03_contents { width:100%; height:auto; background-image:url(/images/sub/hitory_bg_line02.jpg); background-repeat:repeat-y; background-position:0% 0%;}
.sub01_03_tbg { background-image:url(/images/sub/hitory_m_tbg01.jpg);}
.sub01_03_bbg { background-image:url(/images/sub/hitory_m_bbg01.jpg);}
.sub01_03_contents_box_right { padding:10px 10px 30px 45px; background-image:url(/images/sub/hitory_icon_right.png); background-repeat:no-repeat; background-position:-15px 10px;}
.sub01_03_contents_box_left {  padding:10px 10px 30px 45px; background-image:url(/images/sub/hitory_icon_right.png); background-repeat:no-repeat; background-position:-15px 10px; text-align:left;}
.sub01_03_contents_box_right p,
.sub01_03_contents_box_left p { display:inline-block; font-size:14px; margin-bottom:8px;}
.history_year { font-family: 'NanumSquareRound', sans-serif; font-weight:700; font-size:24px !important; margin-bottom:25px !important;}
.hitory_month { display:inline-block; margin-right:10px; color:#8a7256; font-weight:500;}
.history_img_left { position:relative; top:auto; right:auto; left:auto; margin-left:auto;}
.history_img_right { position:relative; top:auto; left:auto; margin-left:auto;}
.history_img_left img,
.history_img_right img { width:100%; max-width:290px; height:auto;}




/* 서브02 */

.sub02_01_img_01 { background-image:url(/images/sub/sub02_01_img_01_m.png); width:365px; height:65px; margin:20px 0px 20px 0px;}
.sub02_01_img_02 { background-image:url(/images/sub/sub02_01_img_02_m.png); width:365px; height:278px; margin:20px auto 20px 0px;}
.sub02_01_img_03 { background-image:url(/images/sub/sub02_01_img_03_m.png); width:365px; height:347px; margin:20px auto 20px 0px;}

.sub02_02_img_01 { background-image:url(/images/sub/sub02_02_img_01_m.png); width:365px; height:184px; margin:50px auto 60px 0px;}
.sub02_02_img_02 { background-image:url(/images/sub/sub02_02_img_02_m.png); width:365px; height:139px; margin:40px auto 60px 0px;}
.sub02_02_img_03 { background-image:url(/images/sub/sub02_02_img_03_m.png); width:365px; height:139px; margin:40px auto 60px 0px;}


.sub02_03_img_01 { background-image:url(/images/sub/sub02_03_img_01_m.png); width:365px; height:174px; margin:50px auto 60px 0px;}

.sub02_04_img_01 { background-image:url(/images/sub/sub02_04_img_01_m.png); width:365px; height:120px; margin:50px auto 60px 0px;}
.sub02_04_txt { font-size:30px; line-height:38px; font-weight:800; padding-top:40px; margin-bottom:40px; letter-spacing:-1px; text-align:center; color:#234fa4;}
.sub02_04_img_02 { background-image:url(/images/sub/sub02_04_img_02_m.png); width:365px; height:160px; margin:50px auto 60px 0px;}




/* 서브03 */



/* 서브04 */



/* 서브05 */



/* 서브06 */







/* 서브 end ----------------------------------- */
}