@charset "utf-8"; 

/* 스크롤바 */
::-webkit-scrollbar { width : 12px; height : 12px; background: transparent; } 
::-webkit-scrollbar-track { background: transparent; } 
::-webkit-scrollbar-thumb { background : #ccc; background-clip: padding-box; border : 2px solid transparent; border-radius : 10px; cursor : pointer; } 
::-webkit-scrollbar-thumb:hover { background : #bbb; background-clip: padding-box; border : 2px solid transparent; } 

/* 초기화 */
html { overflow-y: scroll; } 
body { margin: 0; padding: 0; font-family: "Noto Sans KR", "Montserrat", "Malgun Gothic", dotum, sans-serif; font-weight: 400; background: #fff; display: flex; flex-direction: column; min-height: 100vh; } 
html,h1,h2,h3,h4,h5,h6,form,fieldset,img { margin: 0; padding: 0; border: 0; } 
h1,h2,h3,h4,h5,h6 { font-size: 1em; font-family: "Noto Sans KR", "Montserrat", "Malgun Gothic", dotum, sans-serif; } 
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display: block; } 
ul,dl,dt,dd { margin: 0; padding: 0; list-style: none; } 
legend { position: absolute; margin: 0; padding: 0; font-size: 0; line-height: 0; text-indent: -9999em; overflow: hidden; } 
label,input,button,select,img { vertical-align: middle; font-size: 1em; } 
input,button { margin: 0; padding: 0; font-family: "Noto Sans KR", "Montserrat", "Malgun Gothic", dotum, sans-serif; font-size: 1em; } 
input[type="submit"] { cursor: pointer; } 
button { border-width: 0; cursor: pointer; } 

textarea,select { font-family: "Noto Sans KR", "Montserrat", "Malgun Gothic", dotum, sans-serif; font-size: 1em; } 
select { margin: 0; } 
p { margin: 0; padding: 0; word-break: break-all; } 
hr { display: none; } 
pre { overflow-x: scroll; font-size: 1.1em; } 
a { color: #000; text-decoration: none; } 

*,:after,:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } 

input[type="text"],
input[type="password"],
textarea { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; outline: none; } 
.placeholdersjs { color: #aaa !important; } 

/* 레이아웃 크기 지정 */
.wrapper { max-width: 1440px; margin: 0 auto; padding-right: 20px; padding-left: 20px; } 

#hd_pop,#hd_wrapper,#tnb .inner,#gnb .gnb_wrap,#container_wr,#ft_wr { width: 1200px; } 

/* 팝업레이어 */
#hd_pop { z-index: 1000; position: relative; margin: 0 auto; height: 0; } 
#hd_pop h2 { position: absolute; font-size: 0; line-height: 0; overflow: hidden; } 
.hd_pops { position: absolute; border: 1px solid #e9e9e9; background: #fff; } 
.hd_pops img { max-width: 100%; } 
.hd_pops_con { } 
.hd_pops_footer { padding: 0; background: #000; color: #fff; text-align: left; position: relative; } 
.hd_pops_footer:after { display: block; visibility: hidden; clear: both; content: ""; } 
.hd_pops_footer button { padding: 10px; border: 0; color: #fff; } 
.hd_pops_footer .hd_pops_reject { background: #000; text-align: left; } 
.hd_pops_footer .hd_pops_close { background: #393939; position: absolute; top: 0; right: 0; } 

/* 상단 레이아웃 */
/* header */
#header { position: fixed; width: 100%; top: 0; left: 0; box-sizing: border-box; transition: all 0.3s; height: 140px; z-index: 1000; } 
#header.scroll, #header.on { background-color: #fff!important; box-shadow: 3px 3px 6px 0 rgba(0,0,0,0.05)!important; } 
#sub #header { background-color: #fff; } 
#sub .sub_01 #header { background-color: transparent; } 

#header .h_inner { max-width: 1440px; width: 100%; margin: 0 auto; box-sizing: border-box; padding: 0 20px; } 
#header .h_bottom .logo { position: absolute; left: 20px; top: 30px; z-index: 3; } 

#header .h_bottom .right_box { position: absolute; right: 20px; top: 43px; font-size: 0; } 
#header .h_bottom .right_box .quick_wrap { display: inline-flex; position: relative; column-gap: 23px; margin-right: 23px; } 
#header .h_bottom .right_box .quick_wrap a { display: block; } 
#header .h_bottom .right_box .quick_wrap a img { width: 20px; } 
#header .h_bottom .right_box .menu_btn { display: inline-block; vertical-align: middle; width: 30px; height: 22px; position: relative; cursor: pointer; z-index: 3; } 
#header .h_bottom .right_box .menu_btn span { position: absolute; width: 100%; height: 2px; background-color: #070506; transition: all 0.3s; left: 0; } 
#header .h_bottom .right_box .menu_btn span:nth-child(1) { top: 5px; } 
#header .h_bottom .right_box .menu_btn.on span:nth-child(1) { top: 50%; margin-top: -1px; transform: rotate(135deg); } 
#header .h_bottom .right_box .menu_btn span:nth-child(2) { top: 15px; } 
#header .h_bottom .right_box .menu_btn.on span:nth-child(2) { top: 50%; margin-top: -1px; transform: rotate(-135deg); } 

#header .siteMap { position: fixed; width: 100%; top: 0; left: 0; background-color: #fff; z-index: 2; text-align: center; padding: 74px 0 49px; box-sizing: border-box; box-shadow: 3px 3px 6px 0 rgba(0,0,0,0.1); transition: all 0.3s; display: none; opacity: 0; } 
#header .siteMap.on { opacity: 1; } 
#header .siteMap .dep2_ttl { display: none!important; } 
#header .siteMap .top_link { max-width: 440px; width: 100%; box-sizing: border-box; display: flex; flex-flow: wrap; margin: 0 auto; margin-bottom: 68px; } 
#header .siteMap .top_link li { width: calc(33.3% - 6.666px); margin-right: 10px; } 
#header .siteMap .top_link li:last-child { margin-right: 0; } 
#header .siteMap .top_link li a { display: block; line-height: 38px; border: 1px solid #222222; text-align: center; font-family: "Montserrat", "Noto Sans KR", sans-serif; font-size: 13px; color: #000000; transition: all 0.2s; text-transform: uppercase; } 
#header .siteMap .top_link li.on a { color: #fff; background-color: #111111; border-color: #111111; font-weight: 600; } 
#header .siteMap .top_link li a:hover { color: #fff; background-color: #111111; border-color: #111111; } 
#header .siteMap .top_link li a span { display: inline-block; transition: background-color 0.2s; } 

#header .siteMap .menu_wrap .dep1 { margin-bottom: 27px; } 
#header .siteMap .menu_wrap .dep1:last-child { margin-bottom: 0; } 
#header .siteMap .menu_wrap .dep1 > a { font-family: "Montserrat", "Noto Sans KR", sans-serif; font-size: 36px; color: #aaaaaa; font-weight: 600; transition: all 0.3s; letter-spacing: 0.05em; } 
#header .siteMap .menu_wrap .dep1 > a:hover { color: #000000; } 

#header .siteMap .btm_btn { padding-top: 31px; } 
#header .siteMap .btm_btn .catalog_btn { display: block; width: 138px; border: 1px solid #969696; line-height: 38px; border-radius: 20px; margin: 0 auto; font-family: "Montserrat", "Noto Sans KR", sans-serif; font-size: 13px; color: #333333; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 55px; transition: all 0.3s; } 
#header .siteMap .btm_btn .catalog_btn:hover { background-color: #969696; color: #fff; } 
#header .siteMap .btm_btn .lang { display: inline-block; font-size: 0; } 
#header .siteMap .btm_btn .lang li { display: inline-block; padding-right: 15px; margin-right: 16px; position: relative; } 
#header .siteMap .btm_btn .lang li:last-child { padding-right: 0; margin-right: 0; } 
#header .siteMap .btm_btn .lang li::before { content: ''; width: 1px; height: 14px; background-color: #dddddd; position: absolute; right: 0; top: 50%; margin-top: -7px; } 
#header .siteMap .btm_btn .lang li:last-child::before { display: none; } 
#header .siteMap .btm_btn .lang li a { display: inline-block; font-family: "Montserrat", "Noto Sans KR", sans-serif; font-size: 14px; color: #aaaaaa; letter-spacing: 0.05em; } 
#header .siteMap .btm_btn .lang li.on a { color: #222222; } 
#header .siteMap .btm_btn .lang li a:hover { text-decoration: underline; } 

#header .h_search { position: fixed; top: 140px; left: 0; background-color: #fff; width: 100%; padding: 94px 20px 95px; box-sizing: border-box; box-shadow: 3px 3px 6px 0 rgba(0,0,0,0.05); display: none; } 
#header .h_search::before { content: ''; width: 100%; height: 1px; background-color: #eeeeee; position: absolute; top: 0; left: 0; } 
#header .h_search .s_wrap { position: relative; box-sizing: border-box; padding-left: 181px; max-width: 832px; width: 100%; margin: 0 auto; } 
#header .h_search .s_wrap select { width: 160px; height: 60px; position: absolute; left: 0; top: 0; font-size: 18px; color: #444444; font-weight: 350; border: none; border-bottom: 3px solid #000000; outline: none; box-sizing: border-box; } 
#header .h_search .s_wrap input { width: 100%; border: none; border-bottom: 3px solid #000; font-size: 20px; color: #444; font-weight: 350; height: 60px; box-sizing: border-box; outline: none; padding: 0 49px 0 0; } 

/* PC */
@media all and (min-width: 1025px){
 .pc_show { display:block !important; } 
 .pc_i_show { display: inline-block !important; } 
 .m_show { display: none !important; } 
 .m_i_show { display: none !important; } 

 /* header */
 #header:hover { background-color: #fff!important; box-shadow: 3px 3px 6px 0 rgba(0,0,0,0.05)!important; } 
 
 #header .h_top { border-bottom: 1px solid #000000; } 
 #header .h_top .h_inner { position: relative; display: flex; justify-content: flex-end; } 
 #header .h_top .lang { position: relative; } 
 #header .h_top .lang .on_txt { padding-right: 20px; position: relative; line-height: 40px; cursor: pointer; font-size: 11px; color: #000000; text-transform: uppercase; } 
 #header .h_top .lang .on_txt::before { content: ''; width: 16px; height: 16px; position: absolute; right: 0; top: 50%; transform: translateY(-50%); transition: all 0.3s; } 
 #header .h_top .lang:hover .on_txt::before { transform: translateY(-50%) rotate(180deg); } 
 #header .h_top .lang ul { position: absolute; width: 100%; top: 50px; left: 0; background-color: #898989; transition: all ease 0.3s; opacity: 0; visibility: hidden; z-index: 10; box-shadow: 3px 3px 6px 0 rgba(0,0,0,0.1); } 
 #header .h_top .lang:hover ul { top: 40px; opacity: 1; visibility: visible; } 
 #header .h_top .lang ul li { margin-bottom: 1px; } 
 #header .h_top .lang ul li:first-child { padding-top: 5px; } 
 #header .h_top .lang ul li:last-child { padding-bottom: 3px; margin-bottom: 0; } 
 #header .h_top .lang ul li a { display: block; font-family: "Montserrat", "Noto Sans KR", sans-serif; text-align: center; font-size: 11px; color: #fff; line-height: 18px; } 
 #header .h_top .lang ul li a:hover { text-decoration: underline; } 

 #header .h_bottom .h_inner { position: relative; padding: 0 130px 0 305px; text-align: center; } 
 #header .h_bottom .menu_bg { position: fixed; width: 100%; height: 0; top: 140px; left: 0; background-color: #fff; overflow: hidden; box-shadow: 3px 3px 12px -6px rgba(0,0,0,0.1); transition: all 0.3s; } 
 #header .h_bottom .menu_bg > div { max-width: 1400px; margin: 0 auto; width: 100%; box-sizing: border-box; height: 249px; background-color: #fff; position: relative; z-index: 1; } 
 #header .h_bottom .menu_bg > div::before { content: ''; width: 350px; height: 249px; background-color: #fafafa; position: absolute; top: 0; left: 0; } 
 #header .h_bottom .menu_bg::before { content: ''; width: 100%; height: 1px; background-color: #eeeeee; position: absolute; top: 0; left: 0; z-index: 3; } 
 #header .h_bottom .menu_bg::after { content: ''; width: 50%; height: 100%; background-color: #fafafa; position: absolute; top: 0; left: 0; } 
 #header .h_bottom .menu_bg.on { height: 249px; } 

 #header .menu_box .dep1_wrap { font-size: 0; } 
 #header .menu_box .dep1 { display: inline-block; padding-right: 48px; } 
 #header .menu_box .dep1:last-child { padding-right: 0; } 
 #header .menu_box .dep1 > a { display: block; font-family: "Montserrat", "Noto Sans KR", sans-serif; font-size: 16px; color: #070506; font-weight: 600; transition: all 0.3s; padding: 45px 0 36px; } 
 #header .menu_box .dep1:hover > a { color: #4092ff; } 
 #header .menu_box .dep1.on > a { color: #4092ff; } 
 #header .menu_box .dep2_wrap { position: absolute; top: 100px; left: 0; padding: 0 20px 0 0; box-sizing: border-box; font-size: 0; width: 100%; background-color: #fff; overflow: hidden; height: 0; transition: all 0.3s; } 
 #header .menu_box .dep1 .dep2_wrap.on { height: 248px; } 
 #header .menu_box .dep2_wrap .dep2_ttl { width: 370px; height: 248px; background-color: #fafafa; text-align: left; box-sizing: border-box; padding: 52px 0 0 20px; display: inline-block; vertical-align: top; } 
 #header .menu_box .dep2_wrap .dep2_ttl strong { font-family: "Montserrat", "Noto Sans KR", sans-serif; font-size: 26px; color: #000000; font-weight: 600; margin-bottom: 6px; display: block; } 
 #header .menu_box .dep2_wrap .dep2_ttl p { font-size: 14px; line-height: 24px; letter-spacing: -0.05em; word-break: keep-all; color: #444444; font-weight: 350; } 
 #header .menu_box .dep2_wrap ul { width: calc(100% - 370px); text-align: left; display: inline-block; font-size: 0; vertical-align: top; box-sizing: border-box; padding-top: 32px; } 
 #header .menu_box .dep2_wrap ul li { width: 20%; text-align: center; display: inline-block; margin-top: 20px; } 
 #header .menu_box .dep2_wrap ul li a { display: inline-block; font-size: 15px; color: #666666; transition: all 0.3s; border-bottom: 1px solid transparent; line-height: 29px; } 
 #header .menu_box .dep2_wrap ul li a:hover { color: #4092ff; border-color: #4092ff; } 
 #header .siteMap .dep2_wrap { display: none!important; } 
 }

@media all and (max-width: 1345px){
 #header .menu_box .dep1 { padding-right: 38px; } 
 #header .menu_box .dep1 > a { font-size: 15px; padding: 46px 0 36px; } 
 }

@media all and (max-width: 1160px){
 #header .h_bottom .logo img { height: 42px; } 
 #header .menu_box .dep1 { padding-right: 22px; } 
 #header .menu_box .dep1 > a { font-size: 14px; padding: 47px 0 36px; } 
 }

/* 태블릿&모바일 공통*/
@media all and (max-width: 1024px){
 .pc_show { display:none !important; } 
 .pc_i_show { display: none !important; } 
 .m_show { display: block !important; } 
 .m_i_show { display: inline-block !important; } 

 /* header */
 #header { height: 70px; } 

 #header .h_top { display: none!important; } 

 #header .h_bottom .h_inner { position: relative; } 
 #header .h_bottom .logo { left: 20px; top: 24px; } 
 #header .h_bottom .logo img { height: 26px; } 
 #header .h_bottom .right_box { top: 31px; } 
 #header .h_bottom .right_box .quick_wrap { margin-right: 17px; } 
 #header .h_bottom .right_box .menu_btn { width: 20px; height: 13px; } 
 #header .h_bottom .right_box .menu_btn span:nth-child(1) { top: 2px; } 
 #header .h_bottom .right_box .menu_btn span:nth-child(2) { top: 9px; } 

 #header .menu_box { display: none!important; } 

 #header .siteMap { padding: 90px 0 0; } 
 #header .siteMap .sm_inner { height: 70vh; overflow-y: auto; padding: 0 20px 47px; box-sizing: border-box; } 
 #header .siteMap .top_link { max-width: 280px; margin-bottom: 36px; } 
 #header .siteMap .top_link li { width: calc(33.3% - 3.333px); margin-right: 5px; } 
 #header .siteMap .top_link li a { font-size: 10px; line-height: 24px; } 
 #header .siteMap .top_link li:nth-child(1) a span { padding-left: 12px; background-size: 9px!important; } 
 #header .siteMap .top_link li:nth-child(2) a span { padding-left: 13px; background-size: 9px!important; } 
 #header .siteMap .top_link li:nth-child(3) a span { padding-left: 15px; background-size: 11px!important; } 
 #header .siteMap .menu_wrap .dep1 { margin-bottom: 16px; } 
 #header .siteMap .menu_wrap .dep1 > a { font-size: 20px; } 
 #header .siteMap .menu_wrap .dep2_wrap { display: none; } 
 #header .siteMap .menu_wrap .dep2_wrap li { margin-bottom: 5px; } 
 #header .siteMap .menu_wrap .dep2_wrap li:first-child { padding-top: 10px; } 
 #header .siteMap .menu_wrap .dep2_wrap li:last-child { padding-bottom: 10px; margin-bottom: 0; } 
 #header .siteMap .menu_wrap .dep2_wrap li a { font-size: 14px; color: #333; line-height: 22px; display: inline-block; } 

 #header .siteMap .btm_btn { padding-top: 15px; } 
 #header .siteMap .btm_btn .lang { } 
 #header .siteMap .btm_btn .lang li { padding-right: 13px; margin-right: 12px; } 
 #header .siteMap .btm_btn .lang li::before { height: 8px; margin-top: -4px; } 
 #header .siteMap .btm_btn .lang li a { font-size: 11px; } 

 #header .h_search { top: 70px; padding: 20px 20px; } 
 #header .h_search .s_wrap { padding-left: 90px; max-width: 295px; } 
 #header .h_search .s_wrap select { height: 41px; border-bottom: 2px solid #000; font-size: 11px; width: 80px; } 
 #header .h_search .s_wrap input { height: 41px; border-bottom: 2px solid #000; font-size: 11px; padding: 0 35px 0 0; } 
 #header .h_search .s_wrap .s_btn { height: 41px; width: 21px; background-size: 21px; } 
 }
/* 모바일 */
@media all and (max-width: 768px) { } 


/* 중간 레이아웃 */
#page .nav_box { position: fixed; right: 0; width: 100%; top: 50%; padding: 0 20px; z-index: 500; } 
#page .nav_wrap { max-width: 1796px; position: relative; width: 100%; margin: 0 auto; } 
#page .nav_box ul { position: absolute; right: 0; top: 50%; transform:translate(0%, -50%); -webkit-transform:translate(0%, -50%); } 
#page .nav_box ul li { width: 17px; margin-bottom: 2px; } 
#page .nav_box ul li:last-child { margin-bottom: 0; } 
#page .nav_box ul li a { display: block; height: 35px; position: relative; } 
#page .nav_box ul li a::before { content: ''; width: 6px; height: 6px; position: absolute; border-radius: 10px; background-color: rgba(0,0,0,0.3); top: 50%; right: 0; transform:translate(0%, -50%); -webkit-transform:translate(0%, -50%); transition: all 0.3s } 
#page .nav_box ul li.on a::before { background-color: #4092ff; transform: scale(1.666); } 
#page .nav_box ul li a span { position: absolute; right: 100%; display: block; width: 117px; height: 35px; padding-right: 5px; box-sizing: border-box; display:flex; justify-content:center; align-items:center; table-layout:fixed; text-align: center; font-size: 11px; color: #ffffff; font-family: "Montserrat", "Noto Sans KR", sans-serif; font-weight: 600; text-transform: uppercase; visibility: hidden; opacity: 0; transition: all 0.3s; } 
#page .nav_box ul li a:hover span { visibility: visible; opacity: 1; } 
#page .nav_box ul li a span::before { content: ''; width: 112px; height: 100%; background-color: #4092ff; position: absolute; left: 0; top: 0; z-index: -1; } 
#page .nav_box ul li a span::after { content: ''; width: 5px; height: 10px; background: url('../img/homepage/nav_arrow.png') no-repeat center; position: absolute; right: 0; top: 50%; margin-top: -5px; } 


@-webkit-keyframes slide-in-right { 
 0% { -webkit-transform: translateX(150px); transform: translateX(150px); opacity: 0; } 
100% { -webkit-transform: translateX(0); transform: translateX(0); opacity: 1; } 
 }
@keyframes slide-in-right { 
 0% { -webkit-transform: translateX(150px); transform: translateX(150px); opacity: 0; } 
100% { -webkit-transform: translateX(0); transform: translateX(0); opacity: 1; } 
 }

section .title1 { text-align: center; } 
section .title1 strong { font-family: "Montserrat", "Noto Sans KR", sans-serif; font-size: 54px; color: #000000; font-weight: 600; text-transform: uppercase; display: inline-block; position: relative; } 

/* #main .section1 */
#main .section1 { position: relative; } 
#main .section1 .slick-track, #main .section1 .slick-slider, #main .section1 .slick-list { height: 100%; } 
#main .section1 .slide_box { position: absolute; width: 100%; height: 100%; top: 0; left: 0; font-size: 0; } 
/*#main .section1 .con_box { position: relative; } */
#main .section1 .img_box { position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-size: cover!important; background-repeat: no-repeat!important; background-position: center!important; } 
#main .section1 .txt_box { position: absolute; width: 100%; height: 100%; top: 0; left: 0; padding: 0 20px; box-sizing: border-box; display:flex; justify-content:center; align-items:center; table-layout:fixed } 
#main .section1 .txt_box .txt_wrap { max-width: 1400px; width: 100%; } 
#main .section1 .txt_box .txt_wrap > div { max-width: 700px; font-family: "Montserrat", "Noto Sans KR", sans-serif; } 
#main .section1 .txt_box .txt_wrap > div.f_kor { font-family:'Noto Sans KR', sans-serif!important; } 
#main .section1 .txt_box .txt1 { font-size: 26px; color: #000000; font-weight: 300; word-break: keep-all; margin-bottom: 11px; } 
#main .section1 .txt_box .txt2 { font-size: 72px; color: #000000; font-weight: 600; word-break: keep-all; text-transform: uppercase; margin-bottom: 29px; } 
#main .section1 .txt_box .txt3 { font-size: 18px; color: #333333; font-weight: 500; word-break: keep-all; margin-bottom: 22px; } 
#main .section1 .txt_box .txt4 { font-size: 16px; color: #333333; font-weight: 300; word-break: keep-all; margin-bottom: 102px; } 
#main .section1 .txt_box .txt4 p { margin-bottom: 10px; text-indent: -9px; padding-left: 9px; line-height: 22px; } 
#main .section1 .txt_box .txt4 p:last-child { margin-bottom: 0; } 
#main .section1 .txt_box .btn a { font-size: 13px; color: #000000; text-transform: uppercase; display: inline-block; position: relative; padding-right: 60px; transition: all 0.3s; letter-spacing: 0.1em; line-height: 40px; } 
#main .section1 .txt_box .btn a span { width: 40px; height: 9px; background: url('../img/homepage/section1_btn_arrow.png') no-repeat right center; position: absolute; left: 100px; top: 50%; margin-top: -4px; transition: all 0.3s; } 
#main .section1 .txt_box .btn a span::before { content: ''; width: 25px; height: 25px; border-radius: 50px; position: absolute; background-color: rgba(0,0,0,0.1); top: 50%; margin-top: -13px; right: -11px; transition: all 0.3s; z-index: -1; opacity: 0; } 

#main .section1 .txt_wrap > div { opacity: 0; } 
#main .section1 .txt_wrap > div.on { -webkit-animation: slide-in-right 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both; animation: slide-in-right 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both; } 
#main .section1 .txt_box .txt2.on { animation-delay: 0.3s; } 
#main .section1 .txt_box .txt3.on { animation-delay: 0.6s; } 
#main .section1 .txt_box .txt4.on { animation-delay: 0.9s; } 
#main .section1 .txt_box .btn.on { animation-delay: 1.5s; } 
#main .section1 .slick-dots { position: absolute; width: 100%; text-align: center; bottom: 40px; left: 0; font-size: 0; } 
#main .section1 .slick-dots li { display: inline-block; vertical-align: middle; padding: 0 3px; } 
#main .section1 .slick-dots li button { padding: 0; margin: 0; font-size: 0; width: 40px; height: 3px; transition: all 0.3s; } 
#main .section1 .slick-dots li.slick-active button { background-color: #000000; } 
#main .section1 .slick-dots .stop_btn { display: inline-block; cursor: pointer; width: 8px; height: 9px; background: url('../img/homepage/section1_stop.png') no-repeat center; vertical-align: middle; transition: all 0.3s; margin-left: 17px; } 
#main .section1 .slick-dots .stop_btn.on { background: url('../img/homepage/section1_play.png') no-repeat center; } 

#main .section1 .left_txt { position: absolute; left: 50%; top: 50%; transform:translate(-50%, 0%); -webkit-transform:translate(-50%, 0%); z-index: 1; max-width: 1830px; width: 100%; padding: 0 15px; box-sizing: border-box; width: 100%; cursor: default; text-align: left; opacity: 0; transition: all ease 0.7s; } 
#main .section1 .left_txt.on { opacity: 1; } 
#main .section1 .left_txt .txt_wrap { position: absolute; left: 15px; top: 50%; padding-bottom: 100px; animation: bottom1 0.6s 0.8s ease-in infinite alternate; /*animation-fill-mode:both; */ transition: all 0.3s; margin-top: -100px; } 
#main .section1 .left_txt .txt_wrap::before { content: ''; width: 1px; height: 80px; background-color: #000; opacity: 0.3; position: absolute; left: 6px; bottom: 0; } 
#main .section1 .left_txt span { transform: rotate(360deg); display: inline-block; writing-mode: vertical-rl; text-orientation: mixed; font-family: "Montserrat", "Noto Sans KR", sans-serif; font-size: 11px; color: #070506; text-transform: uppercase; line-height: 11px; } 

@keyframes bottom1 { 
 0% { margin-top: -100px; } 
 100% { margin-top: -70px; } 
 0% { margin-top: -100px; } 
 }

 /* #main .section2 */
#main .section2 { padding: 164px 20px 0; } 
#main .section2 .tab_list { text-align: center; font-size: 0; margin-top: 63px; } 
#main .section2 .tab_list li { display: inline-block; cursor: pointer; position: relative; font-size: 18px; color: #aaaaaa; margin-right: 57px; transition: color 0.3s; } 
#main .section2 .tab_list li:last-child { margin-right: 0; } 
#main .section2 .tab_list li.on { font-weight: 700; color: #222222; } 
#main .section2 .tab_list li::before { content: ''; width: 1px; height: 14px; background-color: #dddddd; position: absolute; top: 50%; margin-top: -7px; right: -26px; cursor: default; } 
#main .section2 .tab_list li:last-child::before { display: none; } 
#main .section2 .con_box { max-width: 1400px; width: 100%; margin: 0 auto; box-sizing: border-box; margin-top: 61px; } 
#main .section2 .con_box .con_wrap { display: none; flex-flow: wrap; } 
#main .section2 .con_box .con_wrap.on { display: flex; } 
#main .section2 .con_box .img_box { width: 650px; } 
#main .section2 .con_box .img_box img { width: 100%; } 
#main .section2 .con_box .txt_box { width: calc(100% - 650px); box-sizing: border-box; padding: 78px 20px 0; } 
#main .section2 .con_box .txt_box > div { max-width: 552px; width: 100%; margin: 0 auto; } 
#main .section2 .con_box .txt_box .txt1 { font-family: "Montserrat", "Noto Sans KR", sans-serif; font-size: 96px; color: #eeeeee; font-weight: 900; font-style: italic; margin-bottom: 11px; } 
#main .section2 .con_box .txt_box .txt2 { font-family: "Montserrat", "Noto Sans KR", sans-serif; font-size: 34px; color: #000000; word-break: keep-all; font-weight: 500; margin-bottom: 30px; } 
#main .section2 .con_box .txt_box .txt3 { font-size: 16px; color: #666666; letter-spacing: -0.05em; font-weight: 350; word-break: keep-all; line-height: 30px; } 

 /* #main .section3 */
#main .section3 { padding: 184px 20px 200px; } 
#main .section3 .slide_box { max-width: 1400px; width: 100%; box-sizing: border-box; margin: 0 auto; padding: 0 85px; position: relative; font-size: 0; margin-top: 67px; } 
#main .section3 .slick-slide { padding: 20px 15px 0; } 
#main .section3 .con_box { display: block; position: relative; top: 0; transition: all 0.3s } 
#main .section3 .img_box { height: 380px; position: relative; overflow: hidden; aspect-ratio: 1; } 
#main .section3 .img_box > div { background-repeat: no-repeat!important; background-position: center!important; background-size: cover!important; position: absolute; width: 100%; height: 100%; top: 0; left: 0; transition: all ease 0.5s; } 
#main .section3 .txt_box { transition: all 0.3s; padding: 35px 20px 42px; box-sizing: border-box; text-align: center; } 
#main .section3 .txt_box .txt1 { font-family: "Montserrat", "Noto Sans KR", sans-serif; font-size: 24px; color: #000000; font-weight: 700; transition: all 0.3s; margin-bottom: 16px; overflow: hidden; text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; } 
#main .section3 .txt_box .txt2 { font-family: "Montserrat", "Noto Sans KR", sans-serif; font-size: 15px; color: #666666; overflow: hidden; text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; } 
#main .section3 .slick-arrow { position: absolute; width: 50px; height: 50px; top: 50%; margin-top: -25px; font-size: 0; color: transparent; transition: all ease 0.5s; background-size: cover!important; } 
#main .section3 .slick-prev { left: -85px; background: url('../img/homepage/section3_prev.png') no-repeat center; } 
#main .section3 .slick-next { right: -85px; background: url('../img/homepage/section3_next.png') no-repeat center; } 
#main .section3 .slick-dots { text-align: center; font-size: 0; margin-top: 23px; } 
#main .section3 .slick-dots li { display: inline-block; padding: 0 3px; } 
#main .section3 .slick-dots li button { width: 40px; height: 3px; margin: 0; padding: 0; transition: all 0.3s; background-color: #c8c8c8; font-size: 0; color: transparent; } 
#main .section3 .slick-dots li.slick-active button { background-color: #000000; } 

 /* #main .section4 */
#main .section4 { padding: 184px 20px 217px; background-color: #f1f1f0; } 
#main .section4 .con_box { display: grid; grid-template-columns: repeat(6, 1fr); max-width: 1400px; box-sizing: border-box; margin: 0 auto; width: 100%; border-top: 1px solid #b6b6b6; border-left: 1px solid #b6b6b6; margin-top: 127px; } 
#main .section4 .con_box .con_wrap { box-sizing: border-box; display: inline-block; border-bottom: 1px solid #b6b6b6; border-right: 1px solid #b6b6b6; position: relative; text-align: center; height: 180px; overflow: hidden; } 
#main .section4 .con_box .txt_box { position: absolute; width: 100%; height: 100%; top: 0; left: 0; display:flex; justify-content:center; align-items:center; table-layout:fixed } 
#main .section4 .con_box .txt_box p { font-family: "Montserrat", "Noto Sans KR", sans-serif; font-size: 15px; color: #777777; width: 100%; } 
#main .section4 .con_box .txt_box p img { display: block; max-width: 100%; margin: 0 auto; margin-bottom: 24px; } 
#main .section4 .con_box .con_wrap .hover_box { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 1; transition: all 0.3s; overflow: hidden; opacity: 0; } 
#main .section4 .con_box .con_wrap:hover .hover_box { opacity: 1; } 
#main .section4 .con_box .con_wrap .hover_box .img_box { position: absolute; width: 100%; height: 100%; top: 0; left: 0; transition: all ease 0.5s; background-size: cover!important; } 
#main .section4 .con_box .con_wrap:hover .hover_box .img_box { transform: scale(1.15); } 
#main .section4 .con_box .con_wrap .hover_box .btn { position: absolute; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; top: 100%; left: 0; font-family: 'Montserrat', sans-serif; font-size: 13px; color: #ffffff; text-align: center; background: rgba(64,146,255,0.8); transition: all ease 0.4s; } 
#main .section4 .con_box .con_wrap:hover .hover_box .btn { letter-spacing: 0.1em; top: 0; } 

 /* #main .section5 */
#main .section5 { padding: 184px 20px 200px; } 
#main .section5 .con_box { display: flex; flex-flow: wrap; max-width: 1400px; width: 100%; margin: 0 auto; box-sizing: border-box; } 
#main .section5 .con_box .left_box { width: calc(100% - 684px); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; } 
section#main .section5 .left_box .title1 { font-family: "Montserrat", "Noto Sans KR", sans-serif; margin-bottom: 52px; } 
#main .section5 .con_box .left_box .txt1 { font-size: 22px; color: #000000; word-break: keep-all; margin-bottom: 14px; } 
#main .section5 .con_box .left_box .txt2 { font-size: 16px; color: #666666; line-height: 30px; font-weight: 350; word-break: keep-all; margin-bottom: 48px; letter-spacing: -0.05em; } 
#main .section5 .con_box .left_box .btn a { font-size: 13px; color: #000000; text-transform: uppercase; display: inline-block; position: relative; padding-right: 60px; transition: all 0.3s; letter-spacing: 0.1em; line-height: 40px; } 
#main .section5 .con_box .left_box .btn a span { width: 40px; height: 9px; background: url('../img/homepage/section1_btn_arrow.png') no-repeat right center; position: absolute; left: 100px; top: 50%; margin-top: -4px; transition: all 0.3s; } 
#main .section5 .con_box .left_box .btn a span::before { content: ''; width: 25px; height: 25px; border-radius: 50px; position: absolute; background-color: rgba(0,0,0,0.1); top: 50%; margin-top: -13px; right: -11px; transition: all 0.3s; z-index: -1; opacity: 0; } 
#main .section5 .con_box .right_box { width: 684px; padding-top: 19px; } 
#main .section5 .con_box .right_box .list_box { display: grid; grid-template-columns: repeat(3, 1fr); gap: 42px; } 
#main .section5 .con_box .right_box .list_box a { box-sizing: border-box; display:flex; justify-content:center; align-items:center; table-layout:fixed; cursor: default; } 
#main .section5 .con_box .right_box .list_box a > div { position: relative; border: 1px solid #888888; } 
#main .section5 .con_box .right_box .list_box img { display: block; margin: 0 auto; max-width: 100%; max-height: 60px; transition: all 0.3s; } 

 /* #main .section6 */
#main .section6 { background: url('../img/homepage/section6_bg.jpg') center / cover no-repeat;; background-size: cover; padding: 155px 20px; } 
#main .section6 .con_box { display: flex; flex-flow: wrap; max-width: 1400px; width: 100%; margin: 0 auto; box-sizing: border-box; background-color: rgba(255,255,255 ,0.9); padding: 109px 0 115px; } 
#main .section6 .left_box { width: 47.2%; text-align: right; position: relative; } 
#main .section6 .left_box .txt_box { max-width: 540px; text-align: center; width: 100%; display: inline-block; } 
#main .section6 .left_box .txt_box .txt_wrap { text-align: left; display: inline-block; } 
#main .section6 .left_box .ttl { font-family: "Montserrat", "Noto Sans KR", sans-serif; font-size: 54px; line-height: 60px; color: #000000; font-weight: 700; word-break: keep-all; text-transform: uppercase; margin-bottom: 20px; } 
#main .section6 .left_box .info { font-size: 15px; color: #000000; line-height: 28px; word-break: keep-all; } 
#main .section6 .left_box .info span { font-weight: 500; } 
#main .section6 .right_box { width: 52.8%; text-align: left; } 
#main .section6 .right_box .txt_box { max-width: 613px; width: 100%; text-align: center; display: inline-block; } 
#main .section6 .right_box .txt_wrap { display: inline-block; text-align: left; } 
#main .section6 .right_box .txt1 { font-size: 24px; color: #000000; letter-spacing: -0.025em; word-break: keep-all; font-weight: 500; margin-bottom: 18px; } 
#main .section6 .right_box .txt2 { font-size: 16px; color: #666666; letter-spacing: -0.05em; word-break: keep-all; margin-bottom: 47px; } 
#main .section6 .right_box .btn { text-align: left; font-size: 0; } 
#main .section6 .right_box .btn a { display: inline-block; font-size: 13px; color: #ffffff; width: 240px; line-height: 64px; background-color: #000000; transition: all 0.3s; text-align: center; text-transform: uppercase; letter-spacing: 0.2em; z-index: 1; position: relative; transition: all ease 0.3s; overflow: hidden; } 
#main .section6 .right_box .btn a:before { content:''; position:absolute; left:-40px; bottom:100%; z-index:-1; background: rgba(255,255,255,0.6); height:320px; width:320px; border-radius:50%; transition:all ease 0.5s; } 
#main .section6 .right_box .btn a:hover:before { bottom:-60px; } 


/* PC */
@media all and (min-width:1025px) { /* #main .section1 */
 #main .section1 .txt_box .btn a:hover { padding-right: 80px; } 
 #main .section1 .txt_box .btn a:hover span { width: 60px; } 
 #main .section1 .txt_box .btn a:hover span::before { transform: scale(2); opacity: 1; } 

 /* #main .section3 */
 #main .section3 .con_box:hover { top: -20px; box-shadow: 3px 3px 12px 0 rgba(0,0,0,0.1); } 
 #main .section3 .con_box:hover .img_box > div { transform: scale(1.1); } 
 #main .section3 .con_box:hover .txt_box { background-color: #fff; } 
 #main .section3 .con_box:hover .txt_box .txt1 { color: #4092ff; } 
 #main .section3 .slick-arrow:hover { transform: scale(1.2); } 

 /* #main .section5 */
 #main .section5 .con_box .left_box .btn a:hover { padding-right: 80px; } 
 #main .section5 .con_box .left_box .btn a:hover span { width: 60px; } 
 #main .section5 .con_box .left_box .btn a:hover span::before { transform: scale(2); opacity: 1; } 
 }

@media all and (max-width:1160px) { /* #main .section2 */
 #main .section2 .con_box .img_box { width: 540px; } 
 #main .section2 .con_box .txt_box { width: calc(100% - 540px); padding: 28px 20px 0; } 

 /* #main .section5 */
 #main .section5 .con_box .left_box { width: calc(100% - 544px); } 
 #main .section5 .con_box .right_box { width: 544px; } 
 }

/* 태블릿&모바일 공통*/
@media all and (max-width:1024px){
 #page .nav_box { display: none!important; } 

 section .title1 strong { font-size: 27px; } 
 section .title1 strong::before { width: 11px; height: 11px; background-size: 11px; } 

 /* #main .section1 */
 #main .section1 .txt_box { display: block; padding-top: 158px; } 
 #main .section1 .txt_box .txt1 { font-size: 12px; margin-bottom: 7px; } 
 #main .section1 .txt_box .txt2 { font-size: 36px; margin-bottom: 7px; } 
 #main .section1 .txt_box .txt3 { font-size: 14px; margin-bottom: 8px; } 
 #main .section1 .txt_box .txt4 { font-size: 12px; margin-bottom: 17px; } 
 #main .section1 .txt_box .txt4 p { margin-bottom: 3px; text-indent: -6px; padding-left: 6px; line-height: 18px; } 
 #main .section1 .txt_box .btn a { font-size: 10px; line-height: 30px; padding-right: 31px; } 
 #main .section1 .txt_box .btn a span { left: 75px; width: 21px; background: url('../img/homepage/section1_btn_arrow_m.png') no-repeat right center; margin-top: -5px; } 
 #main .section1 .slick-dots { bottom: 30px; } 
 #main .section1 .slick-dots li { padding: 0 2px; } 
 #main .section1 .slick-dots li button { width: 20px; height: 2px; } 
 #main .section1 .slick-dots .stop_btn { margin-left: 7px; } 
 #main .section1 .left_txt { display: none; } 

 /* #main .section2 */
 #main .section2 { padding: 72px 20px 0; } 
 #main .section2 .tab_list { margin-top: 31px; } 
 #main .section2 .tab_list li { font-size: 12px; margin-right: 50px; } 
 #main .section2 .tab_list li::before { height: 7px; margin-top: -4px; right: -25px; } 
 #main .section2 .con_box { margin-top: 27px; } 
 #main .section2 .con_box .img_box { width: 100%; margin-bottom: 15px; } 
 #main .section2 .con_box .txt_box { width: 100%; padding: 0; text-align: center; } 
 #main .section2 .con_box .txt_box > div { max-width: 100%; } 
 #main .section2 .con_box .txt_box .txt1 { margin-bottom: 1px; font-size: 48px; } 
 #main .section2 .con_box .txt_box .txt2 { margin-bottom: 6px; font-size: 18px; } 
 #main .section2 .con_box .txt_box .txt3 { font-size: 12px; line-height: 20px; max-width: 335px; width: 100%; margin: 0 auto; } 
 #main .section2 .con_box .txt_box .txt3 br { display: none; } 

 /* #main .section3 */
 #main .section3 { padding: 68px 15px 80px; } 
 #main .section3 .slide_box { padding: 0; margin-top: 33px; } 
 #main .section3 .slick-slide { padding: 0 7px; } 
 #main .section3 .img_box { height: auto; padding-bottom: 100%; } 
 #main .section3 .txt_box { padding: 18px 0 0; } 
 #main .section3 .txt_box .txt1 { margin-bottom: 7px; font-size: 14px; } 
 #main .section3 .txt_box .txt2 { font-size: 12px; } 
 #main .section3 .slick-arrow { display: none!important; } 
 #main .section3 .slick-dots { margin-top: 27px; } 
 #main .section3 .slick-dots li { padding: 0 2px; } 
 #main .section3 .slick-dots li button { width: 20px; height: 2px; } 

 /* #main .section4 */
 #main .section4 { padding: 72px 20px 80px; } 
 #main .section4 .con_box { margin-top: 44px; grid-template-columns: repeat(2, 1fr); } 
 #main .section4 .con_box .con_wrap { height: 120px; } 
 #main .section4 .con_box .txt_box p { padding-top: 40px; font-size: 11px; padding-top: 0; } 
 #main .section4 .con_box .txt_box p img { margin-bottom: 12px; } 
 #main .section4 .con_box .con_wrap .hover_box { display: none!important; } 

 /* #main .section5 */
 #main .section5 { padding: 72px 20px 117px; position: relative; } 
 #main .section5 .con_box .left_box { width: 100%; align-items: center; text-align: center; } 
 section#main .section5 .left_box .title1 { margin-bottom: 31px; text-align: center; } 
 #main .section5 .con_box .left_box .txt1 { font-size: 16px; line-height: 21px; margin-top: 5px; margin-bottom: 9px; } 
 #main .section5 .con_box .left_box .txt2 { font-size: 12px; line-height: 20px; margin-bottom: 26px; } 
 #main .section5 .con_box .left_box .txt2 br { display: none; } 
 #main .section5 .con_box .left_box .btn { position: absolute; bottom: 69px; left: 50%; transform:translate(-50%, 0%); -webkit-transform:translate(-50%, 0%); } 
 #main .section5 .con_box .left_box .btn a { font-size: 10px; line-height: 30px; padding-right: 31px; } 
 #main .section5 .con_box .left_box .btn a span { left: 75px; width: 21px; } 
 #main .section5 .con_box .right_box { width: 100%; padding-top: 0; } 
 #main .section5 .con_box .right_box .list_box { gap: 20px; } 

 /* #main .section6 */
 #main .section6 { padding: 80px 20px; } 
 #main .section6 .con_box { padding: 37px 0 40px;; display: block; font-size: 0; } 
 #main .section6 .left_box { width: 100%; padding-bottom: 53px; } 
 #main .section6 .left_box::before { width: 20px; height: 20px; position: absolute; right: 50%; margin-right: -10px; bottom: 16px; top: auto; margin-top: 0; } 
 #main .section6 .left_box .txt_box { max-width: 100%; } 
 #main .section6 .left_box .txt_box .txt_wrap { text-align: center; } 
 #main .section6 .left_box .ttl { font-size: 27px; line-height: 30px; margin-bottom: 10px; } 
 #main .section6 .left_box .info { font-size: 12px; line-height: 20px; } 
 #main .section6 .right_box { width: 100%; } 
 #main .section6 .right_box .txt_box { max-width: 100%; } 
 #main .section6 .right_box .txt_wrap { text-align: center; } 
 #main .section6 .right_box .txt1 { font-size: 15px; margin-bottom: 7px; } 
 #main .section6 .right_box .txt2 { font-size: 12px; line-height: 20px; margin-bottom: 26px; } 
 #main .section6 .right_box .btn { text-align: center; } 
 #main .section6 .right_box .btn a { font-size: 10px; line-height: 40px; width: 160px; } 
 #main .section6 .right_box .btn a::before { display: none; } 
 }

/* 모바일 */
@media all and (max-width:768px){
 #main .section3 { padding: 68px 0 80px; } 
#main .section3 .slide_box .slick-list { padding: 0 20%!important; } 
#main .section3 .txt_box > div { opacity: 0; transition: all 0.3s; } 
#main .section3 .slick-active .txt_box > div { opacity: 1; } 
 }


/* 하단 레이아웃 */
#footer { border-top: 1px solid #000; padding: 60px 10px; margin-top: auto; } 
#footer .wrapper { display: flex; justify-content: space-between; align-items: flex-end; font-family: 'Noto Sans KR', sans-serif; font-size: 14px; font-weight: 500; color: #505050; } 
#footer .time { margin-top: 10px; margin-bottom: 30px; } 
#footer .copy { font-size: 12px; } 
#footer img { height: 24px; } 

#top_btn { position: fixed; bottom: 20px; right: 20px; width: 50px; height: 50px; line-height: 46px; border: 1px solid #333; color: #333; text-align: center; font-size: 15px; z-index: 90; background: rgba(255, 255, 255, 0.5); } 
#top_btn:hover { border-color: #3059c7; background: #3059c7; color: #fff; } 

/* 모바일 */
@media all and (max-width:1024px){
 #footer { padding: 30px 0; } 
 #footer .wrapper { padding: 0; flex-direction: column; align-items: stretch; font-size: 11px; word-break: keep-all; } 
 #footer li { margin-bottom: 5px; } 
 #footer .time { margin-top: 0; margin-bottom: 15px; } 
 #footer .copy { font-size: 11px; } 
 #footer .left { padding-left: 20px; padding-right: 20px; } 
 #footer .right { border-top: 1px solid #000; padding-left: 20px; padding-right: 20px; padding-top: 30px; margin-top: 30px; } 
 }

/* 게시물 선택복사 선택이동 */
#copymove { } 
#copymove .win_desc { text-align: center; display: block; } 
#copymove .tbl_wrap { margin: 20px; } 
#copymove .win_btn { padding: 0 20px 20px; } 
.copymove_current { float: right; background: #ff3061; padding: 5px; color: #fff; border-radius: 3px; } 
.copymove_currentbg { background: #f4f4f4; } 

/* 화면낭독기 사용자용 */
#hd_login_msg { position: absolute; top: 0; left: 0; font-size: 0; line-height: 0; overflow: hidden; } 
.msg_sound_only,
.sound_only { display: inline-block !important; position: absolute; top: 0; left: 0; width: 0; height: 0; margin: 0 !important; padding: 0 !important; font-size: 0; line-height: 0; border: 0 !important; overflow: hidden !important; } 

/* 본문 바로가기 */
#skip_to_container a { z-index: 100000; position: absolute; top: 0; left: 0; width: 1px; height: 1px; font-size: 0; line-height: 0; overflow: hidden; } 
#skip_to_container a:focus,
#skip_to_container a:active { width: 100%; height: 75px; background: #21272e; color: #fff; font-size: 2em; font-weight: bold; text-align: center; text-decoration: none; line-height: 3.3em; } 

/* ie6 이미지 너비 지정 */
.img_fix { width: 100%; height: auto; } 

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha { display: inline-block; position: relative; } 
#captcha legend { position: absolute; margin: 0; padding: 0; font-size: 0; line-height: 0; text-indent: -9999em; overflow: hidden; } 
#captcha #captcha_img { height: 40px; border: 1px solid #898989; vertical-align: top; padding: 0; margin: 0; } 
#captcha #captcha_mp3 { margin: 0; padding: 0; width: 40px; height: 40px; border: 0; background: transparent; vertical-align: middle; overflow: hidden; cursor: pointer; background: url("../../../img/captcha2.png") no-repeat; text-indent: -999px; border-radius: 3px; } 
#captcha #captcha_reload { margin: 0; padding: 0; width: 40px; height: 40px; border: 0; background: transparent; vertical-align: middle; overflow: hidden; cursor: pointer; background: url("../../../img/captcha2.png") no-repeat 0 -40px; text-indent: -999px; border-radius: 3px; } 
#captcha #captcha_key { margin: 0 0 0 3px; padding: 0 5px; width: 90px; height: 40px; border: 1px solid #ccc; background: #fff; font-size: 1.333em; font-weight: bold; text-align: center; border-radius: 3px; vertical-align: top; } 
#captcha #captcha_info { display: block; margin: 5px 0 0; font-size: 0.95em; letter-spacing: -0.1em; } 

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio { display: block; margin: 0 0 5px; width: 187px; } 
#captcha.m_captcha #captcha_img { width: 160px; height: 60px; border: 1px solid #e9e9e9; margin-bottom: 3px; margin-top: 5px; display: block; } 
#captcha.m_captcha #captcha_reload { position: static; margin: 0; padding: 0; width: 40px; height: 40px; border: 0; background: transparent; vertical-align: middle; overflow: hidden; cursor: pointer; background: url("../../../img/captcha2.png") no-repeat 0 -40px; text-indent: -999px; } 
#captcha.m_captcha #captcha_reload span { display: none; } 
#captcha.m_captcha #captcha_key { margin: 0; padding: 0 5px; width: 115px; height: 29px; border: 1px solid #b8c9c2; background: #f7f7f7; font-size: 1.333em; font-weight: bold; text-align: center; line-height: 29px; margin-left: 3px; } 
#captcha.m_captcha #captcha_info { display: block; margin: 5px 0 0; font-size: 0.95em; letter-spacing: -0.1em; } 
#captcha.m_captcha #captcha_mp3 { width: 31px; height: 31px; background: url("../../../img/captcha2.png") no-repeat 0 0; vertical-align: top; overflow: hidden; cursor: pointer; text-indent: -9999px; border: none; } 

/* ckeditor 단축키 */
.cke_sc { margin: 0 0 5px; text-align: right; } 
.btn_cke_sc { display: inline-block; padding: 0 10px; height: 23px; border: 1px solid #ccc; background: #fafafa; color: #000; text-decoration: none; line-height: 1.9em; vertical-align: middle; cursor: pointer; } 
.cke_sc_def { margin: 0 0 5px; padding: 10px; border: 1px solid #ccc; background: #f7f7f7; text-align: center; } 
.cke_sc_def dl { margin: 0 0 5px; text-align: left; zoom: 1; } 
.cke_sc_def dl:after { display: block; visibility: hidden; clear: both; content: ""; } 
.cke_sc_def dt,
.cke_sc_def dd { float: left; margin: 0; padding: 5px 0; border-bottom: 1px solid #e9e9e9; } 
.cke_sc_def dt { width: 20%; font-weight: bold; } 
.cke_sc_def dd { width: 30%; } 

/* ckeditor 태그 기본값 */
#bo_v_con ul { display: block; list-style-type: disc; margin-top: 1em; margin-bottom: 1em; margin-left: 0; margin-right: 0; padding-left: 40px; } 
#bo_v_con ol { display: block; list-style-type: decimal; margin-top: 1em; margin-bottom: 1em; margin-left: 0; margin-right: 0; padding-left: 40px; } 
#bo_v_con li { display: list-item; } 

/* 버튼 */
/* a.btn,
.btn { line-height: 35px; height: 35px; padding: 0 10px; text-align: center; font-weight: bold; border: 0; font-size: 1.4em; -webkit-transition: background-color 0.3s ease-out; -moz-transition: background-color 0.3s ease-out; -o-transition: background-color 0.3s ease-out; transition: background-color 0.3s ease-out; } */

a.btn01 { display: inline-block; padding: 7px; border: 1px solid #ccc; background: #fafafa; color: #000; text-decoration: none; vertical-align: middle; } 
a.btn01:focus,
a.btn01:hover { text-decoration: none; } 
button.btn01 { display: inline-block; margin: 0; padding: 7px; border: 1px solid #ccc; background: #fafafa; color: #000; text-decoration: none; } 
a.btn02 { display: inline-block; padding: 7px; border: 1px solid #3b3c3f; background: #4b545e; color: #fff; text-decoration: none; vertical-align: middle; } 
a.btn02:focus,
.btn02:hover { text-decoration: none; } 
button.btn02 { display: inline-block; margin: 0; padding: 7px; border: 1px solid #3b3c3f; background: #4b545e; color: #fff; text-decoration: none; } 

.btn_confirm { text-align: right; } /* 서식단계 진행 */

.btn_submit { border: 0; background: #3a8afd; color: #fff; cursor: pointer; border-radius: 3px; min-width: 100px; padding: 3px 10px !important; font-size: 1em !important; text-align: center; } 
.btn_submit:hover { background: #2375eb; } 
.btn_close { border: 1px solid #dcdcdc; cursor: pointer; border-radius: 3px; background: #fff; min-width: 100px; padding: 3px 10px; font-size: 1em !important; text-align: center; } 
a.btn_close { text-align: center; line-height: 50px; min-width: 100px; padding: 3px 10px; font-size: 1em !important; text-align: center; } 

a.btn_cancel { display: inline-block; background: #969696; color: #fff; text-decoration: none; vertical-align: middle; min-width: 100px; padding: 3px 10px; font-size: 1em !important; text-align: center; } 
button.btn_cancel { display: inline-block; background: #969696; color: #fff; text-decoration: none; vertical-align: middle; min-width: 100px; padding: 3px 10px; font-size: 1em !important; text-align: center; } 
.btn_cancel:hover { background: #aaa; } 
a.btn_frmline,
button.btn_frmline { display: inline-block; width: 128px; padding: 0 5px; height: 40px; border: 0; background: #434a54; border-radius: 3px; color: #fff; text-decoration: none; vertical-align: top; } /* 우편번호검색버튼 등 */
a.btn_frmline { } 
button.btn_frmline { font-size: 1em; } 

/* 게시판용 버튼 */
a.btn_b01,
.btn_b01 { width: 100%; height: 100%; display: inline-block; color: #bababa; text-decoration: none; vertical-align: middle; border: 0; background: transparent; } 
.btn_b01:hover,
.btn_b01:hover { color: #000; } 
a.btn_b02,
.btn_b02 { display: inline-block; background: #253dbe; padding: 0 10px; color: #fff; text-decoration: none; border: 0; vertical-align: middle; } 
a.btn_b02:hover,
.btn_b02:hover { background: #0025eb; } 
a.btn_b03,
.btn_b03 { display: inline-block; background: #fff; border: 1px solid #b9bdd3; color: #646982; text-decoration: none; vertical-align: middle; } 
a.btn_b03:hover,
.btn_b03:hover { background: #ebedf6; } 
a.btn_b04,
.btn_b04 { display: inline-block; background: #fff; border: 1px solid #ccc; color: #707070; text-decoration: none; vertical-align: middle; } 
a.btn_b04:hover,
.btn_b04:hover { color: #333; background: #f9f9f9; } 
a.btn_admin,
.btn_admin { display: inline-block; color: #d13f4a; text-decoration: none; vertical-align: middle; } /* 관리자 전용 버튼 */
.btn_admin:hover,
a.btn_admin:hover { color: #ff3746; } 

/* 기본테이블 */
.tbl_wrap table { width: 100%; border-collapse: collapse; border-spacing: 0 5px; background: #fff; border-top: 1px solid #ececec; border-bottom: 1px solid #ececec; } 
.tbl_wrap caption { padding: 10px 0; font-weight: bold; text-align: left; } 
.tbl_head01 { margin: 0 0 10px; } 
.tbl_head01 caption { padding: 0; font-size: 0; line-height: 0; overflow: hidden; } 
.tbl_head01 thead th { padding: 20px 0; font-weight: normal; text-align: center; border-bottom: 1px solid #ececec; height: 40px; } 
.tbl_head01 thead th input { vertical-align: top; } /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th,
.tbl_head01 tfoot td { padding: 10px 0; border-top: 1px solid #c1d1d5; border-bottom: 1px solid #c1d1d5; background: #d7e0e2; text-align: center; } 
.tbl_head01 tbody th { padding: 8px 0; border-bottom: 1px solid #e8e8e8; } 
.tbl_head01 td { color: #666; padding: 10px 5px; border-top: 1px solid #ecf0f1; border-bottom: 1px solid #ecf0f1; line-height: 1.4em; height: 60px; word-break: break-all; } 
.tbl_head01 tbody tr:hover td { background: #fafafa; } 
.tbl_head01 a:hover { text-decoration: underline; } 

.tbl_head02 { margin: 0 0 10px; } 
.tbl_head02 caption { padding: 0; font-size: 0; line-height: 0; overflow: hidden; } 
.tbl_head02 thead th { padding: 5px 0; border-top: 1px solid #d1dee2; border-bottom: 1px solid #d1dee2; background: #e5ecef; color: #383838; font-size: 0.95em; text-align: center; letter-spacing: -0.1em; } 
.tbl_head02 thead a { color: #383838; } 
.tbl_head02 thead th input { vertical-align: top; } /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th,
.tbl_head02 tfoot td { padding: 10px 0; border-top: 1px solid #c1d1d5; border-bottom: 1px solid #c1d1d5; background: #d7e0e2; text-align: center; } 
.tbl_head02 tbody th { padding: 5px 0; border-top: 1px solid #e9e9e9; border-bottom: 1px solid #e9e9e9; background: #fff; } 
.tbl_head02 td { padding: 5px 3px; border-top: 1px solid #e9e9e9; border-bottom: 1px solid #e9e9e9; background: #fff; line-height: 1.4em; word-break: break-all; } 
.tbl_head02 a { } 

/* 폼 테이블 */
.tbl_frm01 { margin: 0 0 20px; } 
.tbl_frm01 table { width: 100%; border-collapse: collapse; border-spacing: 0; } 
.tbl_frm01 th { width: 70px; padding: 7px 13px; border: 1px solid #e9e9e9; border-left: 0; background: #f5f8f9; text-align: left; } 
.tbl_frm01 td { padding: 7px 10px; border-top: 1px solid #e9e9e9; border-bottom: 1px solid #e9e9e9; background: transparent; } 
.wr_content textarea,
.tbl_frm01 textarea,
.form_01 textarea,
.frm_input { border: 1px solid #d0d3db; background: #fff; color: #000; vertical-align: middle; border-radius: 3px; padding: 5px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } 
.tbl_frm01 textarea { padding: 2px 2px 3px; } 
.frm_input { height: 40px; } 

.full_input { width: 100%; } 
.half_input { width: 49.5%; } 
.twopart_input { width: 385px; margin-right: 10px; } 
.tbl_frm01 textarea,
.write_div textarea { width: 100%; height: 100px; } 
.tbl_frm01 a { text-decoration: none; } 
.tbl_frm01 .frm_file { display: block; margin-bottom: 5px; } 
.tbl_frm01 .frm_info { display: block; padding: 0 0 5px; line-height: 1.4em; } 

/*기본 리스트*/
.list_01 ul { border-top: 1px solid #ececec; } 
.list_01 li { border-bottom: 1px solid #ececec; background: #fff; padding: 10px 15px; list-style: none; position: relative; } 
.list_01 li:nth-child(odd) { background: #f6f6f6; } 
.list_01 li:after { display: block; visibility: hidden; clear: both; content: ""; } 
.list_01 li:hover { background: #f9f9f9; } 
.list_01 li.empty_li { text-align: center; padding: 20px 0; color: #666; } 

/*폼 리스트*/
.form_01 h2 { font-size: 1.167em; } 
.form_01 li { margin-bottom: 10px; } 
.form_01 ul:after,
.form_01 li:after { display: block; visibility: hidden; clear: both; content: ""; } 
.form_01 .left_input { float: left; } 
.form_01 .margin_input { margin-right: 1%; } 
.form_01 textarea { height: 100px; width: 100%; } 
.form_01 .frm_label { display: inline-block; width: 130px; } 

/* 자료 없는 목록 */
.empty_table { padding: 50px 0 !important; text-align: center; } 
.empty_list { padding: 20px 0 !important; color: #666; text-align: center; } 

/* 필수입력 */
.required,
textarea.required { background-image: url("../img/require.png") !important; background-repeat: no-repeat !important; background-position: right top !important; } 

/* 테이블 항목별 정의 */
.td_board { width: 80px; text-align: center; } 
.td_category { width: 80px; text-align: center; } 
.td_chk { width: 30px; text-align: center; } 
.td_date { width: 60px; text-align: center; } 
.td_datetime { width: 110px; text-align: center; } 
.td_group { width: 80px; text-align: center; } 
.td_mb_id { width: 100px; text-align: center; } 
.td_mng { width: 80px; text-align: center; } 
.td_name { width: 100px; text-align: left; } 
.td_nick { width: 100px; text-align: center; } 
.td_num { width: 50px; text-align: center; } 
.td_numbig { width: 80px; text-align: center; } 
.td_stat { width: 60px; text-align: center; } 

.txt_active { color: #5d910b; } 
.txt_done { color: #e8180c; } 
.txt_expired { color: #ccc; } 
.txt_rdy { color: #8abc2a; } 

/* 새창 기본 스타일 */
.new_win { position: relative; } 
.new_win .tbl_wrap { margin: 0 20px; } 
.new_win #win_title { font-size: 1.3em; height: 50px; line-height: 30px; padding: 10px 20px; background: #fff; color: #000; -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); } 
.new_win #win_title .sv { font-size: 0.75em; line-height: 1.2em; } 
.new_win .win_ul { margin-bottom: 15px; padding: 0 20px; } 
.new_win .win_ul:after { display: block; visibility: hidden; clear: both; content: ""; } 
.new_win .win_ul li { float: left; background: #fff; text-align: center; padding: 0 10px; border: 1px solid #d6e9ff; border-radius: 30px; margin-left: 5px; } 
.new_win .win_ul li:first-child { margin-left: 0; } 
.new_win .win_ul li a { display: block; padding: 8px 0; color: #6794d3; } 
.new_win .win_ul .selected { background: #3a8afd; border-color: #3a8afd; position: relative; z-index: 5; } 
.new_win .win_ul .selected a { color: #fff; font-weight: bold; } 
.new_win .win_desc { position: relative; margin: 10px; border-radius: 5px; font-size: 1em; background: #f2838f; color: #fff; line-height: 50px; text-align: left; padding: 0 20px; } 
.new_win .win_desc i { font-size: 1.2em; vertical-align: baseline; } 
.new_win .win_desc:after { content: ""; position: absolute; left: 0; top: 0; width: 4px; height: 50px; background: #da4453; border-radius: 3px 0 0 3px; } 
.new_win .frm_info { font-size: 0.92em; color: #919191; } 
.new_win .win_total { float: right; display: inline-block; line-height: 30px; font-weight: normal; font-size: 0.75em; color: #3a8afd; background: #f6f6f6; padding: 0 10px; border-radius: 5px; } 
.new_win .new_win_con { margin: 20px 0; padding: 20px; } 
.new_win .new_win_con:after { display: block; visibility: hidden; clear: both; content: ""; } 
.new_win .new_win_con2 { margin: 20px 0; } 
.new_win .btn_confirm:after { display: block; visibility: hidden; clear: both; content: ""; } 
.new_win .win_btn { text-align: center; } 
.new_win .cert_btn { margin-bottom: 30px; text-align: center; } 
.new_win .btn_close { padding: 0 20px; height: 45px; overflow: hidden; cursor: pointer; } 
.new_win .btn_submit { padding: 0 20px; height: 45px; font-weight: bold; font-size: 1.083em; } 

/* 검색결과 색상 */
.sch_word { color: #fff; background: #ff005a; padding: 2px 5px 3px; line-height: 18px; margin: 0 2px; } 

/* 자바스크립트 alert 대안 */
#validation_check { margin: 100px auto; width: 500px; } 
#validation_check h1 { margin-bottom: 20px; font-size: 1.3em; } 
#validation_check p { margin-bottom: 20px; padding: 30px 20px; border: 1px solid #e9e9e9; background: #fff; } 

/* 사이드뷰 */
.sv_wrap { position: relative; font-weight: normal; } 
.sv_wrap .sv { z-index: 1000; display: none; margin: 5px 0 0; font-size: 0.92em; background: #333; -webkit-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.2); -moz-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.2); box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.2); } 
.sv_wrap .sv:before { content: ""; position: absolute; top: -6px; left: 15px; width: 0; height: 0; border-style: solid; border-width: 0 6px 6px 6px; border-color: transparent transparent #333 transparent; } 
.sv_wrap .sv a { display: inline-block; margin: 0; padding: 0 10px; line-height: 30px; width: 100px; font-weight: normal; color: #bbb; } 
.sv_wrap .sv a:hover { background: #000; color: #fff; } 
.sv_member { color: #333; } 
.sv_on { display: block !important; position: absolute; top: 23px; left: 0; width: auto; height: auto; } 
.sv_nojs .sv { display: block; } 

/* 페이징 */
.pg_wrap { clear: both; display: block; text-align: center; margin: -60px auto 60px; } 
.pg_wrap:after { display: block; visibility: hidden; clear: both; content: ""; } 
.pg { text-align: center; } 
.pg_page,
.pg_current { display: inline-block; vertical-align: middle; background: #eee; border: 1px solid #eee; } 
.pg a:focus,
.pg a:hover { text-decoration: none; } 
.pg_page { color: #959595; font-size: 1.083em; height: 30px; line-height: 27px; padding: 0 5px; min-width: 30px; text-decoration: none; border-radius: 4px; } 
.pg_page:hover { background-color: #fafafa; } 
.pg_start { text-indent: -999px; overflow: hidden; background: url("../img/btn_first.gif") no-repeat 50% 50% #eee; padding: 0; border: 1px solid #eee; } 
.pg_prev { text-indent: -999px; overflow: hidden; background: url("../img/btn_prev.gif") no-repeat 50% 50% #eee; padding: 0; border: 1px solid #eee; } 
.pg_end { text-indent: -999px; overflow: hidden; background: url("../img/btn_end.gif") no-repeat 50% 50% #eee; padding: 0; border: 1px solid #eee; } 
.pg_next { text-indent: -999px; overflow: hidden; background: url("../img/btn_next.gif") no-repeat 50% 50% #eee; padding: 0; border: 1px solid #eee; } 
.pg_start:hover,
.pg_prev:hover,
.pg_end:hover,
.pg_next:hover { background-color: #fafafa; } 

.pg_current { display: inline-block; background: #19B6E8; border: 1px solid #19B6E8; color: #fff; font-weight: bold; height: 30px; line-height: 27px; padding: 0 10px; min-width: 30px; border-radius: 4px; } 

@media (max-width: 768px){
  .pg_current, .pg_page { font-size: 12px; height: 24px; line-height: 21px; min-width: 24px; }
}

/* cheditor 이슈 */
.cheditor-popup-window *,
.cheditor-popup-window :after,
.cheditor-popup-window :before { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; } 

/* Mobile화면으로 */
#device_change { display: block; margin: 0.3em; padding: 0.5em 0; border: 1px solid #eee; border-radius: 2em; background: #fff; color: #000; font-size: 2em; text-decoration: none; text-align: center; } 

/* 스타일 옵션 */
.font_montserrat { font-family: "Montserrat", "Noto Sans KR", sans-serif; } 
.font_notosans { font-family: "Noto Sans KR", sans-serif; } 
.font_11 { font-size: 11px; } 
.font_12 { font-size: 12px; } 
.font_14 { font-size: 14px; } 
.font_16 { font-size: 16px; } 
.font_19 { font-size: 19px; } 
.font_28 { font-size: 28px; } 
.font_32 { font-size: 32px; } 
.font_48 { font-size: 48px; } 
.font_light, .font_300 { font-weight: 300; } 
.font_regular, .font_400 { font-weight: 400; } 
.font_medium, .font_500 { font-weight: 500; } 
.font_semiBold, .font_600 { font-weight: 600; } 
.font_bold, .font_700 { font-weight: 700; } 

.flex { display: flex; } 
.flex_column { flex-direction: column; } 
.flex_wrap { flex-wrap: wrap; } 
.align_stretch { align-items: stretch; } 
.align_center { align-items: center; } 
.align_start { align-items: start; } 
.align_end { align-items: end; } 
.justify_start { justify-content: start; } 
.justify_end { justify-content: end; } 
.justify_center { justify-content: center; } 
.justify_evenly { justify-content: space-evenly; } 
.justify_between { justify-content: space-between; } 
.justify_around { justify-content: space-around; } 

.img_box { display: inline-block; font-size: 0; line-height: 0; } 
.img_box img { width: 100%; max-width: 100%; display: block; } 
.img_box.border img { border: 1px solid #ccc; } 

.text_center { text-align: center; } 
.text_left { text-align: left; } 
.text_right { text-align: right; } 

/* Margin & Padding */
.mb_auto { margin-bottom: auto; } 
.mt_auto { margin-top: auto; } 
.ml_auto { margin-left: auto; } 
.mr_auto { margin-right: auto; } 
.mx_auto { margin-left: auto; margin-right: auto; } 
.mx_0 { margin-left: 0; margin-right: 0; } 
.my_0 { margin-top: 0; margin-bottom: 0; } 
.px_0 { padding-left: 0; padding-right: 0; } 
.py_0 { padding-top: 0; padding-bottom: 0; } 

.mt_0 { margin-top: 0; } 
.mt_5 { margin-top: 5px; } 
.mt_10 { margin-top: 10px; } 
.mt_15 { margin-top: 15px; } 
.mt_20 { margin-top: 20px; } 
.mt_25 { margin-top: 25px; } 
.mt_30 { margin-top: 30px; } 
.mt_35 { margin-top: 35px; } 
.mt_40 { margin-top: 40px; } 
.mt_45 { margin-top: 45px; } 
.mt_50 { margin-top: 50px; } 
.mt_55 { margin-top: 55px; } 
.mt_60 { margin-top: 60px; } 
.mt_65 { margin-top: 65px; } 
.mt_70 { margin-top: 70px; } 
.mt_75 { margin-top: 75px; } 
.mt_80 { margin-top: 80px; } 
.mt_85 { margin-top: 85px; } 
.mt_90 { margin-top: 90px; } 
.mt_95 { margin-top: 95px; } 
.mt_100 { margin-top: 100px; } 
.mt_105 { margin-top: 105px; } 
.mt_110 { margin-top: 110px; } 
.mt_115 { margin-top: 115px; } 
.mt_120 { margin-top: 120px; } 
.mt_125 { margin-top: 125px; } 
.mt_130 { margin-top: 130px; } 
.mt_135 { margin-top: 135px; } 
.mt_140 { margin-top: 140px; } 
.mt_145 { margin-top: 145px; } 
.mt_150 { margin-top: 150px; } 
.mt_155 { margin-top: 155px; } 
.mt_160 { margin-top: 160px; } 
.mt_165 { margin-top: 165px; } 
.mt_170 { margin-top: 170px; } 
.mt_175 { margin-top: 175px; } 
.mt_180 { margin-top: 180px; } 
.mt_185 { margin-top: 185px; } 
.mt_190 { margin-top: 190px; } 
.mt_195 { margin-top: 195px; } 
.mt_200 { margin-top: 200px; } 

.mb_0 { margin-bottom: 0; } 
.mb_5 { margin-bottom: 5px; } 
.mb_10 { margin-bottom: 10px; } 
.mb_15 { margin-bottom: 15px; } 
.mb_20 { margin-bottom: 20px; } 
.mb_25 { margin-bottom: 25px; } 
.mb_30 { margin-bottom: 30px; } 
.mb_35 { margin-bottom: 35px; } 
.mb_40 { margin-bottom: 40px; } 
.mb_45 { margin-bottom: 45px; } 
.mb_50 { margin-bottom: 50px; } 
.mb_55 { margin-bottom: 55px; } 
.mb_60 { margin-bottom: 60px; } 
.mb_65 { margin-bottom: 65px; } 
.mb_70 { margin-bottom: 70px; } 
.mb_75 { margin-bottom: 75px; } 
.mb_80 { margin-bottom: 80px; } 
.mb_85 { margin-bottom: 85px; } 
.mb_90 { margin-bottom: 90px; } 
.mb_95 { margin-bottom: 95px; } 
.mb_100 { margin-bottom: 100px; } 
.mb_105 { margin-bottom: 105px; } 
.mb_110 { margin-bottom: 110px; } 
.mb_115 { margin-bottom: 115px; } 
.mb_120 { margin-bottom: 120px; } 
.mb_125 { margin-bottom: 125px; } 
.mb_130 { margin-bottom: 130px; } 
.mb_135 { margin-bottom: 135px; } 
.mb_140 { margin-bottom: 140px; } 
.mb_145 { margin-bottom: 145px; } 
.mb_150 { margin-bottom: 150px; } 
.mb_155 { margin-bottom: 155px; } 
.mb_160 { margin-bottom: 160px; } 
.mb_165 { margin-bottom: 165px; } 
.mb_170 { margin-bottom: 170px; } 
.mb_175 { margin-bottom: 175px; } 
.mb_180 { margin-bottom: 180px; } 
.mb_185 { margin-bottom: 185px; } 
.mb_190 { margin-bottom: 190px; } 
.mb_195 { margin-bottom: 195px; } 
.mb_200 { margin-bottom: 200px; } 

.ml_0 { margin-left: 0; } 
.ml_5 { margin-left: 5px; } 
.ml_10 { margin-left: 10px; } 
.ml_15 { margin-left: 15px; } 
.ml_20 { margin-left: 20px; } 
.ml_25 { margin-left: 25px; } 
.ml_30 { margin-left: 30px; } 
.ml_35 { margin-left: 35px; } 
.ml_40 { margin-left: 40px; } 
.ml_45 { margin-left: 45px; } 
.ml_50 { margin-left: 50px; } 
.ml_55 { margin-left: 55px; } 
.ml_60 { margin-left: 60px; } 
.ml_65 { margin-left: 65px; } 
.ml_70 { margin-left: 70px; } 
.ml_75 { margin-left: 75px; } 
.ml_80 { margin-left: 80px; } 
.ml_85 { margin-left: 85px; } 
.ml_90 { margin-left: 90px; } 
.ml_95 { margin-left: 95px; } 
.ml_100 { margin-left: 100px; } 
.ml_105 { margin-left: 105px; } 
.ml_110 { margin-left: 110px; } 
.ml_115 { margin-left: 115px; } 
.ml_120 { margin-left: 120px; } 
.ml_125 { margin-left: 125px; } 
.ml_130 { margin-left: 130px; } 
.ml_135 { margin-left: 135px; } 
.ml_140 { margin-left: 140px; } 
.ml_145 { margin-left: 145px; } 
.ml_150 { margin-left: 150px; } 
.ml_155 { margin-left: 155px; } 
.ml_160 { margin-left: 160px; } 
.ml_165 { margin-left: 165px; } 
.ml_170 { margin-left: 170px; } 
.ml_175 { margin-left: 175px; } 
.ml_180 { margin-left: 180px; } 
.ml_185 { margin-left: 185px; } 
.ml_190 { margin-left: 190px; } 
.ml_195 { margin-left: 195px; } 
.ml_200 { margin-left: 200px; } 

.mr_5 { margin-right: 5px; } 
.mr_10 { margin-right: 10px; } 
.mr_15 { margin-right: 15px; } 
.mr_20 { margin-right: 20px; } 
.mr_25 { margin-right: 25px; } 
.mr_30 { margin-right: 30px; } 
.mr_35 { margin-right: 35px; } 
.mr_40 { margin-right: 40px; } 
.mr_45 { margin-right: 45px; } 
.mr_50 { margin-right: 50px; } 
.mr_55 { margin-right: 55px; } 
.mr_60 { margin-right: 60px; } 
.mr_65 { margin-right: 65px; } 
.mr_70 { margin-right: 70px; } 
.mr_75 { margin-right: 75px; } 
.mr_80 { margin-right: 80px; } 
.mr_85 { margin-right: 85px; } 
.mr_90 { margin-right: 90px; } 
.mr_95 { margin-right: 95px; } 
.mr_100 { margin-right: 100px; } 
.mr_105 { margin-right: 105px; } 
.mr_110 { margin-right: 110px; } 
.mr_115 { margin-right: 115px; } 
.mr_120 { margin-right: 120px; } 
.mr_125 { margin-right: 125px; } 
.mr_130 { margin-right: 130px; } 
.mr_135 { margin-right: 135px; } 
.mr_140 { margin-right: 140px; } 
.mr_145 { margin-right: 145px; } 
.mr_150 { margin-right: 150px; } 
.mr_155 { margin-right: 155px; } 
.mr_160 { margin-right: 160px; } 
.mr_165 { margin-right: 165px; } 
.mr_170 { margin-right: 170px; } 
.mr_175 { margin-right: 175px; } 
.mr_180 { margin-right: 180px; } 
.mr_185 { margin-right: 185px; } 
.mr_190 { margin-right: 190px; } 
.mr_195 { margin-right: 195px; } 
.mr_200 { margin-right: 200px; } 

.pt_0 { padding-top: 0; } 
.pt_5 { padding-top: 5px; } 
.pt_10 { padding-top: 10px; } 
.pt_15 { padding-top: 15px; } 
.pt_20 { padding-top: 20px; } 
.pt_25 { padding-top: 25px; } 
.pt_30 { padding-top: 30px; } 
.pt_35 { padding-top: 35px; } 
.pt_40 { padding-top: 40px; } 
.pt_45 { padding-top: 45px; } 
.pt_50 { padding-top: 50px; } 
.pt_55 { padding-top: 55px; } 
.pt_60 { padding-top: 60px; } 
.pt_65 { padding-top: 65px; } 
.pt_70 { padding-top: 70px; } 
.pt_75 { padding-top: 75px; } 
.pt_80 { padding-top: 80px; } 
.pt_85 { padding-top: 85px; } 
.pt_90 { padding-top: 90px; } 
.pt_95 { padding-top: 95px; } 
.pt_100 { padding-top: 100px; } 
.pt_105 { padding-top: 105px; } 
.pt_110 { padding-top: 110px; } 
.pt_115 { padding-top: 115px; } 
.pt_120 { padding-top: 120px; } 
.pt_125 { padding-top: 125px; } 
.pt_130 { padding-top: 130px; } 
.pt_135 { padding-top: 135px; } 
.pt_140 { padding-top: 140px; } 
.pt_145 { padding-top: 145px; } 
.pt_150 { padding-top: 150px; } 
.pt_155 { padding-top: 155px; } 
.pt_160 { padding-top: 160px; } 
.pt_165 { padding-top: 165px; } 
.pt_170 { padding-top: 170px; } 
.pt_175 { padding-top: 175px; } 
.pt_180 { padding-top: 180px; } 
.pt_185 { padding-top: 185px; } 
.pt_190 { padding-top: 190px; } 
.pt_195 { padding-top: 195px; } 
.pt_200 { padding-top: 200px; } 

.pb_0 { padding-bottom: 0; } 
.pb_5 { padding-bottom: 5px; } 
.pb_10 { padding-bottom: 10px; } 
.pb_15 { padding-bottom: 15px; } 
.pb_20 { padding-bottom: 20px; } 
.pb_25 { padding-bottom: 25px; } 
.pb_30 { padding-bottom: 30px; } 
.pb_35 { padding-bottom: 35px; } 
.pb_40 { padding-bottom: 40px; } 
.pb_45 { padding-bottom: 45px; } 
.pb_50 { padding-bottom: 50px; } 
.pb_55 { padding-bottom: 55px; } 
.pb_60 { padding-bottom: 60px; } 
.pb_65 { padding-bottom: 65px; } 
.pb_70 { padding-bottom: 70px; } 
.pb_75 { padding-bottom: 75px; } 
.pb_80 { padding-bottom: 80px; } 
.pb_85 { padding-bottom: 85px; } 
.pb_90 { padding-bottom: 90px; } 
.pb_95 { padding-bottom: 95px; } 
.pb_100 { padding-bottom: 100px; } 
.pb_105 { padding-bottom: 105px; } 
.pb_110 { padding-bottom: 110px; } 
.pb_115 { padding-bottom: 115px; } 
.pb_120 { padding-bottom: 120px; } 
.pb_125 { padding-bottom: 125px; } 
.pb_130 { padding-bottom: 130px; } 
.pb_135 { padding-bottom: 135px; } 
.pb_140 { padding-bottom: 140px; } 
.pb_145 { padding-bottom: 145px; } 
.pb_150 { padding-bottom: 150px; } 
.pb_155 { padding-bottom: 155px; } 
.pb_160 { padding-bottom: 160px; } 
.pb_165 { padding-bottom: 165px; } 
.pb_170 { padding-bottom: 170px; } 
.pb_175 { padding-bottom: 175px; } 
.pb_180 { padding-bottom: 180px; } 
.pb_185 { padding-bottom: 185px; } 
.pb_190 { padding-bottom: 190px; } 
.pb_195 { padding-bottom: 195px; } 
.pb_200 { padding-bottom: 200px; } 

.pl_0 { padding-left: 0; } 
.pl_5 { padding-left: 5px; } 
.pl_10 { padding-left: 10px; } 
.pl_15 { padding-left: 15px; } 
.pl_20 { padding-left: 20px; } 
.pl_25 { padding-left: 25px; } 
.pl_30 { padding-left: 30px; } 
.pl_35 { padding-left: 35px; } 
.pl_40 { padding-left: 40px; } 
.pl_45 { padding-left: 45px; } 
.pl_50 { padding-left: 50px; } 
.pl_55 { padding-left: 55px; } 
.pl_60 { padding-left: 60px; } 
.pl_65 { padding-left: 65px; } 
.pl_70 { padding-left: 70px; } 
.pl_75 { padding-left: 75px; } 
.pl_80 { padding-left: 80px; } 
.pl_85 { padding-left: 85px; } 
.pl_90 { padding-left: 90px; } 
.pl_95 { padding-left: 95px; } 
.pl_100 { padding-left: 100px; } 
.pl_105 { padding-left: 105px; } 
.pl_110 { padding-left: 110px; } 
.pl_115 { padding-left: 115px; } 
.pl_120 { padding-left: 120px; } 
.pl_125 { padding-left: 125px; } 
.pl_130 { padding-left: 130px; } 
.pl_135 { padding-left: 135px; } 
.pl_140 { padding-left: 140px; } 
.pl_145 { padding-left: 145px; } 
.pl_150 { padding-left: 150px; } 
.pl_155 { padding-left: 155px; } 
.pl_160 { padding-left: 160px; } 
.pl_165 { padding-left: 165px; } 
.pl_170 { padding-left: 170px; } 
.pl_175 { padding-left: 175px; } 
.pl_180 { padding-left: 180px; } 
.pl_185 { padding-left: 185px; } 
.pl_190 { padding-left: 190px; } 
.pl_195 { padding-left: 195px; } 
.pl_200 { padding-left: 200px; } 

.pr_5 { padding-right: 5px; } 
.pr_10 { padding-right: 10px; } 
.pr_15 { padding-right: 15px; } 
.pr_20 { padding-right: 20px; } 
.pr_25 { padding-right: 25px; } 
.pr_30 { padding-right: 30px; } 
.pr_35 { padding-right: 35px; } 
.pr_40 { padding-right: 40px; } 
.pr_45 { padding-right: 45px; } 
.pr_50 { padding-right: 50px; } 
.pr_55 { padding-right: 55px; } 
.pr_60 { padding-right: 60px; } 
.pr_65 { padding-right: 65px; } 
.pr_70 { padding-right: 70px; } 
.pr_75 { padding-right: 75px; } 
.pr_80 { padding-right: 80px; } 
.pr_85 { padding-right: 85px; } 
.pr_90 { padding-right: 90px; } 
.pr_95 { padding-right: 95px; } 
.pr_100 { padding-right: 100px; } 
.pr_105 { padding-right: 105px; } 
.pr_110 { padding-right: 110px; } 
.pr_115 { padding-right: 115px; } 
.pr_120 { padding-right: 120px; } 
.pr_125 { padding-right: 125px; } 
.pr_130 { padding-right: 130px; } 
.pr_135 { padding-right: 135px; } 
.pr_140 { padding-right: 140px; } 
.pr_145 { padding-right: 145px; } 
.pr_150 { padding-right: 150px; } 
.pr_155 { padding-right: 155px; } 
.pr_160 { padding-right: 160px; } 
.pr_165 { padding-right: 165px; } 
.pr_170 { padding-right: 170px; } 
.pr_175 { padding-right: 175px; } 
.pr_180 { padding-right: 180px; } 
.pr_185 { padding-right: 185px; } 
.pr_190 { padding-right: 190px; } 
.pr_195 { padding-right: 195px; } 
.pr_200 { padding-right: 200px; } 