/* Common **********************************************************************/ 
html,body {width:100%;}
html {overflow-y:scroll; box-sizing:border-box;}
*, *:before, *:after{box-sizing:inherit;}
*{
-webkit-text-size-adjust:none;
-webkit-text-size-adjust - auto | none | N% (default auto)
}
body {word-break:break-all;-ms-word-break:break-all; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button {margin:0; padding:0; word-break:keep-all;}
fieldset,img {border:0px none; vertical-align:top;}
dl,ul,ol,menu,li {list-style:none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content:''; content:none;}
button {border:0 none; background-color:transparent; cursor:pointer;}
body { background:#fff;}
body,th,td,input,select,textarea,button {font-size:18px; line-height:1.7; font-family:"Montserrat", 'Pretendard'; color:#000; } /* 기본폰트 세팅 */
input, select, textarea, button{vertical-align:middle; }
a:link,a:active,a:visited{color:#7d7d7d; text-decoration:none; border:0px;}
a:hover,a:focus{color:#333; text-decoration:none}

table {border-collapse:collapse; border-spacing:0;}
address,caption,cite,code,dfn,em,var {font-style:normal; font-weight:normal;}
summary, caption, legend, hr {width:0; height:0; font-size: ; line-height: ; overflow: hidden; visibility: hidden; border: none; position:absolute; left:-1000em;}
caption {position:static;}
/* label hidden 泥섎━ */
.invisible, .hide{overflow:hidden; visibility:hidden; width:0; height:0; font-size:0; line-height:0; position:absolute;}
label.invisible{*position:Absolute;}


/* common */
.clfix:after {content: "."; display: block; height:0px; clear: both; visibility: hidden;}
.clfix {display:inline-block;}
.clfix {display:block;}
* html .clfix {height:1%;} /* Hides from IE-mac */
.clfix {zoom:1;} /*for IE 5.5-7*/


.center{text-align:center;}
.inner {width:1400px; margin:0 auto;}
.pc {display:block;}
.tab {display:none;}
.mob {display:none;}
.pc_img {display:inline-block;}
.tab_img {display:none;}
.mob_img {display:none;}


/* === Main === */
#wrap {position:relative; width:100%; margin:0 auto; overflow:hidden;}

#header {width:100%; height: 100px; z-index: 10; text-align: center; position:fixed; left:0; top:0;}
#header h1 {position:absolute; left:3%; top:22px;}
#header h1 a {display:block; width:100%; height:100%;}
#header .gnb {font-size: 0; display:inline-block; margin-top: 45px;}
#header .gnb > li {display:inline-block; vertical-align: top; font-size: 20px; width: 220px; margin-right: 10px; line-height:1; position: relative; font-weight: 500;}
#header .gnb > li:last-child {margin-right: 0;}
#header .gnb > li > a {color: #fff; display:block; width: 100%; height: 100%;}
#header .gnb > li:hover > a {color: #62A9FF; font-weight: 500;}

#header .gnb > li .gnb_2depth {width: 220px; padding: 40px 0; background: #fff; margin-top: 30px; position: relative; display: none;}
#header .gnb > li .gnb_2depth::after {content:''; width: 120px; height: 5px; background: #388CF4; position: absolute; top: -4px; left: 50px; display: block;}
#header .gnb > li .gnb_2depth li {font-size: 18px; margin-bottom: 23px;}
#header .gnb > li .gnb_2depth li:last-child {margin-bottom: 0;}
#header .gnb > li .gnb_2depth li a {color: #222; font-weight: 400;}
#header .gnb > li .gnb_2depth li:hover a {color: #2359AB; font-weight: 600;}

#header .lang {position: absolute; right: 3%; top: 47px; font-size: 0;}
#header .lang li {display: inline-block; font-size: 16px; line-height: 1; margin-right: 18px; padding-right: 18px; vertical-align: middle; position: relative;}
#header .lang li:first-child::after {content:''; width: 1px; height: 10px; background: rgba(255,255,255,.5); position: absolute; right: 0; top: 2px;}
#header .lang li a {color: #ccc;}
#header .lang li.on a {color: #fff;} 

#header .lang li:hover a {color: #fff;}



#header.sub_header.on {background: #fff; box-shadow: 0 0 15px rgba(0,0,0,.1);}
#header.sub_header.on .gnb > li > a {color: #000;}
#header.sub_header.on .lang li a {color: #ccc;}
#header.sub_header.on .lang li.on a {color: #666;}
#header.sub_header.on .lang li:first-child::after {background: #ccc;}


.navi {display:none;}
.navi_btn {display:none;}

#main_visual {width: 100%; height: 100vh; position: relative;}
#main_visual .mv_list li {width: 100%; height: 100vh; position: relative;}
#main_visual .mv_list li.bg01 {background: url('../images/main/main_visual_01.jpg') no-repeat center center / cover;}
#main_visual .mv_list li.bg02 {background: url('../images/main/main_visual_02.jpg') no-repeat center center / cover;}
#main_visual .mv_list li.bg03 {background: url('../images/main/main_visual_03.jpg') no-repeat center center / cover;}

#main_visual .mv_list li .inner {position: absolute; left: 50%; top: 52%; transform: translate(-50%,-50%); width: 100%; max-width: 1400px;}
#main_visual .mv_list li .inner h2 {font-size: 55px; line-height: 75px; color: #fff; margin-bottom: 40px; }
#main_visual .mv_list li .inner p {font-size: 26px; line-height: 42px; color: #fff; margin-bottom: 80px;}
#main_visual .mv_list li .inner button {width: 220px; height: 60px; line-height: 58px; border: 1px solid rgba(255,255,255,.7); border-radius: 30px; font-size: 20px; font-weight: 500;}
#main_visual .mv_list li .inner button a {color: #fff; display: block; width: 100%; height: 100%;}

#main_visual img.scroll {position: absolute; right: 8%; bottom: 0;}

#main_visual .mv_list .slick-dots {font-size: 0; position: absolute; left: 50%; transform: translateX(-50%); bottom: 70px; width: 100%; max-width: 1400px;}
#main_visual .mv_list .slick-dots li {text-indent: -9999px; cursor: pointer; width: 12px; height: 12px; border-radius: 6px; background: #fff; opacity: 0.3; display: inline-block; vertical-align: middle; margin-right: 25px;}
#main_visual .mv_list .slick-dots li:last-child {margin-right: 0;}
#main_visual .mv_list .slick-dots li.slick-active {opacity: 1;}


#con1 {width: 100%; background: url('../images/main/tech_bg.jpg') no-repeat left top / cover;}

#con1 .tit_wrap {display: flex; margin-bottom: 40px; padding-top: 50px;}
#con1 .title {width: calc(100% - 500px); position: relative; }
#con1 .title h2 {font-size: 55px; font-weight: 800; color: #041122; line-height: 1; margin-bottom: 35px;}
#con1 .title p {font-size: 22px; line-height: 36px; font-weight: 300;}
#con1 .tit_wrap img {width: 500px; border-radius: 30px; box-shadow: 3px 3px 20px rgba(0,0,0,.08);}

#con1 .tech_list {display: flex;}
#con1 .tech_list li {width: 33.33%; height: 21vw; max-height: 360px; padding: 50px 50px 60px;}
#con1 .tech_list li:first-child {background: #388CF4; border-radius: 30px 0 0 30px; color: #fff;}
#con1 .tech_list li:nth-child(2) {background: #fff; color: #101010;}
#con1 .tech_list li:last-child {background: #0C2657; border-radius: 0 30px 30px 0; color: #fff;}

#con1 .tech_list li span {display: block; font-size: 24px; line-height: 1; font-weight: 700; letter-spacing: 0; margin-bottom: 20px;}
#con1 .tech_list li h3 {font-size: 28px; line-height: 36px; margin-bottom: 20px; font-family:'Pretendard';}
#con1 .tech_list li p {font-size: 20px; line-height: 30px;}


#con2 {width: 100%;}
#con2 .title {margin-bottom: 50px; padding-top: 50px;}
#con2 .title h2 {font-size: 55px; font-weight: 800; color: #041122; line-height: 1; margin-bottom: 40px;}
#con2 .title p {font-size: 22px; line-height: 36px; font-weight: 300;}

#con2 .product_area {display: flex; align-items: center;}
#con2 .product_area .tab_btn {width: 350px;}
#con2 .product_area .tab_btn li {font-size: 20px; line-height: 30px; font-weight: 300; margin-bottom: 30px;}
#con2 .product_area .tab_btn li:last-child {margin-bottom: 0;}
#con2 .product_area .tab_btn li a {color: #838383;}

#con2 .product_area .tab_btn li.on {font-weight: bold; position: relative; margin-bottom: 45px;}
#con2 .product_area .tab_btn li.on::before {content:''; width: 28px; height: 28px; background: url('../images/main/pro_arrow.png') no-repeat; position: absolute; right: 10px; top: 0;}
#con2 .product_area .tab_btn li.on::after {content:''; width: 400px; height: 2px; background: #388CF4; position: absolute; left: 0; bottom: -14px; z-index: -1;}
#con2 .product_area .tab_btn li.on a {color: #388CF4;}


#con2 .product_area .tab_con {width: calc(100% - 350px);}

#con2 .product_area .tab_con .tabcontent {font-size: 0;}
#con2 .product_area .tab_con .tabcontent > img {display: inline-block; width: 26vw; max-width: 500px; vertical-align: middle;}
#con2 .product_area .tab_con .tabcontent .text {display: inline-block; width: calc(100% - 500px); padding-left: 60px; vertical-align: middle; position: relative;}
#con2 .product_area .tab_con .tabcontent .text > span {display: block; font-size: 22px; font-weight: 700; line-height: 1; margin-bottom: 25px; color: #388CF4;}
#con2 .product_area .tab_con .tabcontent .text h3 {font-size: 30px; line-height: 40px; margin-bottom: 25px;}
#con2 .product_area .tab_con .tabcontent .text p {font-size: 18px; line-height: 30px; font-weight: 300; margin-bottom: 50px;}
#con2 .product_area .tab_con .tabcontent .text button {font-size: 0;}
#con2 .product_area .tab_con .tabcontent .text button span {display: inline-block; font-size: 18px; font-weight: 700; line-height: 1; color: #388CF4; margin-right: 15px; vertical-align: middle;}
#con2 .product_area .tab_con .tabcontent .text button img {display: inline-block; vertical-align: middle;}
#con2 .product_area .tab_con .tabcontent .text em {font-size: 200px; font-weight: 900; color: #F7F7F7; position: absolute; right: 0; top: -70px; line-height: 1; z-index: -1;}


#footer {width: 100%; height: 400px !important; background: #041122; padding: 60px 0; font-family:'Pretendard';}

#footer .inner {display: flex;}
#footer .f_left {width: 35%;}
#footer .f_left img {display: block; margin-bottom: 40px;}
#footer .f_left .txt p {font-size: 16px; line-height: 28px; color: #BCBCBC; margin-bottom: 15px;}
#footer .f_left .txt p span {margin: 0 12px;}
#footer .f_left .txt p.copyright {font-size: 16px; color: #fff; margin-top: 55px;}


#footer .f_right {width: 65%;}
#footer .f_right .f_menu {width: 100%; display: flex; justify-content:space-between;}

#footer .f_right .f_menu li span {font-size: 16px; line-height: 1; color: #fff; margin-bottom: 35px; font-weight: 700; display: block;}
#footer .f_right .f_menu li p {font-size: 16px; line-height: 1; margin-bottom: 15px;}
#footer .f_right .f_menu li p:last-child {margin-bottom: 0;}
#footer .f_right .f_menu li p a {color: #969696;}
#footer .f_right .f_menu li p:hover a {color: #fff;}


/* === Sub === */
#sub_visual {width: 100%; height: 330px; text-align: center; padding-top: 165px;}
#sub_visual h2 {font-size: 70px; color: #fff; line-height: 1;}
#sub_visual h2 b {color: #388CF4;}

#sub_visual.bg01 {background: url('../images/sub/sub_visual_01.jpg') no-repeat center center / cover;}
#sub_visual.bg02 {background: url('../images/sub/sub_visual_02.jpg') no-repeat center center / cover;}
#sub_visual.bg03 {background: url('../images/sub/sub_visual_03.jpg') no-repeat center center / cover;}
#sub_visual.bg04 {background: url('../images/sub/sub_visual_04.jpg') no-repeat center center / cover;}

#sub_content {width: 100%; margin: 150px 0 200px;}


/* About Us */
.about_wrap .about_01 {position: relative; margin-bottom: 150px;}
.about_wrap .about_01 img {width: 100%;}
.about_wrap .about_01 h3 {font-size: 55px; line-height: 75px; color: #fff; position: absolute; left: 120px; top: 105px;}
.about_wrap .about_01 p {font-size: 22px; line-height: 38px; font-weight: 300; position: absolute; left: 178px; bottom: 0;}

.about_wrap .about_02 {background: #F5F5F5; padding: 150px 0; margin-bottom: 150px;}
.about_02 .a_wrap .a_box {display: flex; align-items: center; margin-bottom: 80px;}
.about_02 .a_wrap .a_box > img {width: 40%; border-radius: 30px;}
.about_02 .a_wrap .a_box .text {width: 60%; padding-left: 70px;}
.about_02 .a_wrap .a_box .text h4 {font-size: 26px; line-height: 38px; margin-bottom: 25px;}
.about_02 .a_wrap .a_box .text p {font-size: 20px; line-height: 36px; font-weight: 300;}

.about_02 .a_wrap .a_box:last-child {margin-bottom: 0; flex-direction: row-reverse; background: url('../images/sub/a_02.png') no-repeat left top;}
.about_02 .a_wrap .a_box:last-child .text {padding-left: 0; padding-right: 70px; text-align: right;}

.about_02 .a_wrap .a_box:first-child {background: url('../images/sub/a_01.png') no-repeat right top;}

.about_03 h3 {font-size: 55px; color: #041122; text-align: center; margin-bottom: 80px;}
.about_03 ul {display: flex; flex-wrap: wrap;}
.about_03 ul li {width: 50%; display: flex; align-items: center; border-right: 1px solid #ddd; border-top: 1px solid #ddd; padding-top: 60px; padding-right: 70px;}
.about_03 ul li:nth-child(2n) {border-right: 0; padding-left: 70px; padding-right: 0;}
.about_03 ul li:nth-child(-n+2) {border-top: 0; padding-top: 0; padding-bottom: 60px;}
.about_03 ul li img {width: 30%;}
.about_03 ul li .text {width: 70%; padding-left: 50px;}
.about_03 ul li .text h5 {font-size: 30px; line-height: 1; margin-bottom: 25px;}
.about_03 ul li .text p {font-size: 20px; line-height: 35px; font-weight: 300;}


/* Products */

#sub_content.product_wrap {margin: 100px 0 200px;}
#sub_content.product_wrap.prw_2 {margin-bottom: 0;}

.product_wrap .pro_tab {margin-bottom: 100px;}
.product_wrap .pro_tab ul {display: flex; justify-content: space-between;}
.product_wrap .pro_tab ul li {width: 19.2%; height: 60px; line-height: 60px; font-size: 22px; border: 1px solid #ddd; border-radius: 30px; text-align: center;}
.product_wrap .pro_tab ul li a {color: #AFAFAF; display: block; width: 100%; height: 100%;}
.product_wrap .pro_tab ul li.on {border: 0; background: #2267BC; font-weight: 700;}
.product_wrap .pro_tab ul li.on a {color: #fff;}


.product_top {position: relative; height: 600px; margin-bottom: 150px;}
.product_top .p_bg {position: absolute; left: 0; bottom: 0; width: 100%; height: 435px; background: url('../images/sub/pro_top_bg.png') no-repeat right bottom / cover; z-index: -1;}
.product_top .inner {display: flex; flex-direction: row-reverse;}

.product_top .pro_img {width: 40%;}
.product_top .pro_img img {width: 100%; border-radius: 30px; box-shadow: 0 0 20px rgba(0,0,0,.07);}

.product_top .pro_img .upgo_list {width: 100%; position: relative; border-radius: 30px; box-shadow: 0 0 20px rgba(0,0,0,.07); overflow: hidden;}
.product_top .pro_img .upgo_list li img {border-radius: 0; box-shadow: 0;}


.product_top .pro_img .upgo_list .slick-dots {font-size: 0; position: absolute; top: 50%; right: 20px; transform: translateY(-50%); width: 10px;}
.product_top .pro_img .upgo_list .slick-dots li {text-indent: -9999px; cursor: pointer; width: 10px; height: 10px; border-radius: 5px; background: #ddd; margin-bottom: 20px;}
.product_top .pro_img .upgo_list .slick-dots li:last-child {margin-bottom: 0;}
.product_top .pro_img .upgo_list .slick-dots li.slick-active {background: #2267BC;}

.product_top .pro_text {width: 60%; padding-right: 70px;}
.product_top .pro_text .title {margin-bottom: 90px;}
.product_top .pro_text .title .tit {font-size: 0; margin-bottom: 30px;}
.product_top .pro_text .title .tit img {display: inline-block; vertical-align: top; margin-right: 10px;}
.product_top .pro_text .title .tit h4 {display: inline-block; font-size: 60px; line-height: 1; color: #2359AB; vertical-align: top;}
.product_top .pro_text .title .tit h4 span {font-size: 26px;}

.product_top .pro_text .title > span {display: block; font-size: 24px; line-height: 1; color: #868686;}
.product_top .pro_text > p {font-size: 20px; line-height: 35px; font-weight: 300;}
.product_top .pro_text .prosecutor {font-size: 0; margin-top: 30px;}
.product_top .pro_text .prosecutor em {display: inline-block; padding: 0 18px; height: 40px; background: #2267BC; line-height: 40px; font-size: 18px; font-weight: 700; vertical-align: middle; text-align: center; color: #fff;}
.product_top .pro_text .prosecutor p {display: inline-block; font-size: 20px; font-weight: 600; margin-left: 20px; line-height: 40px; vertical-align: middle;}


.key_features {margin-bottom: 150px;}
.key_features h3 {font-size: 55px; color: #041122; line-height: 1; margin-bottom: 70px; text-align: center;}
.key_features .key_list {display: flex; flex-wrap: wrap; justify-content: space-between;}
.key_features .key_list > li {width: 49%; border: 1px solid #ddd; border-radius: 30px; padding: 50px; display: flex; align-items: center; margin-top: 2%;}
.key_features .key_list > li:nth-child(-n+2) {margin-top: 0;}
.key_features .key_list > li img {width: 32%; max-width: 180px;}
.key_features .key_list > li .text {padding-left: 50px;}
.key_features .key_list > li .text h5 {font-size: 28px; line-height: 38px; font-weight: 700;}
.key_features .key_list > li .text p {font-size: 18px; line-height: 30px; margin-top: 15px;}
.key_features .key_list > li .text .bullet {margin-top: 20px;}
.key_features .key_list > li.k_full {width: 100%;}
.mt30 {margin-top: 30px !important;}

.bullet li {font-size: 18px; line-height: 30px; margin-bottom: 8px; position: relative; padding-left: 14px;}
.bullet li::before {content:''; width: 4px; height: 4px; background: #2267BC; border-radius: 50%; position: absolute; left: 0; top: 14px;}
.bullet li:last-child {margin-bottom: 0;}


.specification h3 {font-size: 55px; color: #041122; line-height: 1; margin-bottom: 70px; text-align: center;}

.specification .s_list {display: flex; flex-wrap: wrap; justify-content: space-between;}
.specification .s_list li {width: 49.5%; display: flex; justify-content: space-between; margin-top: 10px; overflow: hidden;}
.specification .s_list li:nth-child(-n+2) {margin-top: 0;}
.specification .s_list li h5 {width: 35%; max-width: 242px; background: #F7F7F7; font-size: 20px; font-weight: 600; color: #103D77; padding: 33px 0; text-align: center;}
.specification .s_list li h5.line2 {padding: 15px 0; line-height: 30px;}
.specification .s_list li p {width: calc(65% - 10px); border: 1px solid #ddd; font-size: 20px; line-height: 28px; padding: 33px 40px; letter-spacing: 0;}
.specification .s_list li p.line2 {padding: 20px 40px 18px;}

.specification .s_list li h5.h5_3 {padding: 45px 0;}
.specification .s_list li p.h5_3 {padding: 45px 40px;}

.specification .s_list li .s_b_1 {border-radius: 30px 0 0 0;}
.specification .s_list li .s_b_2 {border-radius: 0 30px 0 0;}
.specification .s_list li .s_b_3 {border-radius: 0 0 0 30px;}
.specification .s_list li .s_b_4 {border-radius: 0 0 30px 0;}

.specification .s_list li.s_full {width: 100%;}
.specification .s_list li.s_full h5 {width: 18%; border-radius: 0 0 0 30px;}
.specification .s_list li.s_full p {width: 82%; border-radius: 0 0 30px 0;}


.specification.underline {padding-bottom: 150px; margin-bottom: 150px; border-bottom: 1px solid #ddd;}

.pros_table h3 {font-size: 55px; color: #041122; line-height: 1; margin-bottom: 70px; text-align: center;}
.pros_table ul {display: flex; flex-wrap: wrap; border: 1px solid #ddd; border-radius: 30px;}
.pros_table ul li {width: 12.5%; text-align: center; color: #041122; font-size: 20px; padding: 18px 0; border-right: 1px solid #ddd; border-top: 1px solid #ddd; }
.pros_table ul li:nth-child(8n) {border-right: 0;}
.pros_table ul li:nth-child(-n+8) {border-top: 0;}


.key_features_02 {margin-top: 150px; padding: 130px 0 200px; background: #F7F7F7;}
.key_features_02 h3 {font-size: 55px; color: #041122; line-height: 1; margin-bottom: 70px; text-align: center;}

.key_features_02 .k_box {margin-bottom: 60px; display: flex; align-items: center;}
.key_features_02 .k_box:nth-of-type(1) {background: url('../images/sub/uk_01.png') no-repeat right 5%;}
.key_features_02 .k_box:nth-of-type(2) {background: url('../images/sub/uk_02.png') no-repeat right 4%;}
.key_features_02 .k_box:last-child {margin-bottom: 0; background: url('../images/sub/uk_03.png') no-repeat right 0;}

.key_features_02 .k_box img {width: 34%; border-radius: 50%; box-shadow: 0 0 20px rgba(0,0,0,.05); z-index: 50;}
.key_features_02 .k_box .text {width: 66%; padding-left: 100px;}
.key_features_02 .k_box .text span {display: block; font-size: 22px; font-weight: 600; line-height: 1; color: #2267BC; margin-bottom: 25px;}
.key_features_02 .k_box .text h5 {font-size: 45px; line-height: 1; padding-bottom: 30px; margin-bottom: 40px; position: relative;}
.key_features_02 .k_box .text h5::after {content:''; width: 115%; height: 1px; background: #ddd; position: absolute; right: 0; bottom: 0;}
.key_features_02 .k_box .text .bullet li {font-size: 22px; line-height: 32px; margin-bottom: 15px; padding-left: 14px;}


.download_wrap h3 {font-size: 55px; color: #041122; line-height: 1; margin-bottom: 70px; text-align: center;}
.download_wrap ul li {border-top: 1px solid #ddd; display: flex; align-items: center; padding: 45px 100px;}
.download_wrap ul li:last-child {border-bottom: 1px solid #ddd;}

.download_wrap ul li h5 {width: 25%; font-size: 30px; font-weight: 500; line-height: 1;}
.download_wrap ul li p {width: 50%; font-size: 20px; color: #AFAFAF; }
.download_wrap ul li button {width: 25%; font-size: 0;}
.download_wrap ul li button span {display: inline-block; font-size: 20px; font-weight: 700; line-height: 1; color: #388CF4; margin-right: 20px; vertical-align: middle;}
.download_wrap ul li button img {display: inline-block; vertical-align: middle;}

.download_wrap ul li button:hover img {transform: translateX(15px); transition: ease-in-out 0.2s;}


/* Technology */
#sub_content.tech_wrap {margin: 150px 0 0;}
.tech_wrap .tech_con {margin-bottom: 150px;}
.tech_wrap .tech_con:nth-of-type(3) {margin-bottom: 0;}

.tech_con .title {position: relative; text-align: center; padding-bottom: 80px;}
.tech_con .title h3 {font-size: 55px; line-height: 1; color: #2359AB; margin-bottom: 40px;}
.tech_con .title p {font-size: 22px; line-height: 40px; font-weight: 300;}

.tech_con .t_area {background: #F7F7F7; border-radius: 200px 0 0 0; padding: 100px 0 150px;}

.tech_con .t_area h4 {text-align: center; font-size: 45px; line-height: 1; color: #041122; margin: 120px 0 50px;}
.tech_con .t_area h4:first-child {margin-top: 0;}
.tech_con .t_area h4 em {font-size: 20px; font-weight: 500;}

.tech_con .t_area .t_box {display: flex; align-items: center; background: #fff; border-radius: 30px;}
.tech_con .t_area .t_box img {width: 44%;}
.tech_con .t_area .t_box .text {width: 56%; padding-right: 80px;}
.tech_con .t_area .t_box .text h5 {font-size: 28px; line-height: 38px; color: #041122; margin-bottom: 20px;}
.tech_con .t_area .t_box .text p {font-size: 20px; line-height: 34px;}
.tech_con .t_area .t_box .text .bullet li {font-size: 20px; line-height: 34px; margin-bottom: 15px; padding-left: 16px;}
.tech_con .t_area .t_box .text .bullet li::before {width: 5px; height: 5px; top: 16px;}
.tech_con .t_area .t_box .text .bullet li:first-child::before {top: 25px;}
.tech_con .t_area .t_box .text .bullet li:last-child {margin-bottom: 0;}

.tech_wrap .tech_con:nth-of-type(1) .title {background: url('../images/sub/tech_01.png') no-repeat left bottom;}
.tech_wrap .tech_con:nth-of-type(2) .title {background: url('../images/sub/tech_02.png') no-repeat left bottom;}
.tech_wrap .tech_con:nth-of-type(3) .title {background: url('../images/sub/tech_03.png') no-repeat left bottom;}



/* Contact */
.contact_wrap .map_area {width: 100%; height: 450px; margin-bottom: 100px;}
.contact_wrap .map_area .map {width: 100%; height: 450px;}

.contact_area .con_box {display: flex;}
.contact_area .con_box span {width: 190px; display: block; color: #AFAFAF; font-size: 16px; font-weight: 600;}
.contact_area .con_box:nth-of-type(1) span {padding-top: 6px;}
.contact_area .con_box > div {width: calc(100% - 190px);}

.contact_area .con_box .adress {padding-bottom: 50px; margin-bottom: 50px; border-bottom: 1px solid #ddd;}
.contact_area .con_box .adress > p {font-size: 30px; font-weight: bold; margin-bottom: 40px;}
.contact_area .con_box .adress .info {display: flex; align-items: center;}
.contact_area .con_box .adress .info li {font-size: 0; padding-right: 50px; margin-right: 50px; position: relative;}
.contact_area .con_box .adress .info li::after {content:''; width: 1px; height: 12px; background: #D5D5D5; position: absolute; right: 0; top: 3px;}
.contact_area .con_box .adress .info li:last-child {padding-right: 0; margin-right: 0;}
.contact_area .con_box .adress .info li:last-child::after {content:none;}
.contact_area .con_box .adress .info li em {display: inline-block; font-size: 18px; font-weight: bold; margin-right: 30px; line-height: 1;}
.contact_area .con_box .adress .info li p {display: inline-block; font-size: 18px; line-height: 1;}

.contact_area .con_box .inquiry > p {font-size: 18px; font-weight: 500; line-height: 1; margin-bottom: 40px;}
.contact_area .con_box .inquiry .inq_box {background: #F7F7F7; border-radius: 30px; padding: 60px 60px 70px;}

.contact_area .con_box .inquiry .inq_box ul li {width: 100%; margin-bottom: 20px; border-bottom: 1px solid #ddd; display: flex;}
.contact_area .con_box .inquiry .inq_box ul li:last-child {margin-bottom: 0;}

.contact_area .con_box .inquiry .inq_box ul li em {font-size: 18px; line-height: 50px;  width: 220px;}
.contact_area .con_box .inquiry .inq_box ul li:last-child em {line-height: 28px;}
.contact_area .con_box .inquiry .inq_box ul li em b {color: #388CF4;}
.contact_area .con_box .inquiry .inq_box ul li input {width: calc(100% - 220px); height: 50px; background: 0; border: 0; font-size: 16px;}
.contact_area .con_box .inquiry .inq_box ul li input::placeholder {color: #AFAFAF;}
.contact_area .con_box .inquiry .inq_box ul li textarea {width: calc(100% - 220px); height: 120px; background: 0; border: 0; font-size: 16px; line-height: 28px;}
.contact_area .con_box .inquiry .inq_box ul li textarea::placeholder {color: #AFAFAF;}

.contact_area .con_box .inquiry .inq_box .privacy {margin-top: 30px;}
.contact_area .con_box .inquiry .inq_box .privacy textarea {background: #fff; width: 100%; height: 150px; border: 1px solid #ddd; font-size: 14px; line-height: 22px; padding: 15px; color: #555;}
.contact_area .con_box .inquiry .inq_box .privacy .checkbox {margin-top: 10px; font-size: 0;}
.contact_area .con_box .inquiry .inq_box .privacy .checkbox input {display: inline-block; margin-right: 8px; vertical-align: middle; width: 13px;}
.contact_area .con_box .inquiry .inq_box .privacy .checkbox span {display: inline-block; vertical-align: middle; font-size: 15px; width: calc(100% - 21px); color: #000; font-weight: 400; margin-bottom: 0;}


.contact_area .con_box .inquiry .inq_box button {display: block; width: 250px; height: 60px; background: #2267BC; border-radius: 30px; color: #fff; margin: 45px auto 0; font-weight: bold;}



@media screen and (min-width: 1025px) and (max-width: 1450px){
  .inner {width:100%; padding:0 3%;}
}








