@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=Nanum+Gothic:wght@400;700;800&family=Poppins:wght@300;400;500;600;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

/* 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;
	--containerV2-width : 1200;

	--main-color : #009a65; /* mainColor */		
}

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

}

@media (max-width:1230px) {
	.containerV2 { padding: 0 15px;}
}

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

/* È®´ë Ãà¼Ò ¾Ö´Ï¸ÞÀÌ¼Ç */
@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; }




/* Wrapper */

#wrapper { /* ÀüÃ¼ */
display: -ms-flex; display: flex;
min-height: 100vh;
}

/*--------------------------------------------------- ÇØµå¼¼ÆÃ ----------------------------------------------------------------------------*/
/* Sidebar */


#sidebar {
--slidebar-width : 18.3em;
--slidebar-toggle-data : -18.3em;
-ms-flex-grow: 0; -ms-flex-shrink: 0;
flex-grow: 0; flex-shrink: 0;
transition: ease 0.5s; /* ±âº»°ªÀ¸·Î, ÀüÈ¯(transition) È¿°ú°¡ ÃµÃµÈ÷ ½ÃÀÛµÇ¾î, ±×´ÙÀ½¿¡´Â »¡¶óÁö°í, ¸¶Áö¸·¿¡´Â ´Ù½Ã ´À·ÁÁý´Ï´Ù. */
background-color: #fff; font-size: 14px;  width: var(--slidebar-width); border-right: solid 1px #eee; height: 100%; margin-left: 0; position: relative;
z-index: 10000;
}

/* sidebar inner */
#sidebar > .inner { 
padding: 2.22222em 18px 2.44444em 18px ; width: var(--slidebar-width); position: fixed; left: 0; top: 0; bottom: 0; margin-left: 0; 
box-shadow: 0 0 5em 0 rgba(0, 0, 0, 0.175); transition: ease 0.5s; background-color: #f8f8f8; z-index: 100000;
}

/* logo */
#sidebar > .inner > .logo { 
	border-bottom: 0; margin: 0 auto; padding: 70px 0 100px; width: 100%;
	display: flex; align-items: center; justify-content: center;
}
#sidebar > .inner > .logo img { width: 100%; max-width: 180px; }



/* ¹öÆ° */
#sidebar .h_btn { position: fixed; left: 0; top: 0; z-index: 100000; }
#sidebar .toggle { 
transition: 0.5s ease;
position: absolute; left: var(--slidebar-width); top: 0; outline: 0; border: 0; margin-left: 0; cursor:pointer;
display: block; text-align: center; z-index: 10000; width:50px; height:50px; line-height:50px; background:#404040;
}
#sidebar .toggle:before { 
font-family: FontAwesome; content: '\f00d'; height: inherit; line-height: inherit; width: inherit; font-size:25px; position: absolute; left: 0; top: 0; color:#fff;
}
/* //¹öÆ° */


/* ¹öÆ° Å¬¸¯½Ã È¿°ú */
#sidebar.inactive { margin-left: var(--slidebar-toggle-data); }
#sidebar.inactive > .inner { margin-left: -20em; }
#sidebar .toggle.on { margin-left: var(--slidebar-toggle-data);}
#sidebar .toggle.on:before { content: '\f0c9'; } /* ¹öÆ° ¹Ù²î´Â°Å */

@media (max-width:1630px) {
	#sidebar { position: fixed; z-index: 10; margin-left: var(--slidebar-toggle-data); }
	#sidebar > .inner { margin-left: -20em; }
	#sidebar .toggle { margin-left: var(--slidebar-toggle-data); }
	#sidebar .toggle:before { content: '\f0c9'; }

	#sidebar.inactive { margin-left: 0; }
	#sidebar.inactive > .inner { margin-left: 0; }
	#sidebar .toggle.on { margin-left: 0;}
	#sidebar .toggle.on:before { content: '\f00d'; } /* ¹öÆ° ¹Ù²î´Â°Å */
}

/* ¸Þ´º */

#menu ul {
-moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none; /* ÀÌ ¿ä¼Ò¿Í ¾Æ·¡ ¿ä¼ÒÀÇ ÅØ½ºÆ®¸¦ ¼±ÅÃÇÏÁö ¸øÇÏµµ·Ï ¸·½À´Ï´Ù */
color: #333333; font-family:; font-weight: 500; letter-spacing: 0; border-top: 2px solid  rgba(210, 215, 217, 0.75);
}

/* outer¸Þ´º */
#menu > ul > li { border-top: solid 2px rgba(210, 215, 217, 0.75); }
#menu > ul > li:first-child { border-top: 0; margin-top: 0; padding-top: 0; }
#menu > ul > li:last-child { border-bottom: solid 2px rgba(210, 215, 217, 0.75); margin: 0; padding: 0; }

#menu ul a, #menu ul span { 
color: inherit; /* ºÎ¸ðÀÇ ¼Ó¼º°ª ¹Þ´Â°Å */ cursor: pointer; display: block; font-size: 16px; padding: 0.825em 0;
line-height: 1.2; font-family: "Poppins" !important;
}
#menu ul a.opener, #menu ul span.opener { transition: 0.2s ease-in-out; position: relative; font-weight: 600;}

/* outer ¸Þ´º È­»ìÇ¥ */
/* #menu ul a.opener:before, #menu ul span.opener:before { 
font-family: FontAwesome; transition: 0.2s ease-in-out; color: #9fa3a6; content: '\f078'; position: absolute; right: 0;
} */


/* inner ¸Þ´º ½ºÅ¸ÀÏ */
#menu > ul > li > ul { color: #5d5d5d; display: none; margin: 0.5em 0 1.5em 0; padding-left: 1em; } 
#menu > ul > li > ul > li { margin: 0.5em 0 0 0; padding: 0.5em 0 0 0; padding-left: 0.5em;}
#menu > ul > li > ul a{position: relative; font-weight: 600;}
#menu > ul > li > ul a::before{content: ""; position: absolute; width: 7px; height: 2px; background: #d5d5d5; top: 50%; left: -13px; transform: translate(-1px, -5%);}
#menu > ul > li > ul a, #menu > ul > li > ul span { font-size: 15px; padding:1px; }

/* outer¸Þ´º hover */
#menu ul a:hover, #menu ul span:hover { color: var(--main-color); }
#menu ul a.opener:hover:before, #menu ul span.opener:hover:before { color: var(--main-color); } /* outer ¸Þ´º È­»ìÇ¥ */

/* outer¸Þ´º on */
#menu ul li > a.on, #menu ul li > span.on { color: var(--main-color); }
#menu ul li.on > a, #menu ul li.on > span { color: var(--main-color); }

/* outer¸Þ´º active */
#menu ul a.opener.active:before, #menu ul span.opener.active:before { /* outer ¸Þ´º È­»ìÇ¥ È¸Àü */
transform: rotate(-180deg);
}
#menu ul a.opener.active + ul, #menu ul span.opener.active + ul { display: block; } /* inner ¸Þ´º º¸ÀÌ°Ô */

/* //¸Þ´º */





/*--------------------------------------------------- ÇØµå¼¼ÆÃ ³¡ ----------------------------------------------------------------------------*/

/*--------------------------------------------------- ÀÎµ¦½º¼¼ÆÃ ----------------------------------------------------------------------------*/

/* index ¼¼ÆÃ*/
.index { 
-ms-flex-grow: 1; flex-grow: 1;
-ms-flex-shrink: 1; flex-shrink: 1;
width: 100%;
}


/* ÀÎµ¦½º ÆÛºí¸®½Ì */


.section{position: relative;}

.section_1 .thumbnailV1 {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.section_1 .thumbnailV1 img {width: 100%;}

.section_2 {width: 100%; padding: 11.7em 0 19em;}
.section_2 > .containerV1 {position: relative;}
.section_2 .titleBox {margin-bottom: 20px;}
.section_2 .titleBox h2 {font-size: 4em; font-weight: bold; line-height: 1.3; color: #0f3542;}

@media (min-width: 1430px) {
	.section_2 .titleBox {position: absolute; left: 95px; top: 0;}
	.section_2 .widget_box {padding: 60px 0 0; width: 100%; max-width: 1210px; margin: 0 auto;}
}

@media (max-width: 768px) {
	.section_2 .titleBox h2 {font-size: 3em;}
	.section_2 {padding: 6.7em 0 8.7em;}
}

@media (max-width: 550px) {
	.section_2 .titleBox h2 br {display: none;}
}





/*--------------------------------------------------- ÀÎµ¦½º¼¼ÆÃ ³¡ ----------------------------------------------------------------------------*/




/*--------------------------------------------------- ÇªÅÍ¼¼ÆÃ ----------------------------------------------------------------------------*/

/* footer_box*/
footer { background: #0f3542; padding: 8em 0 0; position: relative;}
footer .ft_logo {position: absolute; top: 1%; left: 50%; transform: translate(-50%, -50%);}


footer > .info_box .info { 
-ms-display:flex; -ms-justify-content:center; -ms-flex-wrap:wrap; 
display:flex; justify-content:center; flex-wrap:wrap; 
text-align: center;
}
footer .info > .item { position:relative; }
footer .info > .item:before { content:''; position:absolute; right:7px; top:50%; transform:translateY(-50%); width:1px; height:1em; background:#fff; }
footer .info > .item:last-child:before { display:none; }
footer .info > .item > a { display:block; color:#fff; font-size:1.5em; font-weight:500; line-height:1.8; margin-right:1em;  }


footer > .contents_box { padding: 25px 0 5em; }
footer .contents {
-ms-display:flex; -ms-flex-wrap:wrap; -ms-justify-content:center; -ms-align-items:center;
display:flex; flex-wrap:wrap; justify-content:center; align-items:center; text-align: center;
}


footer .item1 > div { line-height: 1.6; font-size: 1.5em; color: #fff; }
footer .item1 > div:not(:last-child) {margin-bottom: 3px;}
footer .item1 > div a { color: inherit; }
footer .item1 > .text > span { position: relative; margin-right: 0.5333em; }
footer .item1 > .text > span:after { content:''; position:absolute; right:-6.5px; top:50%; transform:translateY(-50%); width:1px; height:1em; background:#fff; }
footer .item1 > .text > span:last-child:after { display: none; }
footer .item1 > .copy { text-transform: uppercase;}


@media (max-width:991px) {
footer > .info_box {display: none;}
footer > .contents_box {padding:  0 0 5em;}
footer .item1 > .text > span { display:block; margin-right:0; }
footer .item1 > .text > span:after {display: none;}
footer .item1 > .text {display: flex; flex-direction: column;}
}


/*--------------------------------------------------- ÇªÅÍ¼¼ÆÃ ³¡ ----------------------------------------------------------------------------*/


/* ¼­ºêÆäÀÌÁö ÆÐµù */
.tmt_sub_frame { padding:30px 0 50px; min-height: 50vh;}

/* °Ô½ÃÆÇ ¹× °Ô½ÃÆÇÇìµå µî ±âÅ¸ ¹öÆ°µé ±âº»ÄÃ·¯ º¯°æ */
.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);}

/* °Ô½ÃÆÇ ÆùÆ® »çÀÌÁî Á¶Á¤ */
.tmt_sub_frame .board-list {font-size: 16px;}
.btn-sm, .btn-group-sm>.btn {font-size: 13px;}



.mob_quick_frame {display:block; width:100%; background-color:rgba(0, 0, 0, 0.7); color:#fff; padding: 15px 0; position: fixed; bottom: 0;}
.mob_quick_frame a {color:#fff; font-weight: 300;}
.mob_quick_frame .quick_btn {float:left; width:50%; text-align:center; margin:0 auto;}
.mob_quick_frame .quick_btn:nth-child(2) {border-left:1px solid rgba(255, 255, 255, 0.7);}
.mob_quick_frame .sp1 {border-radius:50%; background-color: #e6d302; width:25px; height:25px; text-align:center; line-height:1.6;}
.mob_quick_frame .sp2 {border-radius:50%; background-color: #3395bf; width:25px; height:25px; text-align:center; line-height:1.6;}
.mob_quick_frame .sp1 i {color:#381e1f;}
.mob_quick_frame .sp2 i {color:#fff;}

.mob_quick_frame .box0 {display:table; width:115px; margin:0 auto;}
.mob_quick_frame .box1 {display:table-cell; width:35px; vertical-align: middle;}
.mob_quick_frame .box2 {display:table-cell; width:90px; text-align:left; font-size: 16px; vertical-align: middle;}

.mob_pad {height:55px;}
