@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap');

@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);


/* reset */
@media all {
    .clear:after { 
        content:""; 
        display:block; 
        clear:both;
    }
    * { margin:0; padding:0; outline:none; box-sizing:border-box; }
    body {
    line-height:1; font-size:14px; font-weight:400; color:#000; font-family: 'Noto Sans KR', sans-serif !important; word-wrap: break-word; word-break: keep-all;
    }
    h1, h2, h3, h4, h5, h6 { margin:0; font-family: 'Noto Sans KR', sans-serif !important; line-height:1; font-size: 1em; }
    ul, ol { list-style:none; margin:0; padding: 0; }
    a { outline:0; text-decoration:none; color: #000; font-family: 'Noto Sans KR', sans-serif !important; }
    a:focus { outline:none; }
    figure,dl,dd,input[type=radio], input[type=checkbox]  { margin: 0; padding: 0; }
    img { border:none; outline:none; max-width: 100%; }
    p { margin:0; padding:0; word-wrap: break-word; word-break: keep-all;  }
    button, input, submit { border: none; background: none; }
    dt { font-weight: normal; }
    ::placeholder { font-family: 'Noto Sans KR', sans-serif !important; }
    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:active {
        transition: background-color 5000s ease-in-out 0s;
        -webkit-transition: background-color 9999s ease-out;
        box-shadow: none !important;
        -webkit-text-fill-color: none !important;
    }
}   

/* 탭 초기화 */
.tabBox1 .nav { border: none; }
.tabBox1 .nav > li { margin: 0; float: none; }
.tabBox1 .nav > li > a { padding: 0; margin: 0; border-radius:0; border: 0; }
.tabBox1 .nav > li:hover > a { background: none; }
.tabBox1 .nav > li.active > a { border: none; background: none; }


/* html 폰트 사이즈 */
@media (max-width:1200px) {
	html { font-size: 8.5px; }
}
@media (max-width:991px) {
	html { font-size: 8px; }
}
@media (max-width:768px) {
	html { font-size: 7.5px; }
}
@media (max-width:580px) {
	html { font-size: 6.5px; }
}
@media (min-width:1200px) and (max-height:800px) {/* 너비 1200이상 높이 800이하 */
html { font-size: 8px; }
}
@media (min-width:1200px) and (max-height:650px) {/* 너비 1200이상 높이 650이하 */
html { font-size: 7.5px; }
}
@media (min-width:1200px) and (max-height:500px) {/* 너비 1200이상 높이 500이하 */
html { font-size: 6.5px; }
}

:root {
	/* 컨텐츠 너비 */
	--containerV1-width : 1400;

	--main-color : #e62424; /* mainColor */		
}

/* container */
.containerV1 { width: 100%; margin: 0 auto; max-width: calc(var(--containerV1-width) * 1px); }
@media (max-width:1430px) {
	.containerV1 { padding: 0 15px; }
}

/* 확대 축소 애니메이션 */
@keyframes ani_scale1 {
	50% { transform:scale(1.005); }
}
@keyframes ani_scale2 {
	50% { transform:scale(1.04); }
}
@keyframes ani_scale3 {
	50% { transform:scale(1.00); }
}

.wrapper { overflow-x: hidden; }

/* 게시판 글 없을 때 */
.post-none { font-size: 16px; }


/*--------------------------------------------------- 해드세팅 ----------------------------------------------------------------------------*/

@media all {
    #header { 
    --h-height : 10rem;
    --menu-font-color : #000;
    position: sticky; left: 0; top: 0; width: 100%; height: var(--h-height); z-index: 1000; transition:0.4s; background: #fff;}
    
    #header > .containerV1 {height: 100%;}
    
    /*모바일 검은 배경*/
    #header .menuBox_bg {position: fixed; right: 0; top: 0; z-index: 8000; width: 100%; height: 100vh; background: rgba(0,0,0,0.5); display: none;}
    
    
    #header .itemBox {
    width: 100%; height: 100%; display:flex; justify-content:space-between; align-items:center; 
    position: relative; z-index: 2; margin: 0 auto;}
    
    #logo {width: 20.6rem;}
    #logo a {display: flex; align-items: center;}
    
    
    
    /*main_menu---------------------------------------------------------------------------*/
    #nav .nav_logo {display: none;}
    #nav .nav_inner { display:flex; align-items:center; width: 100%; gap: 0 50px;}
    #nav .outer {display: flex; position: relative;}
    #nav .outer > li {position: relative; margin-left: 10rem; height: var(--h-height);}
    #nav .outer > li:first-child {margin-left: 0;}
    #nav .outer > li > a {
    display: flex; color: var(--menu-font-color);  font-size: 18px; height: 100%; line-height: 1.3; align-items: center;
    position: relative; transition: all 0.3s; font-weight: bold;
    }
    #nav .outer > li > a > span {position: relative;}
    #nav .outer > li > a > i {color: var(--main-color); display: none;}
    #nav .outer > li > a > span:after {
    content: ''; position: absolute;  bottom: -10px; width: 0; height: 3px; background: var(--main-color); transition:0.4s; right: 0;
    }
    
    
    
    /*sub_menu---------------------------------------------------------------------------*/
    #nav .inner {
    display: block; position: absolute; right: 0; top: 80%; width: 150px; padding: 10px 0 10px;
    opacity: 0; transition: all 0.2s; visibility: hidden; z-index: 1;  background: #fff; text-align: right; box-shadow: 3px 2px 10px rgba(0,0,0,0.2);
    }
    #nav .inner::before {content:""; position: absolute; left: 0; top: 0; width: 100%; height: 5px; background: var(--main-color);} 
    #nav .inner > li {position: relative; color: var(--menu-font-color); line-height: 1.3; transition: all 0.3s;}
    
    #nav .inner > li > a { display: block; font-size: 15px; color: inherit; transition: all 0.3s; position: relative; left: 0; padding: 10px 15px;}
    #nav .outer > li:nth-child(1) .inner { z-index: 10;}
    
    
    
    /* hover */
    
    
    #nav .outer > li:hover > .inner {opacity: 1; visibility: visible; z-index: 2; top: 90%;}
    #nav .outer > li:hover > a > span:after {width: 100%; right: auto; left: 0;}
    #nav .outer > li > .inner > li:hover > a {background: var(--main-color); color: #fff;}
    
    
    /* 해드 스크롤 했을때 */
    #header.scroll {box-shadow: 0px 3px 10px rgba(0,0,0,0.1);}
    
    
    
    /* 해당페이지 일때 */
    #nav .outer > li > a.on > span {color: var(--main-color);}
    
    
    /*모바일에서 피씨 로고 클래스 지움.*/
    #logo.logo_hide {opacity: 1; visibility: visible;}
    
}    
    
    /*반응형-------------------------------------------------------------*/
    
    
    
    
    
    /*모바일*/
    @media all and (max-width: 991px) {
        
    
        /* 모바일 열기 버튼 */
        .open_btn { font-size: 25px; color: var(--menu-font-color); cursor:pointer; }
    
        #nav {
        background-color: #fff; width: 21.43em; height: 100%;  display: block;
        position: fixed; right:0; top: 0; z-index:9999; margin-right:-21.43em;  transition:margin-right 0.3s;
        }
    
        #nav .nav_inner .nav_topBox {display: flex; align-items: center; width: 100%; height: 70px; background: #fff; padding: 20px; border-bottom: 1px solid #eee;}
        #nav .nav_inner .nav_logo {font-size: 3rem; display: flex; align-items: center; color: #fff; font-weight: bold; width: 130px;}
        #nav .nav_inner { 
        width: 21.43em; height: 100%; overflow-x: hidden; overflow-y:auto; position: absolute;  top:0; 
        flex-direction:column; justify-content:flex-start; align-items:stretch;
        }
    
        /* 모바일닫기버튼 */
        .close_btn { width:50px; height:50px; margin-right:0; margin-left:auto; cursor:pointer; position: absolute; right: 0; top: 10px;}
        .close_btn > i { display:block; color:var(--menu-font-color); text-align:center; line-height:50px; font-size:30px; z-index: 3;}
    
    
        #header .menuBox_bg {display: block;}/*	menubox_bg가 메뉴를 연 상태로 바로 pc화면으로 바꿀 경우 그대로 남아서 pc에서 none 처리해둔 걸 모바일에서 푸는 용도*/
    
        #nav .outer { display: block; margin-top: 10px; padding: 0 20px; order: 3;}
        #nav .outer > li { margin-left: 0; width: 100%; overflow: hidden; cursor: pointer; margin-bottom: 10px; height: auto;}
        #nav .outer > li > a { font-weight: 500; padding:15px 20px 20px 10px; color: var(--menu-font-color); position: relative; pointer-events:none; height: auto; line-height: 1; font-size: 18px;
        border-bottom: 1px solid rgba(0,0,0,0.5);}
        #nav .outer > li > a > span:after {display: none;}
        
    
        #nav .outer > li > a > i {color: var(--menu-font-color); display: inline-block; position: absolute; right: 15px; top: 15px; transform: rotate(0deg); transition: all 0.3s;}
    
        #nav .inner { position: relative; padding: 0; display: block; border:0; opacity: 0; visibility: hidden; width: 100%; height: 0;  background: #fff; box-shadow: none;}
        #nav .inner::before {display: none;} 
        #nav .inner > li { margin-bottom:0; position: relative; padding: 0;}
    
    
        #nav .inner > li > a {
        color: var(--menu-font-color); padding: 12px 25px; position: relative; transition: all 0.3s;
        text-align: left; left: 0; font-size: 15px;
        }
    
        /*	pc 메뉴 효과 지움*/
        
        #header:hover #nav .inner {opacity: 1; top: 100%;}
    
    
    
        /* 해드 스크롤 했을때 */
        #header.scroll #nav .outer > li > a {color: #000; line-height: 1;}
    
    
    
        /* hover */
        #nav .outer > li > .inner > li:hover > a {background: transparent; color: var(--menu-font-color);}
        #nav .outer > li:hover > .inner { display:block; opacity: 1; top: 100%;}
        #nav .outer > li > .inner > li:hover {background: #fff;}
        #nav .outer > li > .inner > li:hover > a {color: var(--menu-font-color);}
        #nav .inner > li:hover > a span {left: 0;}
    
        
    /*	서브메뉴 inactive*/
        #nav .outer > li.on_sub > .inner {
            opacity: 1;
            visibility: visible;
            height: auto;
        }
    
        #logo.logo_hide {opacity: 0; visibility: hidden;}
            #nav .outer > li.on_sub > a > i {transform: rotate(90deg); }
        
        
    
    
    
        /* 해당페이지 일때 */
        #nav .outer > li.on_sub > a > span {color: var(--main-color);}
    
    
        /* outer 클릭시 inner보이는 효과 */
        #nav .outer > li.on_sub > .inner { display: block; padding: 10px 0;}
        
    
        /* 모바일메뉴박스 보이게 하는 클래스 */
        #nav.inactive { margin-right: -1px; } 
    }
/*--------------------------------------------------- 해드세팅 끝 ----------------------------------------------------------------------------*/


/*--------------------------------------------------- 인덱스세팅 ----------------------------------------------------------------------------*/

#index > .section {
    --font-size-pc: 10;
    --font-size-mob: 10;
    font-size: min(calc(var(--font-size-mob) / 500 * 100vw), calc(var(--font-size-pc) * 1px));
    width: 100%;
}

/* 타이틀 박스 공통 */
#index > .section .sub_title {
    font-size: 2em; color: #494949;
    line-height: 1.3; margin-bottom: 0.25em;
}
#index > .section .title-V1 {
    font-size: 5em; font-weight: bold; color: var(--main-color);
    line-height: 1.2;
}
#index > .section .titleBox > p.text1 {
    font-size: 1.8em; color: #7a7a7a; line-height: 1.4;
    margin-top: 1.388em;
}

/* 버튼 공용 */
#index > .section .item_btn {
    width: 100%; max-width: 160px; height: 50px;
    background: #e34141; display: flex;
    justify-content: center; align-items: center; gap: 3px;
    overflow: hidden; border-radius: 40px; color: #fff; line-height: 1.2;
    text-align: center; font-size: 15px; margin: 0 auto; transition: all 0.3s;
    position: relative;
}
#index > .section .item_btn::before {
    content:""; position: absolute; top: 0; left: 50%; transform: translateX(-50%);
    background: #000; transition: all 0.3s; width: 0; height: 100%;
}
#index > .section .item_btn > * {position: relative; z-index: 2;}
#index > .section .item_btn > i {font-size: 0.5em;}

@media (991px <= width <= 4180px) {
    #index > .section .item_btn:hover:before {width: 100%;}
}




/* section1 */
#index > .section1 {padding: 7em 0 16em;}
#index > .section1 .titleBox {text-align: center; margin-bottom: 6.4em;}
#index > .section1 .itemBox {display: grid; grid-template-columns: repeat(4, 1fr); gap: 4em;}
#index > .section1 .itemBox > li {
    font-size: min(calc(var(--font-size-mob) / 1430 * 100vw), calc(var(--font-size-pc) * 1px));
    width: 100%; padding: 6em 10px 6.6em; border-radius: 30px; border: 1px solid #535353; overflow: hidden;
    transition: all 0.5s; position: relative; bottom: 0;
}
#index > .section1 .itemBox > li .img_box {
    display: flex; flex-direction: column; align-items: center; width: 100%;
    text-align: center;
}
#index > .section1 .itemBox > li .img_box .item_img {
    width: 6.1em; height: 6.7em; transition: all 0.5s 0.6s; position: relative; bottom: 0;
    display: flex; justify-content: center; align-items: center;
}
#index > .section1 .itemBox > li.item01 .img_box .item_img img {width: 5.8em; height: 6.6em;}
#index > .section1 .itemBox > li.item02 .img_box .item_img img {width: 6.1em; height: 5.2em;}
#index > .section1 .itemBox > li.item03 .img_box .item_img img {width: 6.1em; height: 5.2em;}
#index > .section1 .itemBox > li.item04 .img_box .item_img img {width: 4.2em; height: 5.2em;}

#index > .section1 .itemBox > li .img_box .item_text {
    color: #000; padding-bottom: 2em; position: relative;
    margin-bottom: 3em; width: 100%; margin-top: 0.5em;
}
#index > .section1 .itemBox > li .img_box .item_text h3 {
    font-size: 2.5em; font-weight: bold; color: inherit; line-height: 1.2; margin-bottom: 0.5em;
}
#index > .section1 .itemBox > li .img_box .item_text p.text1 {
    font-size: 2em; color: inherit; line-height: 1.3;
    color: #434343;
}
#index > .section1 .itemBox > li .img_box .item_text::after,
#index > .section1 .itemBox > li .img_box .item_text::before {
    content:""; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);
    width: 100%; max-width: 200px; height: 1px; transition: all 1s 0.2s ; 
}
#index > .section1 .itemBox > li .img_box .item_text::before {background: #bfbfbf;}
#index > .section1 .itemBox > li .img_box .item_text::after {background: #000; width: 0;}

@media (991px <= width <= 4180px) {
    #index > .section1 .itemBox > li:hover {bottom: 20px;}
    #index > .section1 .itemBox > li:hover .img_box .item_img {bottom: 10px;}
    #index > .section1 .itemBox > li:hover .img_box .item_text::after {width: 100%;}
}

@media (max-width: 991px) {
    #index > .section1 {padding: 7em 0;}
    #index > .section1 .itemBox {grid-template-columns: repeat(2, 1fr);}
    #index > .section1 .itemBox > li {font-size: min(calc(var(--font-size-mob) / 768 * 100vw), calc(var(--font-size-pc) * 1px));}
}

@media (max-width: 600px) {
    #index > .section1 .itemBox {gap: 2em;}
    #index > .section1 .itemBox > li {padding: 5em 10px 3em;}
    #index > .section1 .itemBox > li .img_box .item_img {
        font-size: min(calc(var(--font-size-mob) / 400 * 100vw), calc(var(--font-size-pc) * 1px));
    }
}

@media (max-width: 500px) {
    #index > .section1 .itemBox {grid-template-columns: repeat(1, 1fr); gap: 2.5em;}
    #index > .section1 .itemBox > li {font-size: min(calc(var(--font-size-mob) / 500 * 100vw), calc(var(--font-size-pc) * 1px));}
}

/* section2 */
#index .section2 {
    padding: 7em 0 6em; position: relative; background: url('img/section_slide_bg.jpg') no-repeat center center / cover;
}
#index .section2:before {
    content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.1);
}
#index .section2 > .containerV1 {
    position: relative; z-index: 1;
}
#index .section2 .titleBox {
    text-align: center; margin-bottom: 5em;
}
#index .section2 .sub_title {
    color: #fff;
}
#index .section2 .titleBox > p.text1 {
    color: #fff;
}
#index .section2 .itemBox {
    display: flex; gap:7em;
}
#index .section2 .itemBox > li {
    flex:1;
}
#index .section2 .itemBox > li > a {
    display: block; background: rgba(255,255,255,0.3);
    text-align: center; padding: 6em 1em;
    border-radius: 2em;
}
#index .section2 .itemBox > li > a .title2 {
    font-size: 2.5em; line-height: 1.4; color: #fff;
    padding-bottom: 0.9em;
}
#index .section2 .itemBox > li > a .text1 {
    --line-height:1.6;
    --length:3;
    font-size: 1.8em; line-height: var(--line-height); color: #fff;
    margin-bottom: 1.5em;
}
@media (max-width:1200px) {
    #index .section2 .itemBox {
        gap:2em;
    }
    /* #index .section2 .itemBox > li > a .text1 {
        --length:4;
        height: calc(var(--line-height) * var(--length) * 1em);
    } */
    #index .section2 .itemBox > li > a .text1 br { display: none; }
}
@media (max-width:991px) {
    #index .section2 .itemBox { display: grid; }
}

/* section3 */
#index > .section3 {padding: 6.4em 0 5em; background: #f5f5f5;}
#index > .section3 .titleBox {margin-bottom: 4em;}
#index > .section3 .widget_box .item_btn {margin: 3em auto 0;}

@media (991px <= width <= 4180px) {
    #index > .section3 .containerV1{padding-top: 8em; position: relative;}
    #index > .section3 .titleBox {margin-bottom: 0; position: absolute; top: 0;}
    #index > .section3 .widget_box .item_btn {display: none;}
}

@media (max-width: 500px) {
    #index > .section3 .titleBox {text-align: center;}
    #index > .section3 .widget_box .item_btn {max-width: 100%; margin: 20px auto 0;}
}


/* section4 */
#index > .section4 {padding: 11em 0 12em;}
#index > .section4 .titleBox {margin-bottom: 4em; text-align: center;}
#index > .section4 .widget_box .item_btn {margin: 4em auto 0;}

@media (max-width: 500px) {
    #index > .section4 .widget_box .item_btn {max-width: 100%;}
}




/* section5 */
@media all {
    #index .section5 {
        padding: 14.4em 0 11.4em; position: relative; background: url('img/sec05_bg.jpg') no-repeat center center / cover;
    }
	#index .section5:before {
		content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%;
		background: rgba(0,0,0,0.1);
	}
	#index .section5 > .containerV1 { position: relative; z-index: 1; }


    #index .section5 a {color: inherit;}
    #index .section5 .containerV1 > .itemBox { display:grid; grid-template-columns:repeat(2,1fr); color: #fff; gap: 3em;}
    #index .section5 .containerV1 > .itemBox .left {padding-top: 5em;}
    #index .section5 .containerV1 > .itemBox li .title_textBox {
        margin: 0 0 2.5em 0; color: #fff; padding-bottom: 2.5em; position: relative;
    }
    #index .section5 .containerV1 > .itemBox li .title_textBox::before {
        content:""; position: absolute; bottom: 0; left: 0;
        background: #f2f2f2; width: 12.9em; height: 1px;
    }
    #index .section5 .containerV1 > .itemBox li .title_textBox > h2 {
        font-size: 5em; color: inherit; margin-bottom: 0.4em; font-weight: bold;
        line-height: 1.2;
    }
    #index .section5 .containerV1 > .itemBox li .title_textBox > p.text1 {
        font-size: 2em; line-height: 1.4; color: #f2f2f2;  font-weight: 300;
    }
    #index .section5 .containerV1 > .itemBox li .textBox {
        color: #f2f2f2; line-height: 1.6; margin: 2em 0 3.5em;
    }
    #index .section5 .containerV1 > .itemBox li .textBox p.text1 {
        font-size: 2em; line-height: inherit; color: inherit;
    }
    #index .section5 .containerV1 > .itemBox li .btn_box {display: flex; gap: 4em; width: 100%;}
    #index .section5 .containerV1 > .itemBox li .btn_box > li {
        width: 100%; max-width: 255px; padding: 1.6em 10px;
        overflow: hidden; border-radius: 40px; transition: all 0.3s;
        background: #e34141;
    }
    #index .section5 .containerV1 > .itemBox li .btn_box > li > a {
        display: flex; justify-content: center; align-items: center; gap: 3em;
    }
    #index .section5 .containerV1 > .itemBox li .btn_box > li .icon_text {color: #fff;line-height: 1.2;}
    #index .section5 .containerV1 > .itemBox li .btn_box > li h4 {font-size: 20px; line-height: inherit; margin-bottom: 0.3em;}
    #index .section5 .containerV1 > .itemBox li .btn_box > li p.text1 {
        font-size: 15px; line-height: inherit; display: flex; align-items: center; gap: 3px;
    }
    #index .section5 .containerV1 > .itemBox li .btn_box > li p.text1 > i {font-size: 0.8em;}
    
}

    @media (991px <= width <= 4180px) {
        #index .section5 .containerV1 > .itemBox li .btn_box > li:hover {background: #000;}
    }
    
    @media (991px <= width <= 1230px) {
        #index .section5 .containerV1 > .itemBox li .title_textBox > p.text1 br {display: none;}
    }
    
    @media (max-width:991px) {
        #index .section5 {padding: 7em 0;}
        #index .section5 .containerV1 > .itemBox { grid-template-columns:1fr; gap:5rem 0; max-width: 768px; margin: 0 auto; }
        #index .section5 .containerV1 > .itemBox li.left {padding-left: 0;} 
    }
    
    @media (max-width:650px) {
        #index .section5 .containerV1 > .itemBox li .title_textBox {text-align: center;}
        #index .section5 .containerV1 > .itemBox li .btn_box {justify-content: center;}
        #index .section5 .containerV1 > .itemBox li .title_textBox > p.text1 br {display: none;}
        #index .section5 .containerV1 > .itemBox li .title_textBox::before {
            left: 50%; transform: translateX(-50%);
        }
        #index .section5 .containerV1 > .itemBox li .textBox {text-align: center;}
    
    }
    
    @media (max-width:600px) {
        #index .section5 .containerV1 > .itemBox li .btn_box {flex-direction: column; }
        #index .section5 .containerV1 > .itemBox li .btn_box > li {max-width: 100%;}
    }


/*--------------------------------------------------- 인덱스세팅 끝 ----------------------------------------------------------------------------*/



/*--------------------------------------------------- 푸터세팅 ----------------------------------------------------------------------------*/
footer {
    --index-font-size-pc: 10;
    --index-font-size-mob: 10;
    --footer-font-color: #000;
    font-size: min( calc( var(--index-font-size-mob) / 450 * 100vw ), calc(var(--index-font-size-pc) * 1px) );
    background: #dcdcdc;
    font-family: 'Nanum Gothic', sans-serif !important;
}
footer .top_info_box {
    border-bottom: 1px solid #bfbfbf; padding: 20px 0;
}
footer .top_info_box .containerV1 {display: flex; justify-content: space-between; align-items: center;}
footer .info_box {
    display: flex;
}
footer .info_box > .item { position:relative;}
footer .info_box > .item:before {
    content:''; position:absolute; right: 9px; top:55%; transform:translateY(-50%); width:1px; height:10px; background: #000;
}
footer .info_box > .item:last-child:before { display:none;}
footer .info_box > .item > a { 
    display:block; color: var(--footer-font-color); 
    font-size: 1.3em; line-height:1.4; margin-right:20px; 
}
footer .info_box > .item > a:hover {text-decoration: underline;} 


footer .contents { display:flex; width: 100%; gap: 30px 10rem; padding: 25px 0 30px;}
footer .item1 {display: flex; align-items: center;}
footer .item2 {display: flex; flex-direction: column; flex: 1;}


footer .item2 > div { line-height: 1.6; font-size: 1.3em; color: var(--footer-font-color); font-weight: bold;}
footer .item2 > div:not(:last-child) {margin-bottom: 5px;}
footer .item2 > div a { color: inherit; }
footer .item2 > .text > span { position: relative; margin-right: 20px; font-weight: inherit;}
footer .item2 > .text > span:after { content:'|'; position:absolute; right:-12px; top:55%; transform:translateY(-55%);}
footer .item2 > .text > span:last-child:after { display: none;}
footer .item2 > .copy { text-transform: uppercase; color: #000; font-size: 1.3em; font-weight: bold;}
footer .item2 > .copy a { color: inherit; font-family: 'Nanum Gothic', sans-serif !important;}

@media (max-width:1430px) {
    footer .contents {flex-wrap: wrap; justify-content: unset;}
    footer .item1 {width: 100%;}
}


@media (max-width:991px) {
    footer .item1 {display: none;}
    footer .top_info_box {display: none;}
    footer .top_info_box .containerV1 {justify-content: center;}
    footer .item2 {text-align: center;}
    footer .item2 > div {display: flex; flex-direction: column; }
    footer .item2 > .copy {display: block;}
    footer .item2 > .text > span {margin-right: 0; line-height: 1.8;}
    footer .item2 > .text > span:after { display:none;}
    footer .item2 > div:not(:last-child) {margin-bottom: 0;}
}

@media (max-width:600px) {
    footer .contents {text-align: center;}
    footer .top_info_box {justify-content: center;}
}


/*--------------------------------------------------- 푸터세팅 끝 ----------------------------------------------------------------------------*/








/* 서브페이지 패딩 */
.tmt_sub_frame { padding:40px 0 50px; min-height: 70vh; }


/* 게시판 및 게시판헤드 등 기타 버튼들 기본컬러 변경 */
.btn.btn-color {border: 1px solid var(--main-color); background-color: var(--main-color);}
.btn.active.btn-color, .btn.btn-color:hover, .btn.btn-color:focus, .btn.btn-color:active {background-color: var(--main-color);}
.border-color, i.border-color, img.border-color {border-color: var(--main-color);}

/* 모달 z-index높이기 (해드에 가려지는 경우 발견해서) */
.modal { z-index: 9999; }
.modal-backdrop { z-index: 9998; }

#style-switcher .widget-setup { top: 155px !important;}


/* 게시판 스타일 조정 */
.board-list {font-size: 16px;}
.div-head {padding:  20px 0; border-top: 3px solid #333 !important; border-bottom: 1px solid #333 !important;}
.div-head span {font-weight: 500;}
.list-board .list-body li > div {padding: 20px 0; color: #000;}
.list-board .list-body .wr-subject .item-subject {font-weight: 300;}
.list-board .list-body .wr-name {font-weight: 500;}

.faq_subject {font-size: 16px;}
.div-panel.panel-group .panel-heading a {padding: 20px 15px; padding-left: 0;}

.view-wrap .view-content {font-size: 16px !important;}