@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700;900&display=swap');
/* pretendard */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/variable/pretendardvariable.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; }

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

	--main-color : #00a54f; /* mainColor */
    --main-color2 : #4cc083; /* mainColor2 */	
    --basic-border-color: #4cc083;	/* 게시판 및 게시판헤드 등 기타 버튼들 border 컬러 */

    --h-height : max(70px, 10rem); /* header height */
}

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

/* html 폰트 사이즈 */
@media (max-width:1200px) {
	html { font-size: 9px; }
}
@media (max-width:991px) {
	html { font-size: 8.5px; }
}
@media (max-width:768px) {
	html { font-size: 7.5px; }
}
@media (max-width:580px) {
	html { font-size: 6px; }
}

@media (max-width:480px) {
	html { font-size: 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; }
}

.ikwrap { overflow-x: hidden; }

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


/* font */
.Pop {font-family: 'Poppins', sans-serif !important;}
.Ptd {font-family: 'Pretendard Variable', Pretendard, -apple-system, BlinkMacSystemFont, system-ui, sans-serif !important;}

/* em */
.font-em500 {font-size: min(calc(10 / 500 * 100vw), 10px);}
.font-em600 {font-size: min(calc(10 / 600 * 100vw), 10px);}


/* data-scroll */
/* .fade-Up {transition: 0.5s;} */
.fade-Up[data-scroll="out"] {opacity: 0; transform: translateY(10%);}

/*--------------------------------------------------- 해드세팅 ----------------------------------------------------------------------------*/
@media all {
    #header { 
        --menu-font-color : #fff;
        position: fixed; left: 0; top: 0; width: 100%; height: var(--h-height); 
        z-index: 1000; transition:0.4s; background: transparent;
    }
    
    
    #header .itemBox {
        width: 100%; height: 100%; display:flex; align-items:center; 
        position: relative; z-index: 2; margin: 0 auto;
    }
    
    #logo {}
    #logo .logo_1 {display: block;}
    #logo .logo_2 {display: none;}
    #logo a {display: flex; align-items: center;}
    
    
    
    /*main_menu---------------------------------------------------------------------------*/
    #nav {display: flex; width: 100%;}
    #nav .nav_logo {display: none;}
    #nav .nav_inner { display:flex; align-items:center; width: 100%; gap: 0 50px; margin-right: 9.2rem;}
    #nav .outer {display: flex; position: relative;}
    #nav .outer > li {position: relative; margin-left: 11rem; 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; text-align: center;
        transition: all 0.3s; font-weight: bold; letter-spacing: 1px;
    }
    #nav .outer > li > a > span {position: relative;}
    #nav .outer > li > a > span:after {
        content: ''; position: absolute; bottom: -8px; width: 0; 
        height: 3px; background: var(--main-color); transition:0.4s; right: 0;
    }	

    

    @media (min-width: 992px) {

        #header #nav .nav_inner {justify-content: end;}

        /* 버튼 */
        #header .h-active_box {display: none;}
        .close_btn {font-size: 50px; color: #fff; cursor: pointer;}
        #header .h-active_box .close_btn {display: none;}
        .open_btn {
            font-size: 40px; color: #fff; cursor:pointer;
            padding: 0 4.3rem; height: 100%; display: flex; align-items: center;
            justify-content: center;
        }
        #nav .outer > li > a {z-index: 2; position: relative;}
        #nav .outer > li > a > i {color: var(--main-color); display: none;}
		
		/*sub_menu---------------------------------------------------------------------------*/
		#header #nav .inner {
			display: block; position: absolute; left: 50%; top: 0; width: 14em; transform: translateX(-50%); left: 50%;
			opacity: 0; visibility: hidden; z-index: 1; text-align: center; background: rgba(30, 30, 30, 0.9); padding: 0px 0 15px;
			backdrop-filter: blur(10px); 
			border-radius: 0 0 15px 15px; height: 0; overflow: hidden; padding-top: calc(var(--h-height) - 15px);
		}
		#header #nav .inner > li {position: relative; color: rgba(255,255,255,0.5); line-height: 1.3; transition: all 0.3s;}
		#header #nav .inner > li > a { display: block; font-size: 16px; color: inherit; transition: all 0.3s; position: relative; left: 0; padding: 10px 15px;}
		#header #nav .outer > li > a > span:after {
			content: ''; position: absolute;  bottom: -10px; width: 0; height: 2px; background: var(--main-color); transition:0.4s; left: 50%;
			transform: translateX(-50%);
		}


		/* hover */
        #header #nav .outer > li:hover > a > span {color: #fff;}
        #header #nav .outer > li:hover > a > span:after {width: 100%;}
		#header #nav .outer > li > .inner > li:hover > a {color: #fff;}
		#header #nav .outer > li:hover .inner {
		    opacity: 1; visibility: visible; height: auto; 
		    transition: all 0.3s; transform: translateX(-50%);
		}

        /* 해당페이지일 때 */
        #header #nav .outer > li > a.on > span::after {width: 100%;}
    }
    
    /* 해드 스크롤 했을 때 */
    #header.scroll {
        background: #fff;
		/* box-shadow: 0px 3px 10px rgba(0,0,0,0.1); */
    }
    #header.scroll #logo .logo_2 {display: block;}
    #header.scroll #logo .logo_1 {display: none;}
    #header.scroll .outer > li > a {color: #000;}
    #header.scroll .open_btn {color: #000;}
    
    
    /*모바일에서 피씨 로고 클래스 지움.*/
    #logo.logo_hide {opacity: 1; visibility: visible;}
    
}
    
/*반응형-------------------------------------------------------------*/

@media (max-width: 1850px) {
    #header .itemBox {justify-content: space-between; gap: 20px;}
}


@media (max-width: 1430px) {
    .open_btn {padding: 0;}
    #nav .outer > li {margin-left: 6rem;}

    #header #nav .nav_inner {margin-right: 4rem;}
}

@media (992px <= width <= 1431px) {
	#header #nav .inner {width: 11em;}
}


/*모바일*/
@media all and (max-width: 991px) {
    
    #header {--menu-font-color: #222;}
    #header .containerV1 {height: 100%;}
    #header .itemBox {justify-content: unset; height: 100%;}


    #logo {width: max(70px, 22rem); min-width: auto;}

    /* 버튼 */
    .close_btn {font-size: 40px; color: #000; cursor: pointer;}
    #header .h-active_box .close_btn {display: none;}
    .open_btn {
        font-size: 40px; color: #fff; cursor:pointer;
        height: 100%; display: flex; align-items: center;
        justify-content: center;
    }

    .btn_off {display: none;}
    .btn_on {display: block !important;}



    #nav {
        position: fixed; width: 100%; left: 0; z-index: 100;
        background: rgba(0,0,0,0.8); backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px); opacity: 0; visibility: hidden; 
        height: calc(100% - var(--h-height)); top: var(--h-height);
    }
    #nav .nav_inner {margin-right: 0; align-items: unset; gap: 0; opacity: 0; position: relative; top: -3%; transition: 0.2s;}
    #nav .nav_inner .outer {
        display: flex; flex-direction: column; padding: 20px 20px 0;
        transform: translateY(-5%); transition: 0.3s; width: 100%;
    }

    #nav .nav_inner .outer > li {
        --transition: 0.3s; height: auto;
        display: flex; flex-direction: column;
        border-bottom: 1px solid rgba(255,255,255,0.3);
        padding: max(20px, 3rem) 0; color: #fff; margin-left: 0;
    }
    #nav .nav_inner .outer > li > a {
        display: flex; justify-content: space-between; font-size: 25px;
        position: relative; font-size: max(20px, 3.2rem); color: inherit; font-weight: 500;
    }
    #nav .nav_inner .outer > li > a {pointer-events: none;}
    #nav .nav_inner .outer > li > a > i {transition: 0.3s;}

    #header #nav .inner {
        height: 0; opacity: 0; visibility: hidden;
    }
    
    #header #nav .inner > li {padding: 10px 0;}
    #header #nav .inner > li > a {
        display: block; font-size: 17px; color: inherit;
        opacity: 0.3; transition: var(--transition); font-weight: 500;
    }
    

    /* 메뉴 클릭 시 */
    #header #nav .nav_inner .outer > li.on_sub > .inner {
        padding-top: 2rem; transition: 0.3s;
        height: auto; opacity: 1; visibility: visible;
    }
    #header #nav .nav_inner .outer > li.on_sub > a > i {transform: rotate(180deg);}


    /* inactive */
    #header.menu_active {background: #fff;}
    #header.menu_active #logo .logo_2 {display: block;}
    #header.menu_active #logo .logo_1 {display: none;}
    #header.menu_active .open_btn {color: #000;}
    #header.menu_active .langBox {--color: #000;}

    #nav.inactive {opacity: 1; visibility: visible;}
    #nav.inactive .nav_inner {top: 0; opacity: 1; transition: 0.5s 0.1s;}
    #nav.inactive .nav_inner .outer {transform: translateY(0);}

    /* hover */
    #header #nav .inner > li > a:hover {opacity: 1;}
}
/*--------------------------------------------------- 해드세팅 끝 ----------------------------------------------------------------------------*/



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


/* button */
main .section .item_btn {
    border-radius: 4em; width: 100%; max-width: 20em; height: 6em; background: var(--main-color); padding: 5px;
    display: flex; align-items: center; justify-content: center; color: #fff; transition: 0.3s;
}
main .section .item_btn > span {font-size: 1.6em; color: inherit; }

@media (min-width: 992px) {
    main .section .item_btn:hover {background: #8872ae;}    
}




/* section1 */
main .section1 {padding: 11.3em 0 13.5em; background: #fff; position: relative; overflow: hidden;}
main .section1 .slogan {
    position: absolute; bottom: -0.15em; left: 0;
    z-index: 1; font-size: min(calc(160 / 1320 * 100vw), 160px); color: #000;
	opacity: 0.07; font-weight: bold; transition: 1.3s 1.4s;
}

main .section1 .slogan[data-scroll='out'] {
	opacity: 0; transform: translateY(-10%);
}

main .section1 .containerV1 {position: relative; z-index: 2;}
main .section1 .itemBox {display: flex; gap: 2em; justify-content: space-between;}
main .section1 .itemBox .text_box {padding-top: 5em;}
main .section1 .itemBox .text_box .title {
    font-size: max(25px, 4.5rem); color: #434343; line-height: 1.3;
    margin-bottom: 0.8em; font-weight: 400;
}
main .section1 .itemBox .text_box .title b {color: #000;}
main .section1 .itemBox .text_box .title .color-tag {
    color: var(--main-color); font-weight: bold;
}
main .section1 .itemBox .text_box p {
    font-size: max(13px, 1.8rem); color: #434343;
    line-height: 1.4;
}
main .section1 .link_list {
    display: grid; width: 100%; max-width: 700px;
    grid-template-columns: repeat(2, 1fr);
}
main .section1 .link_list > li {
    display: flex; width: 100%; padding: 3.5em 10px 5em 4em;
    flex-direction: column; gap: 2.6em;
}
main .section1 .link_list > li > h4 {
    font-size: max(16px, 2.5rem); color: #000; line-height: 1.2;
    font-weight: bold;
}

main .section1 .link_list > li .img {
    display: flex; align-items: center;
    gap: 1.5em;
}
main .section1 .link_list > li .img a {
    display: flex; align-items: center;
    justify-content: center; text-transform: uppercase;
    color: #fff; background: var(--main-color);
    font-size: 1.4em; padding: 0.7em 1.2em; border-radius: 40px;
    letter-spacing: 1px;
}
main .section1 .link_list > li img {width: 8.5em;}
main .section1 .link_list > li > p {
    font-size: max(13px, 1.8rem); color: #434343; line-height: 1.6;
    font-weight: 400; 
}

@media (min-width: 600px) {
    main .section1 .link_list > li:nth-child(-n+2) {border-bottom: 1px solid #adadad; padding-top: 1em;}
    main .section1 .link_list > li:nth-child(odd) {border-right: 1px solid #adadad;}
}


@media (min-width: 992px) {
    main .section1 .link_list > li .img {gap: 0;}
    main .section1 .link_list > li .img a {
        opacity: 0; visibility: hidden;
        transition: all 0.5s, background-color 0.2s;
    }

    main .section1 .link_list > li:hover .img > a {
        transform: translateX(15px); opacity: 1; visibility: visible;
    }
    main .section1 .link_list > li .img > a:hover {background: #046331;}
}


@media (992px <= width <= 1300px) {
    main .section1 .itemBox .text_box {flex: 1;}
    main .section1 .itemBox .text_box br {display: none;}
    main .section1 .link_list {max-width: 600px;}
    main .section1 .link_list br {display: none;}
}

@media (max-width: 991px) {
    main .section1 .itemBox .text_box {padding-top: 0;}
    main .section1 .itemBox {flex-direction: column; gap: 5em;}
    main .section1 .link_list {max-width: 100%;}
}

@media (max-width: 768px) {
    main .section1 .itemBox .text_box {text-align: center;}
    main .section1 .link_list > li {padding: 3.5em 2em 5em; text-align: center;}
    main .section1 .link_list > li .img {flex-direction: column;}
}

@media (max-width: 600px) {
    main .section1 .link_list {grid-template-columns: repeat(1, 1fr);}
    main .section1 .link_list > li:not(:last-child) {border-bottom: 1px solid #adadad;}
}

@media (max-width: 450px) {
    main .section1 .itemBox .text_box p br {display: none;}
}



/* section2 */
main .section2 {padding: 15.5em 0 12.6em; background: var(--main-color2); position: relative;}
main .section2 .bg_icon {
    position: absolute; z-index: 1; display: none;
    top: 5.8em; left: 25px; background: url('img/sec2_icon01.png') no-repeat center center / cover;
    width: 35em; height: 36em;
}

@media (min-width: 992px) {
    main .section2 .item_btn:hover {background: var(--main-color); border-color: transparent;}
}

@media (max-width: 1130px) {
    main .section2 .titleBox .text1 br {display: none;}
}



/* section3 */
main .section3 {padding: 13.3em 0 11em; background: #fff; position: relative;}
main .section3 .titleBox {
    display: flex; align-items: center;
    justify-content: space-between; margin-bottom: 4.5em;
}
main .section3 .titleBox > h3 {font-size: max(25px, 4.5rem); color: #000; line-height: 1.2; font-weight: bold;}
main .section3 .titleBox > a {
    display: flex; justify-content: center; align-items: center;
    background: var(--main-color); color: #fff; border-radius: 50%;
    width: 1.75em; height: 1.75em; font-size: 4em;
}




/* section4 */
@media all {
    main .section4 {
        padding: 14.4em 0 11.4em; position: relative; 
        background: url('img/sec4_bg.jpg') no-repeat center center / cover;
    }
    
    main .section4 a {color: inherit;}
    main .section4 .containerV1 > .itemBox { display:grid; grid-template-columns:repeat(2,1fr); color: #fff; gap: 3em;}
    main .section4 .containerV1 > .itemBox .left {padding-top: 5em;}
    main .section4 .containerV1 > .itemBox li .title_textBox {
        margin: 0 0 2.5em 0; color: #fff; padding-bottom: 2.5em; position: relative;
    }
    main .section4 .containerV1 > .itemBox li .title_textBox::before {
        content:""; position: absolute; bottom: 0; left: 0;
        background: #f2f2f2; width: 12.9em; height: 1px;
    }
    main .section4 .containerV1 > .itemBox li .title_textBox > h2 {
        font-size: 5em; color: inherit; margin-bottom: 0.4em; font-weight: bold;
        line-height: 1.2;
    }
    main .section4 .containerV1 > .itemBox li .title_textBox > p.text1 {
        font-size: 2em; line-height: 1.4; color: #f2f2f2;  font-weight: 300;
    }
    main .section4 .containerV1 > .itemBox li .textBox {
        color: #f2f2f2; line-height: 1.6; margin: 2em 0 3.5em;
    }
    main .section4 .containerV1 > .itemBox li .textBox p.text1 {
        font-size: 2em; line-height: inherit; color: inherit;
    }
    main .section4 .containerV1 > .itemBox li .btn_box {display: flex; gap: 4em; width: 100%;}
    main .section4 .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: var(--main-color);
    }
    main .section4 .containerV1 > .itemBox li .btn_box > li > a {
        display: flex; justify-content: center; align-items: center; gap: 3em;
    }
    main .section4 .containerV1 > .itemBox li .btn_box > li .icon_text {color: #fff;line-height: 1.2;}
    main .section4 .containerV1 > .itemBox li .btn_box > li h4 {font-size: 20px; line-height: inherit; margin-bottom: 0.3em;}
    main .section4 .containerV1 > .itemBox li .btn_box > li p.text1 {
        font-size: 15px; line-height: inherit; display: flex; align-items: center; gap: 3px;
    }
    main .section4 .containerV1 > .itemBox li .btn_box > li p.text1 > i {font-size: 0.8em;}
    
}

@media (min-width: 992px) {
	main .section4 {background-attachment: fixed;}
}

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


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



/*--------------------------------------------------- 푸터세팅 ----------------------------------------------------------------------------*/
/* footer*/
footer { background: #343434; padding: 7em 0 6.8em;}

footer .contents { display:flex; width: 100%;}
footer .item .item_title h3 {font-size: 1.8em; color: var(--main-color2); font-weight: 600; margin-bottom: 0.5em;}
footer .item {display: flex; flex-direction: column;}
footer .item > div.text {line-height: 1.8; font-size: max(12px, 1.5em); color: #fff; display: flex; flex-wrap: wrap;}
footer .item > div.list_box {margin-bottom: 2.4em;}
footer .item > div.list_box > span {color: #fff;}
footer .item > div.list_box > span::after {transform:translateY(-50%); color: #fff;}
footer .item > div a { color: inherit;}
footer .item > .text > span { position: relative; margin-right: 24px; font-weight: inherit;  }
footer .item > .text > span:after {
    content:''; position:absolute; right: -14px; top:50%; transform:translateY(-40%); height: 16px; width: 1px;
    background: #fff;
}
footer .item > .text > span:last-child:after { display: none; }
footer .copy {color: #fff; font-size: 1.5em; text-transform: uppercase; margin-top: 2em; line-height: 1.4; letter-spacing: 1px;}
footer .copy a { color: inherit;}

footer .item1 {margin-right: 7em; width: 147px;}
footer .item3 {margin-left: auto; display: flex; align-items: center; flex-direction: unset; gap: 1.4em;}


@media (max-width: 991px) {
    footer {padding: 35px 0;}
    footer .contents {flex-direction: column; gap: 3rem 5rem; align-items: center;}
	footer .item1 {margin-right: 0;}
	footer .item2 {order: 3;}
	footer .item3 {order: 2; justify-content: center; margin-left: unset;}
	footer .item > div.text {justify-content: center;}
	footer .copy {margin: 2em auto 0;}
}

@media (max-width:768px) {
footer .item2 > .text.list_box {display: none;}
}

@media (max-width: 650px) {
	footer .contents {flex-direction: column; text-align: center;}
	footer .item > div.text {flex-direction: column;}
	footer .item > .text > span {margin: 0;}
	footer .item > .text > span:after {display: none;}
    footer .copy {text-align: center;}
}

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



/* 임시페이지 스타일 */
@keyframes intro_ani_move1 {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes intro_ani_move2 {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.intro_frame {
    font-size: min(calc(10 / 600 * 100vw), 10px);
    position: relative; width: 100%; height: 100vh;
} 
.intro_frame .logo {
    width: 31.4em; position: absolute; top: 5em; left: 9em;
    animation: intro_ani_move2 1s 0.5s forwards;
    transform: translateY(-5%); opacity: 0;
}

.intro_frame .main_title {
    position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
    width: 100%; display: flex; align-items: center; justify-content: center;
}

.intro_frame .main_title > article {position: relative; width: 100%; max-width: 707px;}
.intro_frame .main_title > article img {width: 33.8em; height: 33.8em;}
.intro_frame .main_title .textBox h1 {
    font-size: 4.5em; font-weight: bold; line-height: 1.2;
    color: #000; margin-bottom: 10px;
}
.intro_frame .main_title .textBox h1 .color-tag {color: #0d4d97;}
.intro_frame .main_title .textBox p.text1 {font-size: 1.8em; color: #707070; line-height: 1.6;}


@media (min-width: 851px) {
    .intro_frame .main_title > article {padding-bottom: 36em;}
    .intro_frame .main_title > article img {
        position: absolute; top: 0; left: 0; z-index: 1;
        animation: intro_ani_move1 1s 0.3s forwards;
        transform: translateX(-5%); opacity: 0;
    }
    .intro_frame .main_title .textBox {
        position: absolute; bottom: 0; right: 0;
        animation: intro_ani_move1 1s 0.3s forwards; transform: translateX(5%); opacity: 0;
    }
}


@media (max-width: 850px) {
    .intro_frame .main_title > article {
        display: flex; flex-direction: column ;align-items: center;
        gap: 20px; 

        animation: intro_ani_move2 1s 0.3s forwards;
        transform: translateY(-5%); opacity: 0;
    }
    .intro_frame .main_title > article img {width: 20.8em; height: 20.8em;}
    .intro_frame .main_title .textBox {text-align: center;}
    .intro_frame .logo {width: 20em; min-width: 150px; top: 10px; left: 10px;}
}


@media (max-height: 930px) {
    .intro_frame .logo {
        font-size: min(calc(10 / 930 * 100vh), 10px);
    }
}




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


/* 게시판 및 게시판헤드 등 기타 버튼들 기본컬러 변경 */
.btn.btn-color {border: 1px solid var(--basic-border-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-color2);}

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

#style-switcher .widget-setup { top: 155px !important; }
/*modal*/
.modal-backdrop {z-index: 2000;}
.modal {z-index: 2001;}
#myModal .modal-body {height: 400px; position: relative;}
#myModal .modal-body > * {position: absolute; left: 0; top: 0; padding: 0 15px 30px; overflow-y: auto; height: 400px; }
#myModal .modal-title { font-size: var(--font-size5,max(15px,2rem)); color: #000;}


/* 게시판 스타일 조정 */
.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;}
