@charset "utf-8";
/* ------- Header ------- */
#header { position: fixed; left: 0; top: 0; z-index: 500; width: 100%; max-width: 100%; height: 90px; padding: 0; background-color: #; box-shadow: rgba(149, 157, 165, 0.07) 0 8px 15px; transition: background-color 0.5s, transform 0.3s;}
#header.fixed{background-color:#fff}
#header.fixed nav .depth1 > li > a,#header.on nav .depth1 > li > a{color: #262626}
#header.menu_open { background-color: #cfae94; border-bottom: 1px solid rgba(256,256,256,0. 2); }
#header .gnb_bg { position: absolute; left: 50%; top: 90px; width: 100% !important; height: 0; transform: translate(-50%, 0%); transition: all 0.5s; }
#header.on .gnb_bg { height: 211px; background-color: #fff; color:#262626; box-shadow: rgba(149, 157, 165, 0.07) 0px 8px 15px; }

#header.move{background-color: rgba(0, 0, 0, 0.92); backdrop-filter: blur(20px);}
#header.on { background-color: #fff; transition: background 0.5s }
#header.down {transform: translateY(calc(0% - 90px)) !important; }
#header .h_in{display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 0; position: relative; width: 100%; max-width: 100%; height: 100%; align-items: center; padding: 0 6%;}

#header .logo a{display: flex; background: url(/img/logo_test_wt.svg) no-repeat; min-width: 240px; min-height: 60px; }
#header.fixed .logo a,#header.on .logo a{background: url(/img/logo_test_black.svg) no-repeat; }
#header nav{height: 100%; width:100%; }
#header nav .depth1 {display: flex; align-items: center; justify-content: flex-end; position: relative; z-index: 10; height: 100%; }
#header nav .depth1 li { position: relative; }
#header nav .depth1 > li{height: 100%;}
#header nav .depth1 > li > a { display: flex; align-items: center; justify-content: center; position: relative; height: 100%; padding: 0 1.8em; color: #fff; font-size: 18px; font-weight: 600; transition: padding 0.5s, color 0.25s; }
#header nav .depth1 > li > a.on{color: #fe0000;}
#header nav .depth1 > li.active > a { color: #fe0000; font-weight: 600; }
#header nav .depth1 > li:hover > a > span{ color: #fe0000}
#header nav .depth2 { position: absolute; left: 50%; bottom: 0; width: 100%; transform: translate(-50%, 100%); white-space: nowrap; text-align: center; opacity: 0; pointer-events: none; transition: all 0.3s; transition-delay: -0.1s; z-index: 1; }
#header nav .depth2 > li > a { display: block; padding: 9px 0; color: #262626; font-size: 16px; text-transform: capitalize; transition: color 0.25s, font-weight 0.25s; display: flex; justify-content: center;align-items: center;}
#header nav .depth2 > li.active > a { color: #fe0000; font-weight: 600; }
#header nav .depth2 > li > a > span {position: relative;}
#header nav .depth2 > li > a:hover{color:#ea2023}
#header nav .depth2 > li > a[target='_blank'] > span::after{content: '\f08e'; display: inline-block; transform: translateY(-0.05em); margin-left: 0.3em; font-size: 0.85em; font-weight: 500; }
#header nav .depth2 > li > a .menu-link{background: url(/img/ic_link.png) no-repeat; width: 20px; height: 20px;}
#header nav .depth2 > li > a:hover .menu-link{background: url(/img/ic_link_on.png) no-repeat; }
#header.on nav .depth1 > li > a { padding: 0 2.5em 0; }
#header.on nav .depth2 { transition-delay: 0.1s; pointer-events: auto; opacity: 1; }

#header .right_btn{display:none}/*¸ð¹ÙÀÏ
#header .right_btn{display: flex; align-items: center;}
#header .right_btn .lang_wrap{position: relative; }
#header .right_btn .ham_btn{display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; margin-left: 30px;}
#header .right_btn .ham_btn svg{fill: #262626; font-size: 2.8rem; #header nav .depth1 > li > a: fill 0.25s;}
*/
/*#header.fixed{ box-shadow: 0 0 25px 0 rgba(0,0,0,0.05); }*/

/*=====»çÀÌÆ® ¸Ê=====*/
.sitemap { position: fixed; left: 0; top: 0; width: 100%; height: 100vh; background-color: #000; color: #fff; opacity: 0; z-index: 9999; transition: opacity 0.4s; pointer-events: none; }
.sitemap.on { opacity: 1; pointer-events: visible; overflow: scroll;}

.sitemap .cont { position: absolute; width: 100%; max-width: 124rem; margin: 0 auto; padding: 0 20px;}
.sitemap .cont .mo_menu { display: none; }

.sitemap .cont .top { display: flex; align-items: center; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.4); }
.sitemap .cont .top .en_tit{font-size: 45px; font-weight: 600;  text-transform: uppercase; line-height: 1em;}
.sitemap .cont .top .sitemap_logo{;}
.sitemap .cont .top .close_btn { display: flex; align-items: center; justify-content: center; width: 2rem; height: 2rem; font-size: 3rem; cursor: pointer; margin: 17px 4px;}
.sitemap .cont .top .close_btn svg{width: 100%; height: 100%; fill: #fff; height: 2rem;}
.sitemap .cont .top .lang{display: none;}
.ham_btn svg{fill: #fff;}
#header.fixed .ham_btn svg{fill: #000;}
.sitemap .cont .list { display: flex; align-items: flex-start; justify-content: space-between; flex-direction: column;   }
.sitemap .cont .list .depth1{ width: 95%; margin: 0 auto; border-bottom: 1px solid #555;}
.sitemap .cont .list .depth1 > a {position: relative; font-size: 1.8rem; font-weight: 600; text-transform: capitalize; transition: color 0.25s; margin: 10px 0; display: block;}
.sitemap .cont .list .depth1 > a:before { content: ''; position: absolute; left: 0; top: 0; width: 5px; height: 5px; transform: translate(-150%, 0); border-radius: 100%; background-color: #fff; opacity: 0; transition: opacity 0.5s; }
.sitemap .cont .list .depth2 {  color: #fff; display:none}
.sitemap .cont .list .depth1 > a:hover {}
.sitemap .cont .list .depth2 li{padding: 0 20px 20px 0; font-size: 1rem;}
.sitemap .cont .list .depth2 li a {display: block; position: relative; font-weight: 500; text-transform: capitalize; transition: color 0.25s, font-weight 0.25s; }
.sitemap .cont .list .depth2 li a:before { content: ''; position: absolute; left: 0; top: 0; transform: translate(-150%, 0); width: 4px; height: 4px; border-radius: 100%; background-color: #fff; opacity: 0; transition: opacity 0.5s; }


#header.scroll_down {background-color: #fff;}
#header.scroll_down .logo .white {display: none;}
#header.scroll_down .logo .color {display: block;}
#header.scroll_down nav .depth1 > li > a {}
#header.scroll_down nav .depth2 > li > a{}

#header.scroll_down .right_btn .ham_btn svg {fill: #262626;}
#header.scroll_down nav .depth1 a svg {fill: #262626;}
#header.scroll_down nav .gnb_bg { background-color: #fff;}

main .wrapper {max-width: 1340px;padding: 120px 20px 20px 20px;margin: 0 auto;}
main .title {font-size: 42px; font-weight: 700; margin-bottom: 40px;overflow: hidden;}

.main_product {position: relative;overflow: hidden;}
@keyframes title_char {
    0% {transform: translateY(40px); color: #fff;}
    100% {transform: translateY(0px); color: #171717;}
}


.main_tit_wp .title .word .char {transform: translateY(40px);}
/* data-aos½ÇÇà½Ã */
.main_tit_wp .title.aos-animate .word:nth-child(1) .char:nth-child(1) {animation: title_char 0.3s ease-in-out 1 forwards;}
.main_tit_wp .title.aos-animate .word:nth-child(1) .char:nth-child(2) {animation: title_char 0.33s ease-in-out 1 forwards 0.1s;}
.main_tit_wp .title.aos-animate .word:nth-child(1) .char:nth-child(3) {animation: title_char 0.33s ease-in-out 1 forwards 0.2s;}
.main_tit_wp .title.aos-animate > span:nth-child(3) .char:nth-child(1) {animation: title_char 0.33s ease-in-out 1 forwards 0.25s;}
.main_tit_wp .title.aos-animate > span:nth-child(3) .char:nth-child(2) {animation: title_char 0.33s ease-in-out 1 forwards 0.3s;}
.main_tit_wp .title.aos-animate > span:nth-child(3) .char:nth-child(3) {animation: title_char 0.33s ease-in-out 1 forwards 0.4s;}
.main_tit_wp .title.aos-animate > span:nth-child(5) .char:nth-child(1) {animation: title_char 0.33s ease-in-out 1 forwards 0.45s;}
.main_tit_wp .title.aos-animate > span:nth-child(5) .char:nth-child(2) {animation: title_char 0.33s ease-in-out 1 forwards 0.5s;}
.main_tit_wp .title.aos-animate > span:nth-child(5) .char:nth-child(3) {animation: title_char 0.33s ease-in-out 1 forwards 0.6s;}
.main_tit_wp .title.aos-animate .word:last-of-type .char:nth-child(1) {animation: title_char 0.33s ease-in-out 1 forwards 0.65s;}
.main_tit_wp .title.aos-animate .word:last-of-type .char:nth-child(2) {animation: title_char 0.33s ease-in-out 1 forwards 0.7s;}
.main_tit_wp .title.aos-animate .word:last-of-type .char:nth-child(3) {animation: title_char 0.33s ease-in-out 1 forwards 0.8s;}
.main_tit_wp .title.aos-animate .word:last-of-type .char:nth-child(4) {animation: title_char 0.33s ease-in-out 1 forwards 0.9s;}
.main_tit_wp .title.aos-animate .word:last-of-type .char:nth-child(5) {animation: title_char 0.33s ease-in-out 1 forwards 1.0s;}


/*±âº»*/
.main_con_wp{width:100%; }
.main { overflow: hidden; }
.inner{width:1500px; margin:0 auto; min-height: 100vh;}
.con_center{ display: flex;flex-direction: column;justify-content: center;}
/* »ó´Ü ÆË¾÷ */
.popup{position: fixed;  z-index: 10000; background: #fff;}
.popup a img{width:100%}
.popup .popup_footer{background: #555; cursor: pointer; font-size: 13px; width: 100%; padding:5px 10px; display: flex;align-items: center;  justify-content: space-between; color: #fff;position: absolute; bottom: 0;}
.popup .popclose{ background: #000; padding: 2px 10px;}

.main_tit_wp{ display: flex;  justify-content: space-between; align-items: flex-end; padding: 50px 0 20px;}
.main_tit_wp .main_tit{}
.main_tit_wp .main_tit h3{font-size:40px }
.main_tit_wp .main_tit span{font-size:60px; color:#ea2023 ; display: block; margin-top: -23px;}

/* °øÅë¹öÆ° */
.arrow-btn {display: -webkit-inline-box;display: -ms-inline-flexbox;display: inline-flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;gap: 0.625rem; font-weight: 500;font-size: 1.125rem;color: #fff;border-radius: 2.5rem;-webkit-transition: all 0.4s;transition: all 0.4s}
.arrow-btn .link{display: flex; align-items: center; color: #fff;}
.arrow-btn .arrow {display: inline-block;width: 2rem;height: 2rem;background-color: #;border-radius: 50%;position: relative;-webkit-transition: all 0.4s;transition: all 0.4s; margin-left: 10px;}
.arrow-btn .arrow:after,.arrow-btn .arrow:before {content: "";position: absolute;right: 0;top: 50%;-webkit-transform: translateY(-50%);transform: translateY(-50%);-webkit-transition: opacity 0.2s,margin 0.2s,background 0.2s;transition: opacity 0.2s,margin 0.2s,background 0.2s;z-index: 1}
.arrow-btn .arrow:before {right: 0.625rem;width: 0.75rem;height: 0.75rem;margin-top: 0.40625rem;margin-right: 0.40625rem;background: url("/img/icon_arrow.svg") 0 0;background-size: 100% 100%;opacity: 0}
.arrow-btn .arrow:after {right: 0.625rem;width: 0.75rem;height: 0.75rem;background: url("/img/icon_arrow.svg") 0 0;background-size: 100% 100%}
.arrow-btn.w-line {font-size: 1.25rem;line-height: 4.0625rem;height: 4.375rem;text-align: center;border: 0.1875rem solid #dddddd;background-color: #fff}
.arrow-btn.gray-arrow .link{ color:#555}
.arrow-btn.gray-arrow .arrow {background-color: #; color:#000}
.arrow-btn.gray-arrow .arrow:after,.arrow-btn.gray-arrow .arrow:before {background: url("/img/icon_arrow_b.svg") 0 0;background-size: 100% 100%;}
.arrow-btn:hover {color:#ea2023}
.arrow-btn:hover .arrow {background-color: #ea2023}
.arrow-btn:hover .arrow:before {-webkit-animation: outlinkAnimationBefore 0.3s forwards 0.3s;animation: outlinkAnimationBefore 0.3s forwards 0.3s}
.arrow-btn:hover .arrow:after {-webkit-animation: outlinkAnimationAfter 0.3s forwards;animation: outlinkAnimationAfter 0.3s forwards}
.arrow-btn:hover.gray-arrow .arrow:after,.arrow-btn:hover.gray-arrow .arrow:before {background: url("/img/icon_arrow.svg") 0 0;background-size: 100% 100%}

@-webkit-keyframes outlinkAnimationBefore {
	0% {
	margin-top: 0.165rem;
	margin-right: 0.165rem;
	opacity: 0
	}
	to {
	margin-top: 0;
	margin-right: 0;
	opacity: 1
	}
}

@keyframes outlinkAnimationBefore {
    0% {
        margin-top: 0.165rem;
        margin-right: 0.165rem;
        opacity: 0
    }
    to {
        margin-top: 0;
        margin-right: 0;
        opacity: 1
    }
}

@-webkit-keyframes outlinkAnimationAfter {
    0% {
        opacity: 1;
        margin-top: 0;
        margin-right: 0
    }
    to {
        opacity: 0;
        margin-top: -0.165rem;
        margin-right: -0.165rem
    }
}

@keyframes outlinkAnimationAfter {
    0% {
        opacity: 1;
        margin-top: 0;
        margin-right: 0
    }
    to {
        opacity: 0;
        margin-top: -0.165rem;
        margin-right: -0.165rem
    }
}




/* Main */
.section-main {}
.section-main .section-title { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 35px; }
.section-main .section-title h3 { margin-bottom: -18px; line-height: 1.45; font-size: 56px; color: #111; font-weight: bold; letter-spacing: -0.0625em; }
.section-main .section-title h3 + .text { margin-top: 34px; font-size: 20px; }
.section-main--visual { padding-top: 0 !important; }
.section-main--visual .swiper { height: 100%; }
.section-main--visual .background { height: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; transform: scale(1.5); }
.section-main--visual .inner { position: absolute; top:18%; left: 0; right: 0; text-align: left; }
.section-main--visual .text-wrap { display: inline-block; max-width: 530px; width: 100%; text-align: left; }
.section-main--visual .text-wrap .title { margin-bottom: 20px; line-height: 1.4; font-size: 64px; color: #fff; font-weight: bold; letter-spacing: -0.0375em; }
.section-main--visual .text-wrap .text { font-size: 24px; color: #fff; font-weight: 500; }
.section-main--visual .control { z-index: 2; display: flex; justify-content: flex-start; position: absolute; top: 69.5%; left: 0; right: 0; margin: auto; max-width: 1500px; width: 90%; }
.section-main--visual .control-wrap { display: flex; align-items: center; max-width: 530px; width: 100%; }
.section-main--visual .control .toggle { display: block; position: relative; margin-right: 30px; width: 70px; height: 70px; border-radius: 50%; }
.section-main--visual .control .toggle::before { content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; width: 16px; height: 16px; background: url('/img/icon-pause.png') no-repeat center / auto 100%; pointer-events: none; }
.section-main--visual .control .toggle[data-state="pause"]::before { background-image: url('/img/icon-play.png'); }
.section-main--visual .control .toggle .path { display: block; transform: rotateZ(-90deg); transform-origin: center; stroke-dasharray: 250; }
.section-main--visual .pager-container { display: flex; align-items: center; }
.section-main--visual .swiper-button-next,
.section-main--visual .swiper-button-prev { position: static; margin: 0; width: 50px; height: 50px; background-repeat: no-repeat; background-position: center; background-size: 50% }
.section-main--visual .swiper-button-next::after,
.section-main--visual .swiper-button-prev::after { content: none; }
.section-main--visual .swiper-button-next { background-image: url('/img/visual-arrow-right.png'); }
.section-main--visual .swiper-button-prev { background-image: url('/img/visual-arrow-left.png'); }
.section-main--visual .swiper-pagination { position: static; margin: 0 6px; width: 64px; text-align: center; font-size: 18px; color: rgba(255,255,255,.5); font-weight: 700; }
.section-main--visual .swiper-pagination-current { color: #fff; }



/* 3M Crystalline  */
.main_con01_wp {}
.main_con01_wp .main_tit_wp{ padding: 50px 50px 26px;}
.main_con01_wp .crystal_swiper{position:relative; width: 1500px; margin: 0 auto; overflow: hidden; padding: 0 50px;}
.main_con01_wp .crystal_swiper ul{}
.main_con01_wp .crystal_swiper ul li{ height: 530px; background-size: 100%; display: flex; flex-direction: column; justify-content: flex-end; align-items: center;}
.main_con01_wp .crystal_swiper ul li.img01{ background: url(/img/main_con01_heat.jpg) no-repeat;} /* ¿­Â÷´Ü */
.main_con01_wp .crystal_swiper ul li.img02{ background: url(/img/main_con01_sun.jpg) no-repeat;} /* ÀÚ¿Ü¼± */
.main_con01_wp .crystal_swiper ul li.img03{ background: url(/img/main_con01_eye2.jpg) no-repeat;} /* ´«ºÎ½É */
.main_con01_wp .crystal_swiper ul li.img04{ background: url(/img/main_con01_patent.jpg) no-repeat;} /* Æ¯Çã */
.main_con01_wp .crystal_swiper ul li.img05{ background: url(/img/main_con01_commt.jpg) no-repeat;} /* ¹«¼±Åë½Å */
.main_con01_wp .crystal_swiper ul li.img06{ background: url(/img/main_con01_img06.jpg) no-repeat;} /* ¿ÂµµÀ¯Áö */
.main_con01_wp .crystal_swiper ul li.img07{ background: url(/img/main_con01_img07.jpg) no-repeat;}
.main_con01_wp .crystal_swiper ul li p{color:#fff; display: block;width: 80%;height: 30%}
.main_con01_wp .crystal_swiper ul li p b{ display: block; font-size: 25px; padding-bottom: 10px;}
.main_con01_wp .crystal_swiper ul li p span{font-weight: normal;}
.main_con01_wp .swiper-button-next,.main_con01_wp .swiper-button-prev{color:rgba(0,0,0,.5);    background: rgba(255, 255, 255, .6); box-shadow: 0px 0 10px;  border-radius: 50px; padding: 40px;}


/* 3M Ceramic IR */
.main_con02_wp{background:url(/img/main_con02_bg.jpg) no-repeat; background-size: cover;}
.main_con02_wp .main_tit_wp .main_tit h3{color:#fff}
.main_con02_wp .IR_card_box_wp{ width: 100%; display: flex; justify-content: space-between;}
.main_con02_wp .container {width: 20%;min-width: 200px;max-width: 250px;height: 450px;float: left;}
.main_con02_wp .card { height: calc(100% - 150px);align-self: center;border-radius: 10px;text-align: center; box-shadow: 0px 0px 12px -1px black;overflow: hidden;position: relative; display: flex; align-items: center; justify-content: center;}
.main_con02_wp .card .card_icon{display: flex; flex-direction: column; align-items: center; position: absolute; z-index: 1; color: #fff;}
.main_con02_wp .information {background-color: rgba(255, 255, 255, 0.2); backdrop-filter: blur(8px);height: 100%;border-radius: 10px;position: absolute;top: 0;left: 0;z-index: 2;margin: auto;text-align: center; width: 100%; display: flex;  justify-content: center;  align-items: center; flex-direction: column; color:#fff; padding:20px;}
.main_con02_wp .information h2{ line-height: 30px; padding-bottom: 20px;}
.main_con02_wp .card_bg{position: absolute;top: 0;width: 100%;height: 100%;background: #fff;filter: blur(1px);background-color: rgba(255, 255, 255, 0.2); backdrop-filter: blur(5px);}


/* Æ¯ÆÇ°¡ */
.main_con03_wp{}
.main_con03_wp .price_wp{  display: flex; justify-content: space-between;}
.main_con03_wp .price_table_wp{ width: 49%; box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, .2); margin-bottom: 25px;}
.main_con03_wp .price_table_wp .price_tit{display: flex; justify-content: space-between; padding: 5px 20px;}
.main_con03_wp .price_table_wp .price_tit p{color:#fff; display: flex; align-items: center;    font-size: 18px;}
.main_con03_wp .price_table_wp .price_tit.red{background: #ea2023;}
.main_con03_wp .price_table_wp .price_tit.black{background: #000;}
.main_con03_wp .price_table_wp .price_tit small{color:#fff580; padding-left: 10px;}
.main_con03_wp .price_table_wp table{}
.main_con03_wp .price_table_wp table tr:last-child td{ color: #ea2023;}
.main_con03_wp .price_table_wp table tr td,.main_con03_wp .price_table_wp table tr th{font-size:15px; line-height: 20px; padding: 5px 0; text-align: center;}
.main_con03_wp .price_table_wp table tr td:first-child{ text-align: left; padding: 5px 15px;color: #575759}
/* ¸ð´Þ ÆË¾÷ */
.modal {position: fixed;top: 0;left: 0;right: 0;z-index: 10;width: 100%;height: 100vh;opacity: 0;visibility: hidden;display: flex;justify-content: center;align-items: center;}
.dimmer {position: absolute;width: 100%;height: 100%;top: 0;left: 0;right: 0;background-color: rgba(0, 0, 0, 0.7);cursor: pointer;opacity: 0;}
.modal-window {width: 70%; max-width: 600px; height: 500px;background: white; border-radius: 15px; opacity: 0; padding: 30px;}
.modal-table-wp{ height: 83%; overflow-y: auto;}
.table-type02 tr th{ border: 1px solid #000; padding: 8px 0; border-width: 1px 0 1px 0;}
.table-type02 tr td{ border-bottom: 1px solid #ddd; text-align: center; padding: 0;}
.table-type02 tr td ul{}
.table-type02 tr td ul li{ border-bottom: 1px solid #ddd; border-left: 1px solid #ddd; padding: 5px 0;}
.table-type02 tr td ul li:last-child{border-bottom:0}

/* °øÁö»çÇ× */
.main_con04_wp{background:url(/img/main_con04_bg.png) no-repeat center; background-size: cover;}
.main_con04_wp .inner{ display: flex; justify-content: space-between;}
.main_con04_wp .main_half_wp{width:49%; }
.main_con04_wp .main-board { border-top: 1px solid #111111; }
.main_con04_wp .main-board .box { display: flex; align-items: center; position: relative; padding: 30px 0; }
.main_con04_wp .main-board .box::before { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background: #111111; }
.main_con04_wp .main-board .box::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background: #ea002c; transform: scaleX(0); transform-origin: left; transition: transform ease 1s; }
.main_con04_wp .main-board .arrow { position: absolute; top: 0; right: 10px; bottom: 0; margin: auto; width: 68px; height: 68px; border: 1px solid #ea002c; border-radius: 50%; opacity: 0; transform: translateX(-35px); transition: all ease .6s; }
.main_con04_wp .main-board .arrow::before { content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; width: 18px; height: 18px; background-repeat: no-repeat; background-position: center; background-size: auto 100%; background-image: url("/img/icon_arrow_rd.svg") }
.main_con04_wp .main-board .num { flex: 0 0 auto; display: block; width: 90px; text-align: center; font-size: 30px; transition: color ease .3s; }
.main_con04_wp .main-board .text-wrap { flex: 1 1; padding-left: 20px; width: 100%; overflow: hidden;}
.main_con04_wp .main-board .title { overflow: hidden; margin-bottom: 0; font-size: 20px; font-weight: 500; color: #111; white-space: nowrap; text-overflow: ellipsis; transition: color ease .3s; width:88%;}
.main_con04_wp .main_tit_wp .main_tit span{ margin-top: 0; font-size: 40px;}
.main_con04_wp .main_tit_wp .main_tit h3{font-size:60px; margin-top:-25px}
@media screen and (pointer: fine) {
    .main_con04_wp .main-board .box:hover::after,
    .main_con04_wp .main-board .box:hover .arrow { transform: none; opacity: 1; }
    .main_con04_wp .main-board .box:hover .num,
    .main_con04_wp .main-board .box:hover .title { color: #ea002c; }
}

.main-guide-con-wp{ padding: 30px 0 0 20px;}
.main_con04_wp .main-guide-con-wp .guide-list{ display: flex; flex-direction: column; align-items: center;}
.main_con04_wp .main-guide-con-wp .guide-list li{ width: 100%; display: flex; align-items: center;}
.main_con04_wp .main-guide-con-wp .guide-list .guide-img{ border-radius: 50%; display: flex; align-items: center; justify-content: center; width: 80px; height: 80px;;}
.main_con04_wp .main-guide-con-wp .guide-list li:nth-child(1) .guide-img{ background: #b3b3b3;}
.main_con04_wp .main-guide-con-wp .guide-list li:nth-child(3) .guide-img{ background: #898989;}
.main_con04_wp .main-guide-con-wp .guide-list li:nth-child(5) .guide-img{ background: #6b6b6b;}
.main_con04_wp .main-guide-con-wp .guide-list li:nth-child(7) .guide-img{ background: #494949;}
.main_con04_wp .main-guide-con-wp .guide-list li:nth-child(9) .guide-img{ background: #292929;}
.main_con04_wp .main-guide-con-wp .guide-list .guide-txt{ font-size: 17px; padding-left: 15px;}
.main_con04_wp .main-guide-con-wp .guide-list li.next-ic{width:5%; justify-content: center;}
.main_con04_wp .main-guide-con-wp .guide-list li.next-ic span{ width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 15px solid #555; padding: 5px 0;}


footer{}
footer .ft_wp{ width: 1500px; margin: 20px auto 10px; display: flex; justify-content: space-between; align-items: center;}
footer .ft_wp .ft_logo{ width: 20%;}
footer .ft_wp .ft_con_wp{ width: 75%; }
footer .ft_wp .ft_con_wp .ft_con_top{}
footer .ft_wp .ft_con_wp .ft_con_top a{ margin: 0 30px 20px 0; color: #000; display: inline-block; font-weight: bold;}
footer .ft_wp .ft_con_wp .ft_con_btt{display: flex; flex-wrap: wrap;}
footer .ft_wp .ft_con_wp .ft_con_btt li span{ padding:0 15px 0 0; }
footer .ft_wp .ft_con_wp .ft_con_btt li:first-child{padding-left:0}
footer .ft_wp .ft_con_wp .ft_con_btt li{padding:0 15px 0 0; }
footer .ft_wp .ft_con_wp .ft_con_btt li:after{ content:"";width:1px ; height:10px; background:#ddd; display: inline-block;}
footer .ft_wp .ft_con_wp .ft_con_btt li:last-child:after{display:none}
footer .ft_wp .ft_con_wp .ft_con_btt li b{ padding-right: 8px;}
footer  p{text-align: center;font-size:12px}


/* ÀÎÆ®·Î */
.intro_wp{ width: 100%; height: 100vh; background: url(/img/intro_main_bg.png) no-repeat center ,url(/img/intro_gray_bg.png); display: flex; align-items: center;}
.intro_wp .intro_con{ width: 900px; height: 500px; margin: 0 auto 150px; display: flex; align-items: center; justify-content: center; flex-direction: column; position: relative; }
.intro_wp .intro_con h2{ font-size: 45px; line-height: 45px; padding: 20px 0; color: #000;}
.intro_wp .intro_search{ width: 70%; }
.intro_wp .intro_search fieldset{ width: 99%; border: 2px solid #000; padding: 0; display: flex;    justify-content: space-between;}
.intro_wp .intro_search fieldset input{ border: 0; width: 90%;}
.intro_wp .intro_search fieldset .btn-search{ width:10%;background:#e7181f ; padding: 10px;}
.intro_wp .intro_search fieldset .btn-search img{width:100%;}
.intro_wp .intro_con .tip{ font-size: 15px; margin: 20px 0; display: block; color: #888;}
.intro_wp .intro_con .tip2{ position: absolute; bottom: 0; left: 30px; font-weight: bold;}
.intro_wp .intro_search fieldset select{border-width:0 1px 0 0 ; width:30%}
.intro_wp .intro_search fieldset select:not(:disabled):focus{border-color:#dddddd !important;}

/* ±¸¸Å°¡ÀÌµå */

