﻿@charset "utf-8";

@font-face { font-family: 's-core-dream'; font-weight: 200; src: url('/main/css/font/scdream2.woff');  src: local(※), url('/main/css/font/scdream2.woff2') format('woff'); }
@font-face { font-family: 's-core-dream'; font-weight: 400; src: url('/main/css/font/scdream4.woff');  src: local(※), url('/main/css/font/scdream4.woff2') format('woff'); }
@font-face { font-family: 's-core-dream'; font-weight: 500; src: url('/main/css/font/scdream5.woff');  src: local(※), url('/main/css/font/scdream5.woff2') format('woff'); }
@font-face { font-family: 's-core-dream'; font-weight: 600; src: url('/main/css/font/scdream7.woff');  src: local(※), url('/main/css/font/scdream7.woff2') format('woff'); }
@font-face { font-family: 's-core-dream'; font-weight: 700; src: url('/main/css/font/scdream9.woff');  src: local(※), url('/main/css/font/scdream9.woff2') format('woff'); }


@font-face {
    font-family: 'NanumBarunGothic';
    font-weight: 200;
    src: url(/main/css/font/NanumBarunGothicUltraLightSubset.eot);
    src: url(/main/css/font/NanumBarunGothicUltraLightSubset.eot?#iefix) format('embedded-opentype'),
    url(/main/css/font/NanumBarunGothicUltraLightSubset.woff2) format('woff2'),
    url(/main/css/font/NanumBarunGothicUltraLightSubset.woff) format('woff'),
    url(/main/css/font/NanumBarunGothicUltraLightSubset.ttf) format('truetype');
}
@font-face {
    font-family: 'NanumBarunGothic';
    font-weight: 300;
    src: url(/main/css/font/NanumBarunGothicLightSubset.eot);
    src: url(/main/css/font/NanumBarunGothicLightSubset.eot?#iefix) format('embedded-opentype'),
    url(/main/css/font/NanumBarunGothicLightSubset.woff2) format('woff2'),
    url(/main/css/font/NanumBarunGothicLightSubset.woff) format('woff'),
    url(/main/css/font/NanumBarunGothicLightSubset.ttf) format('truetype');
}
@font-face {
    font-family: 'NanumBarunGothic';
    font-weight: 400;
    src: url(/main/css/font/NanumBarunGothicSubset.eot);
    src: url(/main/css/font/NanumBarunGothicSubset.eot?#iefix) format('embedded-opentype'),
    url(/main/css/font/NanumBarunGothicSubset.woff2) format('woff2'),
    url(/main/css/font/NanumBarunGothicSubset.woff) format('woff'),
    url(/main/css/font/NanumBarunGothicSubset.ttf) format('truetype');
}
@font-face {
    font-family: 'NanumBarunGothic';
    font-weight: 700;
    src: url(/main/css/font/NanumBarunGothicBoldSubset.eot);
    src: url(/main/css/font/NanumBarunGothicBoldSubset.eot?#iefix) format('embedded-opentype'),
    url(/main/css/font/NanumBarunGothicBoldSubset.woff2) format('woff2'),
    url(/main/css/font/NanumBarunGothicBoldSubset.woff) format('woff'),
    url(/main/css/font/NanumBarunGothicBoldSubset.ttf) format('truetype');
}

@font-face {
    font-family: 'Godo';
    font-weight: 500;
    font-style: normal;
    src: url('/main/css/font/GodoMedium.eot');
    src: url('/main/css/font/GodoMedium.eot?#iefix') format('embedded-opentype'),
    url('/main/css/font/GodoMedium.woff2') format('woff2'),
    url('/main/css/font/GodoMedium.woff') format('woff'),
    url('/main/css/font/GodoMedium.ttf') format("truetype");
}
@font-face {
    font-family: 'Godo';
    font-weight: 700;
    font-style: normal;
    src: url('/main/css/font/GodoBold.eot');
    src: url('/main/css/font/GodoBold.eot?#iefix') format('embedded-opentype'),
    url('/main/css/font/GodoBold.woff2') format('woff2'),
    url('/main/css/font/GodoBold.woff') format('woff'),
    url('/main/css/font/GodoBold.ttf') format("truetype");
}

/*** common ***/
.fl    { float:left !important; }
.fr    { float:right !important; }
.fn    { float:none !important; }
.cb    { clear:both !important; }
.pr    { position:relative !important}
.ac    { text-align:center !important; }
.al    { text-align:left !important; }
.ar    { text-align:right !important; }
.vt    { vertical-align:top !important; }
.vm    { vertical-align:middle !important; }
.vb    { vertical-align:bottom !important; }
.jf    { text-align:justify !important; }
.oh    { overflow:hidden !important; }
.oh_y  { overflow-y:hidden !important;}
.cp    { cursor:pointer !important; }
.di    { display:inline !important; }
.dib   { display:inline-block !important; }
.dn    { display:none !important; }
.db    { display:block !important; }
.vv    { visibility:visible !important; }
.vh    { visibility:hidden !important; }
.bn    { border:none !important; }
.bbn   { border-bottom:none !important; }
.brn   { border-right:none !important; }
.bgn   { background:none !important; }
.fb    { font-weight:bold !important; }
.BDB   { border-bottom:2px solid #d1d1d1 !important}
.zoom1 { *zoom:1 }

/* Margin */
.MN0 { margin:0 !important; }
.ML2 { margin-left:2px !important; }
.ML4 { margin-left:4px !important; }
.ML5 { margin-left:5px !important; }
.ML8 { margin-left:8px !important; }
.ML10 { margin-left:10px !important; }
.ML15 { margin-left:15px !important; }
.ML20 { margin-left:20px !important; }
.ML24 {margin-left:24px}
.ML30 { margin-left:30px; }
.ML50 { margin-left:50px !important; }
.ML57 { margin-left:57px; }
.ML80 { margin-left:80px; }
.ML120 { margin-left:120px; }
.ML200 { margin-left:200px; }
.ML213 { margin-left:213px; }
.ML293 { margin-left:293px; }
.MR5 {margin-right:5px}
.MR10 { margin-right:10px; }
.MR15 { margin-right:15px; }
.MR16 { margin-right:16px; }
.MR20 { margin-right:20px; }
.MR30 { margin-right:30px; }
.MR37 { margin-right:37px; }
.MR40 { margin-right:40px; }
.MR60 { margin-right:60px; }
.MR72 { margin-right:72px; }
.MT2 { margin-top:2px !important; }
.MT4 { margin-top:4px !important; }
.MT5 { margin-top:5px !important; }
.MT7 { margin-top:7px !important; }
.MT10 { margin-top:10px !important; }
.MT15 { margin-top:15px; }
.MT20 { margin-top:20px !important; }
.MT22 { margin-top:22px; }
.MT25 { margin-top:25px; }
.MT28 { margin-top:28px; }
.MT30 { margin-top:30px !important; }
.MT35 { margin-top:35px !important; }
.MT40 { margin-top:40px !important; }
.MT45 {margin-top:45px !important}
.MT50 { margin-top:50px; }
.MT55 { margin-top:55px; }
.MT60 { margin-top:60px !important; }
.MT65 { margin-top:65px !important; }
.MT70 { margin-top:70px; }
.MT80 { margin-top:80px !important; }
.MT120 { margin-top:120px; }
.MT267 {margin-top:267px !important}
.MB0 { margin-bottom:0 !important}
.MB5 { margin-bottom:5px; }
.MB10 { margin-bottom:10px !important; }
.MB12 {margin-bottom:12px !important}
.MB15 { margin-bottom:15px; }
.MB20 { margin-bottom:20px !important; ; }
.MB26 { margin-bottom:26px !important; ; }
.MB30 { margin-bottom:30px !important; }
.MB40 { margin-bottom:40px !important; }
.MB50 {margin-bottom:50px}
.MB55 { margin-bottom:55px; }
.MB60 { margin-bottom:60px; }
.MB70 {margin-bottom:70px !important}
.MB180 {margin-bottom:180px !important}
.MT10MB100 {margin:10px 0 100px 0;}
.minusT40 {margin-top:-40px}

/* padding_top */
.PN0 {padding:0 !important}
.PT0 {padding-top:0 !important}
.PT5 { padding-top:5px !important;}
.PT7 { padding-top:7px;}
.PT10 { padding-top:10px;}
.PT12 { padding-top:12px;}
.PT15 { padding-top:15px;}
.PT20 { padding-top:20px !important;}
.PT25 { padding-top:25px;}
.PT27 { padding-top:27px;}
.PT30 { padding-top:30px;}
.PT37 { padding-top:37px;}
.PT38 { padding-top:38px;}
.PT43 { padding-top:43px;}
.PT40 { padding-top:40px !important;}
.PT50 { padding-top:50px !important;}
.PT65 { padding-top:65px !important;}
.PT75 { padding-top:75px;}

/* padding_left */
.PL0 { padding-left:0px !important;}
.PL3 { padding-left:3px;}
.PL5 { padding-left:5px;}
.PL8 { padding-left:8px;}
.PL10 { padding-left:10px;}
.PL20 { padding-left:20px !important;}
.PL23 { padding-left:23px;}
.PL25 { padding-left:25px;}
.PL30 { padding-left:30px;}
.PL40{ padding-left:40px;}
.PL45{ padding-left:45px;}
.PL50{ padding-left:50px;}
.PL55{ padding-left:55px;}
.PL60 { padding-left:60px;}
.PL65 { padding-left:6px;}
.PL100 { padding-left:100px;}

/* padding_right */
.PR6 { padding-right:6px;}
.PR10 { padding-right:10px;}
.PR20 { padding-right:20px;}
.PR35 { padding-right:35px;}
.PR40 { padding-right:40px;}
.PR60 { padding-right:60px;}
.PR72 { padding-right:72px;}

/* padding_bottom */
.PB0 {padding-bottom:0 !important}
.PB10 { padding-bottom:10px;}
.PB13 { padding-bottom:13px;}
.PB15 { padding-bottom:15px !important}
.PB20 { padding-bottom:20px !important;}
.PB23 { padding-bottom:23px !important;}
.PB30 { padding-bottom:30px !important;}
.PB40 { padding-bottom:40px;}
.PB50 {padding-bottom:50px }
.PB65 { padding-bottom:65px;}
.PB70 { padding-bottom:70px;}
.PB110 { padding-bottom:110px;}

/* padding_all */
.PT10L5 { padding:10px 0 0 5px !important;}
.PTB10 {padding:10px 0 !important;}
.PTBL {padding:20px 0 20px 20px !important;}



::-webkit-scrollbar {width: 10px; height: 12px;  }
::-webkit-scrollbarno-button:start:decrement{display: block; width: 20px;height: 12px;
    background: rgba(46,136,204,0.2); border-radius: 5px;}
::-webkit-scrollbar-track {  background: rgba(46,136,204,0.2); border-radius: 3px;}
::-webkit-scrollbar-thumb {  background: rgb(108,173,222); border-radius:5px;}


/* Reset */
* {outline:0 !important;}
html,body,h1,h2,h3,h4,h5,h6,div,p,blockquote,pre,code,address,ul,ol,li,menu,nav,section,article,aside,
dl,dt,dd,table,thead,tbody,tfoot,label,caption,th,td,form,fieldset,legend,hr,input,button,textarea,object,figure,figcaption {margin:0;padding:0; font-family: 'NanumBarunGothic', 's-core-dream', 'Godo','Malgun Gothic', '맑은 고딕','arial','sans-serif';}
html, body{width:1920px;}
body{width:1920px; background:#fff;}
body,input,select,textarea,button {border:none;font-size:12px; font-family:'NanumBarunGothic', sans-serif;color:#000;}
ul,ol,li{list-style:none;}
table{width:100%;border-spacing:0;border-collapse:collapse;}
img,fieldset{border:0;}
address,cite,code,em{font-style:normal;font-weight:normal;}
label,img,input,select,textarea,button{vertical-align:middle; margin: 0;
    padding: 0; -webkit-text-size-adjust: none;}
.hide,caption,legend{line-height:0;font-size:0px;overflow:hidden;}
hr{display:none;}
main,header,section,nav,footer,aside,article,figure{display:block;}
a{color:#000;text-decoration:none;}

.clear {clear:both;}
.clear:after { content:""; display:block; clear:both;}

/* ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== */

#All{width: 3840px; height: 6000px;}
#a1{width: 3840px; height: 2160px; float: left; background: #ff0000}
#a2{width: 2160px; height: 3840px; float: left;}


#Wrap{width:2160px; height:3840px; position: relative; margin:0; padding:0; overflow:hidden;}
.header{width: 2160px; height: 620px; position: relative;
    background: url(/main/images/common/bg_top.png) no-repeat;}

.main_bg{background: url(/main/images/main/bg_main.jpg) no-repeat;}
.sub_bg{background: url(/main/images/common/bg_sub.jpg) no-repeat;}

.header .today_wrap{width: 520px;left : 150px; text-align: center; position: absolute; top:150px;}
.header .today_date{color: #000; font-size: 70px; font-weight: 600; padding-top: 65px; letter-spacing: 4px;}
.header .time{text-align:center; font-size: 110px;  color: #000; letter-spacing:4px; font-weight: 900;}
.header .time span{font-size: 60px; margin-right: 20px;}

.header .weather_area{position: absolute; width:500px; top: 50px; right: 240px;}
.header .weather_area .weather_ico{float: left; width: 192px; height: 192px; margin-right: 30px;}
.header .weather_area .weather_temp{float: left; font-size: 115px; color:#36435e; width: 160px; text-align: right; line-height: 260px; position: relative; margin: 0px 0 0 100px; font-weight: 900;}
.header .weather_area .weather_temp > span{font-size: 80px; font-weight: 900; margin-left: 20px;}
.header .logo{position: absolute; right: 180px; bottom: 110px;}


.main_logo{text-align: center; margin-top: 0px;}
.main_title{text-align: center; margin-top: 150px;}

.main_gnb{width: 1500px; margin: 0 auto;}
.main_gnb ul{margin-top: 300px;}
.main_gnb ul li{display: inline-block; width: 700px; height: 840px; text-align: center; margin-bottom: 90px; border-radius: 80px; overflow: hidden; background: #fff; margin-right: 94px; box-shadow: 6px 20px 20px 0 rgba(0,0,0,0.2);}
.main_gnb ul li:nth-child(2n){margin-right: 0;}

.duel {position: absolute; bottom: 340px; left: 50%; transform: translateX(-50%); border-bottom: 100px;}

.touch_txt{position: absolute; bottom: 14px; left: 50%; transform: translateX(-50%); font-size: 72px; font-family: 's-core-dream'; font-weight: 700;}

.container{width: 2160px; height: 2720px;}
.inner{width: 1928px; height: 2560px; background: #fff; margin: 0 auto; border-radius: 50px; position: relative; padding: 130px 100px; box-sizing: border-box;}
.inner .home{position: absolute; bottom: 100px; left: -34px; z-index: 999;}
.inner .back {position: absolute; bottom: 100px; right: -34px; z-index: 999;}
.inner h3{font-size: 100px; font-family: 's-core-dream'; font-weight: 600; text-align: center; letter-spacing: -4px; }
.inner h3 span{position: relative; display: inline-block; z-index: 1;}
.inner h3 span:before {width: 100%; height: 68px; background: #fde9b2;
    position: absolute; left: -20px; bottom: 0; z-index: -1; content: '';
    padding: 0 20px; text-align: center;}


.gnb{width: 2160px; height: 500px; background: #235b2f}
.gnb ul{text-align: center;}
.gnb ul li{width: 416px; height: 424px; border: 4px solid #fff; box-shadow: 6px 22px 0 0 rgba(0,0,0,0.35); border-radius:55px; background: #408e56; display: inline-block; margin-top: 36px; margin-right: 80px;}
.gnb ul li a{display: block; text-align: center;}
.gnb ul li a .icon{width: 156px; height: 146px; display: inline-block; position: relative; margin-bottom: 40px; margin-top: 60px;}
.gnb ul li a p{font-family: 's-core-dream'; font-weight: 600; font-size: 55px;  width: 100%; height: 140px; display: table;}
.gnb ul li a p span{display: table-cell; vertical-align: middle; text-align: center; color: #fff;}
.gnb ul li.on{background: #fff;}
.gnb ul li.on a p span{color: #000;}

.gnb ul li:last-child{margin-right: 0;}

/*
.footer {width: 2160px; height: 300px; background: #fdf7d2; position: relative;}
.footer span{position: absolute; top:50%; left: 50%; transform: translateX(-50%) translateY(-50%);}
*/

.city_btn {width: 1320px; margin: 540px auto 0;}
.city_btn ul{width: 1320px; position: relative;}
.city_btn ul:before {width: 966px; height: 422px; background: url(/main/images/sub/city_btn_bg.png) no-repeat;
    position: absolute; left: 252px; top: -422px; content: '';
    padding: 0 20px; text-align: center;}
.city_btn ul li {width: 1320px; height: 300px; border: 6px solid #d1d8e0;
    border-radius: 60px; background: #f1f1f1; box-shadow: 32px 35px 40px 10px rgb(57 68 129 / 17%); display: block; margin-bottom: 80px; padding: 50px 100px; box-sizing: border-box;}
.city_btn ul li:last-child{margin-right: 0;}
.city_btn ul li a{width: 100%; height: 100%; }
.city_btn ul li a .city_btn_tit{height: 184px; width: 554px;display: inline-block; vertical-align: top; line-height: 184px;}
.city_btn ul li a .city_btn_tit strong{color: #000; font-weight: 700; font-size: 75px; font-family: 'Godo';}
.city_btn ul li .city_icon{display: inline-block; width: 214px; height: 180px; margin-right: 100px;}
.city_btn ul li .city_icon1{background: url(/main/images/sub/city_btn_icon1.png) no-repeat;}
.city_btn ul li .city_icon2{background: url(/main/images/sub/city_btn_icon2.png) no-repeat;}
.city_btn ul li .city_icon3{background: url(/main/images/sub/city_btn_icon3.png) no-repeat;}
.city_btn ul li .city_icon4{background: url(/main/images/sub/city_btn_icon4.png) no-repeat;}
.btn_go_link{display: inline-block; width: 228px; height: 84px; border-radius: 42px; background: #000; margin: auto; color: #fff; text-align: center; line-height: 84px; font-size: 38px; font-weight: 600; vertical-align: top; margin-top: 50px;}

.notice_list{width: 100%; margin-top: 100px;}
.notice_list li{display: inline-block; width: 544px; border:4px solid #d7d7d7; margin-right: 30px; margin-bottom: 50px;}
.notice_list li:nth-child(3n){margin-right: 0;}
.notice_list ul li a{display: block; position: relative; overflow: hidden;}
.notice_list ul li a .thum{width: 100%; height: 600px; position: relative; background: #f7f7f7; border-bottom: 4px solid #ddd}
.notice_list ul li a .thum img{width: 100%; height: 600px;}

.notice_list ul li a .cont{font-weight:700; height: 160px; line-height: 60px; text-align:left; padding: 40px; font-size: 40px; font-weight: 700; background: #eee;}


.paging {text-align:center; width:100%; height:88px; z-index:999; margin:60px auto 0px;}
.paging a {display:inline-block; box-sizing:border-box; width:86px; height:86px; line-height:86px; border:4px solid #dcdcdc; text-align:center;  color:#b8b8b8; font-size:50px; z-index:0; margin:0 12px; position:relative; border-radius: 20px; font-weight: 700; font-family: 'Godo'}
.paging .active{border:4px solid #006e7b; color:#fff; background:#006e7b;}


.notice_view{width: 100%; margin-top: 100px;}
.notice_view .title{text-align: center; padding-bottom: 140px;}
.notice_view .title h3{font-size: 80px; font-weight: 700;}
.notice_view .cont {border-top: 4px solid #464646; padding: 60px 40px 0; text-align: center; overflow-y: auto; height: 1800px; /*height: 1720px;*/}
.notice_view .cont img{width: 100%;}

.city_view{width: 100%; margin-top: 0px;}
.city_view .title{text-align: center; padding-bottom: 40px;}
.city_view .title h3{font-size: 90px; font-weight: 700;}
.city_view .cont {border-top: 4px solid #464646; padding: 60px 40px 0; text-align: center; overflow-y: auto; height: 2070px;}
.city_view .cont img{width: 100%;}

.sub1_map {text-align: center; margin-top: 200px;}

.industry_list {position: absolute;  width: 100%; background: #ececec;
    bottom: 0px; left: 0;  border-radius: 0 0 48px 48px;}
.industry_list ul{display: flex; flex-wrap: wrap; justify-content: flex-start;  width: 1700px; margin: 0 124px; padding: 40px 0;}
.industry_list ul li{width: 18%; margin: 10px 14px; height: 112px; background: #868d9b; color: #fff; text-align: center; line-height: 112px; border-radius: 0 40px;}
.industry_list ul li a{color: #fff; font-size: 40px;font-family: 's-core-dream'; font-weight: 600; display: block;}
h4.industry_tit{font-size: 75px; font-family: 'Godo'; font-weight: 700;
    text-align: center; margin-top: 100px;}

.industry_box{width: 1728px; height: 880px; background: #f7f7f7; box-sizing: border-box; margin-top: 40px;}

.search_01{position: absolute; bottom: 400px; left: 136px;}
.search_02{margin: 40px auto 0; width: 500px;}
.search_btn {color: #fff; letter-spacing:-1.12px;line-height:110px; width: 500px; height: 110px; background: #000; border-radius: 80px; font-size: 50px; font-family: 'Godo'; font-weight: 700; display: block;}
.search_btn > strong{padding: 0 70px; margin-right: 50px;}
.search_btn > span{width:72px; height:72px; position:relative;border-radius:50px;border:4px #fff solid;display:inline-block;vertical-align:middle;}
.search_btn > span s{width:90px;height:20px;position:absolute;top:50%;transform:translateY(-50%);right:50%;transition:all 0.25s;width:132px;height:28px;background:url("../images/common/img_whiteSign01.png") no-repeat;background-size:100% auto;}

.corp_box{margin: 0;}
.corp_list{display: flex; align-items: flex-start; flex-wrap: wrap; margin-top: 0px;
}
.corp_list li + li{margin-left: 56px;}
.corp_list li:nth-child(3n+1) {margin-left: 0;}
.corp_list li{width: 530px; height: 446px; background: #fff; margin-top: 56px; border: 4px solid #e3e3e3; position: relative;}
.corp_list li .img{width: 100%; height: 280px; background: #fff; border-bottom: 4px solid #e3e3e3; overflow: hidden;}
.corp_list li .img img{width: 100%;}
.corp_list li .txt {display: table; height: 150px;}
.corp_list li .txt > strong {display: table-cell; padding: 0 44px; font-size: 38px; vertical-align: middle; word-break: break-all; line-height: 56px;}
.corp_list li .video_btn{position: absolute; bottom: 132px; right: 40px; z-index: 999;}

.search_txt{padding: 160px 0 0; text-align: center; font-size: 80px; font-family: 'Godo'; font-weight: 700;}
.search_box {box-shadow: 0px 20px 20px 10px rgba(0,0,0,0.2); width: 1728px; height: 400px; box-sizing: border-box; border-top: 4px solid #e5e5e5; border-bottom: 4px solid #e5e5e5; margin-top: 360px;}
.search_box .search { display:flex; max-width:1514px; margin-top:180px; border-bottom:6px solid #111; margin: 100px auto 0;}
.search_box .search input { flex:1 1 auto; height:180px; border:0; padding:0; font-size: 60px;}
.search_box .search button { flex:0 0 auto; width:180px; height:180px; font-size:0; background:url('/main/images/common/btn_search.png') no-repeat right center / 84px;}


/* 키보드 */
.keyboard {
    border-radius: 20px;
    background: #272B2C;
    display: flex;
    width: 1400px;
    height: auto;
    flex-direction: column;
    padding: 60px 30px;
    font: 50px arial;
    box-shadow: 0px 80px 90px rgba(0, 0, 0, .4);
    margin: 200px auto 0;
}
div[class*='line'] {
    display: flex;
    justify-content: space-around;
}
div[class*='line'] + div[class*='line'] {
    margin-top: 30px;
}
.line1, .line3 {
    padding: 0 30px;
}
.line2, .line4 {
    padding: 0 60px;
}
div[class*='line'] span {
    box-shadow: 0px 6px 6px rgba(0, 0, 0, .7);
    color: #71D4FE;
    padding: 30px;
    background: #2F3336;
    border-radius: 24px;
    text-shadow: 0px 0px 80px #71D4FE, 0px 0px 160px #71D4FE;
    width: 50px;
    text-align: center;
}
div[class*='line'] span:hover {
    /*   box-shadow: 0px 2px 10px #040404;*/

    background: #2F3336;
    text-shadow: 2px 4px 120px #00BCD4, 0px 0px 120px rgba(0, 188, 212, .9), 0px 0px 120px rgba(0, 188, 212, .9), 20px 20px 120px rgba(0, 188, 212, .9);
    cursor: pointer
}
div[class*='line'] span:active {
    transform: scale(.9);
}
.line3 span:first-of-type {
    width: 70px;
}
.line3 span:last-of-type {
    width: 70px;
}
.line4 span:nth-child(1) {
    width: 200px
}
.line4 span:nth-child(2) {
    width: 570px;
}
.line4 span:nth-child(3) {
    width: 70px;
}
.line4 span:nth-child(4) {
    width: 510px
}
.line4 span:last-of-type {
    width: 210px
}

.search_result_box{width: 103%; overflow-y: scroll; height: 1600px; padding-top: 100px;}

.search_result_box .h4_tit{font-size: 70px;font-family: 'Godo'; font-weight: 700; position: relative; margin-top: 180px;}
.search_result_box .h4_tit::before{position: absolute; content: ''; width: 140px; height: 16px; background: #0d5cab; top:-30px; left: 0;}
.search_result_box .h4_tit:nth-child(1){margin-top: 100px;}

.pop_wrap {width: 2138px; height: 2200px; margin: auto; background: url(/main/images/common/bg_pop.png) no-repeat; position: relative;}
.pop_tit {padding-top: 340px; font-size: 100px; font-weight: 700; text-align: center; position: relative; box-sizing: border-box;}
.pop_tit span{position: relative; display: inline-block; z-index: 1;}
.pop_tit span:before {width: 100%; height: 68px; background: #fde9b2;
    position: absolute; left: -20px; bottom: 0; z-index: -1; content: '';
    padding: 0 20px; text-align: center;}
.pop_box {width: 1940px; margin: 140px auto; border: 4px solid #000; box-sizing: border-box; overflow: hidden;}
.pop_box img{width: 100%;}
.pop_box span{text-align: center; vertical-align: middle;}
.sub2_map {width: 1680px; height: 1780px; border: 5px solid #c7c7c7; box-sizing: border-box; background: #efefef; margin: 140px auto 0; overflow: hidden; padding-top: 37px;}
.sub2_map img{width: 100%;}
.pop_wrap .close{position: absolute; bottom: -50px; left: 50%; transform: translate(-50%, 0%);}