@charset "utf-8";

@import "fonts.css";

/*공통*/
html{overflow-x:hidden;}
.cfixed:after{display:block; content:""; clear:both;}
#wrap{overflow:hidden;}
*{box-sizing:inherit;}
.ms_inner{max-width:1200px; margin:0 auto;}
section{margin-bottom:110px;}

/*topmenu*/
.headerWrap{position:absolute; top:0; left:0; width:100%; z-index:9999; height:100px;}
#header .logo{float:left; font-size:3.0rem; font-weight:700; margin-left:3%; padding-top:20px;}
#header .logo img{float:left;}
#header .logo span{padding-left:20px; float:left; line-height:60px;}
#header .logo.sub span{color:#fff;}
#header .top_right{float:right; width:50%; background-color: rgba( 255, 255, 255, 0.5 );}

.headerWrap.sub{border-bottom:1px solid #e1e1e1; position:inherit; margin-bottom:80px;}
.headerWrap.sub #header .logo.sub span{color:#222;}
.headerWrap.sub #nav .menu a{color:#222;}
.headerWrap.sub #menu-wrapper #hamburger-menu span{background-color:#222 !important;}

/*nav*/
#nav{float:left; width:77%; padding-left:0;}
#nav .menu{float:left; line-height:90px; padding:0 6%;}
#nav .menu.last{padding-right:0;}
#nav .menu a{/* color:#fff; */ color:#222; font-weight:700; font-size:2.2rem;}
#nav .menu a:hover{color:#fcfcbf;}

.btn_adm{float:right; margin-right:8%; margin-top:40px;}

/*전체 메뉴*/
#menu-wrapper {cursor: pointer;  float:right;}
#menu-wrapper #hamburger-menu {position: relative; width: 26px; margin-right:30px; height: 20px; margin-top:40px; z-index:999; right:60px; top:0;}
#menu-wrapper #hamburger-menu span {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    left: 0;
    display: block;
    width: 26px;
    height: 2px;
    background-color: black;
    position: absolute;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

#menu-wrapper #hamburger-menu span:nth-child(2){margin-left:7px; width:19px;}
#menu-wrapper #hamburger-menu span:nth-child(1) {top: 0;}
#menu-wrapper #hamburger-menu span:nth-child(2) {top: 9px;}
#menu-wrapper #hamburger-menu span:nth-child(3) {top: 18px;}
#menu-wrapper #hamburger-menu.open span:nth-child(1) {top: 9px; -webkit-transform: rotate(135deg); transform: rotate(135deg); background:#222;}
#menu-wrapper #hamburger-menu.open span:nth-child(2) {opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; left: -60px; background:#222;}
#menu-wrapper #hamburger-menu.open span:nth-child(3) {top: 9px; -webkit-transform: rotate(-135deg); transform: rotate(-135deg); background:#222;}

#menu-container .menu-list {padding-left: 0; display: block; position: absolute;  width: 100%; background: white; box-shadow: rgba(100,100,100,0.2) 6px 2px 10px; z-index: 99; overflow-y: auto; overflow-x: hidden; height: 0; left:0;}
#menu-container .accordion_in{max-width:1200px; margin:0 auto; margin-top:5%;}
#menu-container .accordion-toggle{float:left; width:33.333%; padding-left:8%; border-right:1px solid #e8e8e8; box-sizing:border-box; height:300px;} 
#menu-container .accordion-toggle.last{border-right:none;}
#menu-container .menu-link{color:#5f5f5f; font-size:3.0rem; font-weight:700; margin-bottom:30px; display:inline-block;}
#menu-container .menu-submenu a{font-size:1.8rem; color:#5f5f5f; font-weight:300; margin-bottom:20px; display:inline-block;}

/*전체 메뉴 new*/
.mobileNav { height: 100%; width: 280px; right: 0; top: 0; z-index: 99999; position: fixed; overflow-y: auto; overflow-x: visible; transition:all .3s; -webkit-transition:all .3s; transform:translate3d(100%,0,0); -webkit-transform:translate3d(100%,0,0); display:none \9;  }
.mobileNav.on { transform:translate3d(0,0,0); -webkit-transform:translate3d(0,0,0); display:block \9; }
.m_bg { display: none; position: fixed; top: 0; right: 0; bottom: 0; left: 0; background-color: rgba(0,0,0,.5);  z-index: 9999; opacity:0; transition:all .3s; -webkit-transition:all .3s; }
.m_bg.on { opacity:1; display: block; }
.mobileNav > div { position:absolute; right:0; height:100%; width:280px;background:#fff; }
.mobileNav .top { overflow: hidden; height: 90px; box-sizing:border-box; position: relative; background: #0e90ff;}
.mobileNav .top p{color:#fff; font-weight:700; font-size:2.5rem; padding-top:30px; padding-left:5%;}
.mobileNav .top ul { overflow: hidden; margin:35px 0 0 20px; }
.mobileNav .top li { float: left; position: relative; }
.mobileNav .top li:not(:first-child):before { content: ""; display: block; width: 1px; height: 10px; background: #ddd; float: left; margin:5px 10px 0; }
.mobileNav .top li a { color: #eee; }
.mobileNav .top .close { display: block; width: 22px; height: 22px; position: absolute; top: 35px; right: 10px; overflow: hidden; text-indent:-9999px; }
.mobileNav .top .close:before { content: ""; display: block; width: 2px; height: 30px; background: #fff; position: absolute; top: -5px; left: 10px; transform:rotate(45deg); -webkit-transform:rotate(45deg); border-radius:1px;  }
.mobileNav .top .close:after { content: ""; display: block; width: 2px; height: 30px; background: #fff; position: absolute; top: -5px; right:10px; transform:rotate(-45deg); -webkit-transform:rotate(-45deg); border-radius:1px; }
#gnbM { width:100%; overflow:hidden; border-bottom:1px solid #ddd; }
#gnbM > li { border-top:1px solid #ddd; }
#gnbM li:first-child { border-top:none; }
#gnbM li a { display:block; width:100%; text-indent:20px; position:relative;   }
#gnbM li a:before,
#gnbM li a:after { content: ""; display: block; position: absolute;  }
#gnbM > li > a { height:55px; line-height:55px; color:#555; font-size:1.7rem; font-weight:500; box-sizing:border-box; }
#gnbM > li > a:before { width: 2px; height: 12px; background: #fff; top:22px; right:25px;  }
#gnbM > li > a:after { width: 12px; height: 2px; background: #fff; top:27px; right:20px;  }
#gnbM > li.on > a { background:#515151; color: #fff; }
#gnbM > li.on > a:before { width:12px; height:12px; top: 19px; right:20px; background:none; box-sizing:border-box; border-right:2px solid #fff; border-bottom:2px solid #fff; transform:rotate(45deg); -webkit-transform:rotate(45deg); }
#gnbM > li.on > a:after { display: none; }
#gnbM > li ul { display:none; background:#f2f2f2; overflow: hidden; }
#gnbM > li li { border-top:1px solid #ddd; }
#gnbM > li li a { height:45px; line-height:45px; color:#666; font-size:1.6rem; }
#gnbM > li li.on a { color:#0c4da2; background:#fff; }
#gnbM > li li a:before { width:12px; height:12px; top: 17px; right:20px; background:none; box-sizing:border-box; border-right:2px solid #999; border-bottom:2px solid #999; transform:rotate(-45deg); -webkit-transform:rotate(-45deg); }
#gnbM > li li.on a:before { border-color:#0c4da2; }

#gnbM > li li li a{font-size:1.5rem;}
#gnbM > li li li a::before{display:none;}


/*footer*/
.footerWrap{text-align:center; border-top:1px solid #e1e1e1; padding-top:60px; padding-bottom:120px;}
.footerWrap address{font-style:normal; font-size:1.6rem; line-height:1.5; margin-bottom:20px;} 
.footerWrap address br{display:none;}
.footerWrap address span{display:block;}
.footerWrap .copy{color:#6d6d6d; font-size:1.6rem;}
.footerWrap .adm{margin-top:30px;}
.footerWrap .adm a{display:inline-block; border:1px solid #c3c3c3; padding:5px 20px;}

/*quick banner*/
.quick_bnr{background:#e4f9ff; padding:20px 0; text-align:center; position:fixed; bottom:0; left:0; width:100%; z-index:999;}
.quick_bnr ul{display:inline-block;}
.quick_bnr li{float:left; color:#222; font-size:1.9rem; font-weight:400; padding-right:40px; margin-right:30px; line-height:35px; position:relative;}
.quick_bnr li::before{content:""; display:block; width:1px; height:19px; position:absolute; right:0; background:#989898; top:50%; margin-top:-9px;}
.quick_bnr li.first{background:url(/html/img/f_logo.png) left top no-repeat; padding-left:45px;}
.quick_bnr li.last{margin-right:0; padding-right:0;}
/*.quick_bnr li.last a{background:url(/html/img/f_talk.png) left 7px no-repeat; padding-left:35px; display:inline-block;}*/
.quick_bnr li.last a{background:url(/html/img/f_talk2.png) left 7px no-repeat; padding-left:35px; display:inline-block;}
.quick_bnr li.last::before{display:none;}
.quick_bnr li a{color:#222;}

.quick_bnr_m{display:none;}

/*팝업레이어*/
.popup-wrap {display: none; position:fixed; top:0; left:0; width:100%; height:100%; z-index:100;}
.popup-wrap .bg {position:absolute; top:0; left:0; width:100%; height:100%; background:#000; opacity:.5; filter:alpha(opacity=50);}
.popup-wrap .pop-layer {display:block;}
.pop-layer {display:none; position: absolute; top: 50%; left: 50%; width: 716px; height:auto;  background-color:#fff; border: 0 none; z-index: 10;}	
.pop-layer .pop-container {position: relative; padding: 0;}
.pop-layer .close {position: absolute; right: 20px; top: 20px; border-top: 0 none;}

#agree {background-color: #fff; top:50% !important;}
#agree .pop-conts {overflow: hidden; margin: 0 auto; color: #515151;}
#agree .pop-conts h2 {display: block; padding: 20px 20px 0; font-size: 22px; font-weight: 400;}
#agree .personal {padding: 15px 20px 30px 20px; font-size: 15px; line-height: 1.5em;}

/*main_visual*/
#main_visual {position: relative; height:900px; margin-bottom:110px; background:#f8f8f8;}
#main_visual .bx-wrapper, #main_visual .bx-viewport, #main_visual .bxslider, #main_visual .slider {height: 100%!important;}
#main_visual .bx-wrapper img {display: inline;}
#main_visual .bx-wrapper .bx-controls-direction a {display:none; width:36px; height:70px; text-indent:-999999px; position:absolute; top:50%; margin-top:-25px; z-index:9999;}
#main_visual .bx-wrapper .bx-prev {left: 50%; margin-left: -816px; background: url("/images/main/btn_prev.png") no-repeat left top;}
#main_visual .bx-wrapper .bx-next {right:50%; margin-right: -816px; background: url("/images/main/btn_next.png") no-repeat left top;}
#main_visual .bx-pager {position:absolute; bottom:10%; z-index:999;}
#main_visual .bx-wrapper .bx-pager.bx-default-pager{width:90%; padding-left:10%;}
#main_visual .bx-wrapper .bx-pager.bx-default-pager div{display:inline-block;}
#main_visual .bx-wrapper .bx-pager.bx-default-pager a {display:block; width: 44px; height: 4px; background:#bcbcbc; box-sizing:border-box; margin: 0 5px; text-indent:-999999px;}
#main_visual .bx-wrapper .bx-pager.bx-default-pager a:focus, #main_visual .bx-wrapper .bx-pager.bx-default-pager a:hover {background: #000000;}
#main_visual .bx-wrapper .bx-pager.bx-default-pager a.active{background: #000000;}
#main_visual .bg{width:50%; float:right; height:100% !important;}
#main_visual .slider01 .bg{background: url("/html/img/visual01.jpg") no-repeat center center; background-size: cover}
#main_visual .slider02 .bg{background: url("/html/img/visual02.jpg") no-repeat center center; background-size: cover}
#main_visual .slider03 .bg{background: url("/html/img/visual03_1.jpg") no-repeat center center; background-size: cover}
#main_visual .slider04 .bg{background: url("/html/img/visual04.jpg") no-repeat center center; background-size: cover}
#main_visual .slider05 .bg{background: url("/html/img/visual05.jpg") no-repeat center center; background-size: cover}
#main_visual .visual_text{float:left; width:40%; height:100%; padding-left:10%; position:relative;}
#main_visual .visual_text .inner{display:inline-block; text-align:left; padding:225px 0 0 0;}
#main_visual .visual_text .inner .s_txt{color:#a4a4a4; font-size:1.5rem; position:relative; letter-spacing:5px; text-transform:uppercase; padding:0 0 37px 0; margin-bottom:23px; font-weight:300; display:block;}
#main_visual .visual_text .inner .s_txt::before{content:""; display:block; position:absolute; background:#404040; width:28px; height:6px; bottom:0; left:0;}
#main_visual .visual_text .inner h3{font-size:6.2rem; font-weight:300; line-height:1.2; margin-bottom:40px; margin-left:-5px;}
#main_visual .visual_text .inner p{font-size:2.9rem; margin-bottom:35px;}
#main_visual .visual_text .inner p span{font-size:3.4rem; font-weight:700;}
#main_visual .visual_text .inner a{font-size:2.4rem; width:250px; height:65px; line-height:65px; text-align:center; border:1px solid #bebebe; display:inline-block; position:absolute; bottom:25%; box-sizing:border-box;}
#main_visual .slider01 .visual_text .inner a.pc{line-height:22px; padding-top:6px;}
#main_visual .visual_text .inner a.m{display:none;}
#main_visual .slider01 .visual_text .inner a span{font-size:1.8rem; vertical-align:middle; display:block;}
#main_visual .slider01 .visual_text .inner a span.tel{font-size:2.8rem; font-weight:700; line-height:1;}

/*고객센터*/
#customer .box{border:1px solid #c8c8c8; width:48.5%; float:right; height:300px; position:relative; box-sizing:border-box; padding:0 5%;}
#customer .box::before{content:""; display:block; position:absolute; top:0; left:0; width:32px; height:32px; background:url(/html/img/box_slash.png);}
#customer .box.tel_box{float:left;}
#customer .box .info{font-weight:300; font-size:1.7rem; margin-bottom:25px;}
#customer .tel_box{padding-top:60px;}
#customer .tel_box::after{content:""; display:block; position:absolute; top:110px; right:50px; width:147px; height:136px; background:url(/html/img/tel_ico.png);}
#customer .tel h3{font-size:2.6rem; font-weight:400;}
#customer .tel p{font-size:4.8rem; font-weight:900; line-height:1.1;}
#customer .tel span{font-size:1.8rem; padding-top:10px; padding-left:5px; display:inline-block;}

#customer .talk_box{padding-top:60px; background:url(/html/img/talk_img.jpg) no-repeat right bottom;}
#customer .talk_box.box .info{margin-bottom:23px;}
#customer .talk_box h3{font-size:2.6rem; line-height:1.2; font-weight:400; margin-bottom:30px;}
#customer .talk_box .btn_talk{display:inline-block; padding:11px 8%; color:#fff; font-size:1.7rem; font-weight:500; background:#47b853;}

#customer .talk_box.google_box{padding-top: 45px; background:url(/html/img/google_box.jpg) no-repeat center center; background-size:cover;}
#customer .talk_box.google_box .btn_talk{background:#1eb9e3;}

#customer .talk_box.talk_box2{padding-top:45px; background:url(/html/img/talk_ico.png) no-repeat 90% 110px;}
#customer .talk_box.talk_box2 h3 .t_bold{font-weight:700; font-size:2.8rem;}
#customer .talk_box.talk_box2 .btn_talk{background:#4a27ff;}

#customer .inquire_box{padding-top:40px;}
#customer .inquire_box h3{font-size:2.4rem; font-weight:400; padding-bottom:15px;}
#customer .inquire_box p{font-size:1.7rem; font-weight:300; padding-bottom:25px;}
#customer .form_wrap ul{float:left; width:80%;}
#customer .form_wrap ul li{margin-bottom:6px; float:left; width:100%;}
#customer .form_wrap ul label{display:block; float:left; width:30%; font-size:1.6rem; line-height:32px;}
#customer .form_wrap ul input[type="text"],
#customer .form_wrap ul select{width:70%; display:block; float:left; padding-left:10px; height:32px; border:1px solid #cacaca; color:#5c5c5c;}
#customer .form_wrap ul .agree{width:70%; margin-left:30%;}
#customer .form_wrap ul .agree *{float:left; width:auto; display:block; line-height:28px; padding:0; margin:0;}
#customer .form_wrap ul .agree input{border:1px solid #cacaca; margin-top: 8px; margin-right:5px;}
#customer .form_wrap ul .agree label{margin-right:5px;}
#customer .form_wrap .btn_inquire{float:right; width:20%; padding-left:2%;}
#customer .form_wrap .btn_inquire button{border:none; background:#454545; color:#fff; display:block; width:100%; height:70px; font-size:2.0rem; line-height:1.2;} 

/*나이스일보*/
#news {background:#e4f9ff; display:table; width:100%;}
#news .pic{width:70%; display:table-cell; text-align:center; vertical-align:bottom;}
#news .pic img{width:100%; max-width:1135px;}
#news .details{width:30%; display:table-cell; vertical-align:middle;}
#news .details p{font-size:2.3rem; margin-bottom:40px;}
#news .details h3{font-size:5.0rem; font-weight:700; line-height:1.2; margin-bottom:40px;}
#news .details a{display:inline-block; width:220px; height:47px; line-height:47px; text-align:center; border:1px solid #9eaeb2; font-size:2.0rem;}

/*단말기 안내*/
#guide .guide_title{font-size:3.0rem; position:relative; background:url(/html/img/gray_line.jpg) repeat-x bottom; margin-bottom:50px; cursor:pointer;}
#guide .guide_title::after{content:""; display:block; position:absolute; top:50%; margin-top:-13px; right:25px; width:18px; height:10px; background:url(/html/img/arrow_bottom.jpg);}
#guide .guide_title.on::after{content:""; display:block; position:absolute; top:50%; margin-top:-13px; right:25px; width:18px; height:10px; background:url(/html/img/arrow_top.jpg);}
#guide .guide_title span{border-bottom:2px solid #000000; display:inline-block; padding-bottom:15px;}
#guide .guide_detail{display:none; padding-bottom:55px; margin-top:-20px;}
#guide .guide01 .guide_detail{display:block;}
#guide .guide_detail li{font-size:1.7rem; color:#494343; padding-bottom:20px; padding-left:10px; position:relative; line-height:1.5; width:80%;}  
#guide .guide_detail li::before{content:""; display:block; width:5px; height:1px; background:#494343; position:absolute; top:12px; left:0;}

/*단말기 바로가기*/
#card_link{margin-left:8%; margin-right:8%;}
#card_link .card_link{float:left; width:30%; padding:0 1.5%; text-align:center;}
#card_link .card_link img{max-width:470px; width:100%;}
#card_link .card_link .details{max-width:470px; margin:0 auto;}
#card_link .card_link .details h3{font-size:3.0rem; font-weight:700; padding:45px 0 20px 0;}
#card_link .card_link .details p{font-size:2.0rem; color:#4d4d4d; margin-bottom:33px;}
#card_link .card_link .btn_more{font-size:1.8rem; color:#464646; width:200px; height:50px; display:inline-block; font-weight:300; line-height:50px; border:1px solid #c3c3c3;} 

/*====서브 컨텐츠====*/

/*서브비주얼*/
#sub_visual{height:680px; background:url(/html/img/sub_visual01.jpg); background-size:cover; text-align:center; margin-bottom:90px;}
#sub_visual.sb_visual02{background:url(/html/img/sub_visual02.jpg); background-size:cover;}
#sub_visual.sb_visual03{background:url(/html/img/sub_visual03.jpg); background-size:cover;}
#sub_visual .sb_txt{padding-top:300px; color:#fff;}
#sub_visual .sb_txt h3{font-size:6.5rem; font-weight:700; margin-bottom:15px;}
#sub_visual .sb_txt p{font-size:2.8rem; letter-spacing:3px; font-weight:100;}

/*서브탭*/
#snb{text-align:center;}
#snb ul{display:inline-block; width:94%; margin:0 3%;}
#snb ul li{display:inline-block;}
#snb ul li a{font-size:2.7rem; display:inline-block; padding:0 5px 10px 5px; opacity:0.5; margin:0 40px;}
#snb ul li.on a{border-bottom:1px solid #222222; font-weight:700; opacity:1;}
#snb ul li a:hover{border-bottom:1px solid #222222; font-weight:700; opacity:1;}

/*서브공통*/
#sub_container{padding-top:125px;}
.sb_inner{max-width:1200px; margin:0 auto;}

/*회사소개-인사말*/
.ctt_greetings .top{margin-bottom:100px;}
.ctt_greetings .left{float:left; width:47%;}
.ctt_greetings .left img{max-width:550px; width:100%;}
.ctt_greetings .right{float:right; width:47%;}
.ctt_greetings .right p{font-size:4.0rem; font-weight:300; padding:50px 0 180px 0;}
.ctt_greetings .right p span{font-weight:500;}
.ctt_greetings .right .sign{font-size:2.2rem;}
.ctt_greetings .right .sign img{margin-left:20px;}
.ctt_greetings .bottom img{width:100%; max-width:1200px;}

/*카드단말기 설치는*/
.ctt_info .ctt_info_txt{text-align:center; margin-bottom:125px;}
.ctt_info .ctt_info_txt .title{font-size:4.5rem; font-weight:700; margin-bottom:12px;}
.ctt_info .ctt_info_txt .tt{font-size:2.2rem; line-height:1.5; margin-bottom:25px;}
.ctt_info .ctt_info_txt .check{padding-left:30px; display:inline-block; background:url(/html/img/sub/check.png) no-repeat left 5px; font-size:2.5rem;}
.ctt_info .ctt_info_list{margin-bottom:150px;}
.ctt_info .ctt_info_list .left{float:left; text-align:left;}
.ctt_info .ctt_info_list .right{float:right; text-align:right;}
.ctt_info .ctt_info_list .img{width:60%;}
.ctt_info .ctt_info_list .img img{max-width:634px; width:100%;}
.ctt_info .ctt_info_list .txt_wrap{width:auto; text-align:left;}
.ctt_info .ctt_info_list .txt_wrap h3{font-size:3.5rem; font-weight:700; margin-bottom:20px; padding-top:80px;}
.ctt_info .ctt_info_list .txt_wrap p{font-size:2.2rem; font-weight:300; margin-bottom:30px;}
.ctt_info .ctt_info_list .txt_wrap ul{margin-bottom:45px;}
.ctt_info .ctt_info_list .txt_wrap li{font-size:2.5rem; margin-bottom:5px;}
.ctt_info .ctt_info_list .txt_wrap li span{padding-left:30px; background:url(/html/img/sub/check.png) no-repeat left 5px;}
.ctt_info .ctt_info_list .txt_wrap a{display:inline-block; width:174px; padding:10px 0; border:1px solid #c3c3c3; text-align:center; font-size:1.8rem; font-weight:300;}

/*카드단말기 설치는 - 나이스는 정직합니다*/
.ctt_info_details .top_bg{color:#fff; padding:110px 0; background:url(/html/img/sub/info_list01_bg.jpg) center center; background-size:cover;}
.ctt_info_details .top_bg h3{margin-bottom:40px; font-size:4.5rem;}
.ctt_info_details .top_bg p{font-size:2.2rem; font-weight:300; margin-bottom:25px;}
.ctt_info_details .details_00{padding:125px 0; border-bottom:1px solid #ebe8e8;}
.ctt_info_details .details_00.last{border-bottom:0; padding-bottom:50px;}
.ctt_info_details .details_00 .left{float:left; position:relative; width:48%;}
.ctt_info_details .details_00 .left span{font-size:15.2rem; font-weight:700; letter-spacing:-1px; opacity:0.08; position:absolute; top:-60px; left:0;}
.ctt_info_details .details_00 .left p{font-size:4.2rem; line-height:1.3; padding:30px 0 0 65px;}
.ctt_info_details .details_00 .right{float:right; width:48%;}
.ctt_info_details .details_00 .right p{font-size:2.2rem; font-weight:300; margin-bottom:30px; line-height:1.5;}
.ctt_info_details .details_00 .right p:last-child{margin-bottom:0;}
.ctt_info_details .details_00 .right .t_bold{font-weight:700;}

/*카드단말기 설치는 - 고객사연*/
.ctt_info_details.ctt_info_details02 .top_bg{background:url(/html/img/sub/info_list02_bg.jpg) center center; background-size:cover;}
.ctt_info_details.ctt_info_details02 .top_bg p{line-height:1.5; display:inline-block; position:relative; padding:45px 0 30px 0;}
.ctt_info_details.ctt_info_details02 .top_bg p::before{content:""; display:block; position:absolute; background:url(/html/img/sub/dda_l.png); left:0; top:0; width:30px; height:25px;}
.ctt_info_details.ctt_info_details02 .top_bg p::after{content:""; display:block; position:absolute; background:url(/html/img/sub/dda_r.png); right:0; bottom:0; width:30px; height:25px;}
.ctt_info_details.ctt_info_details02 .details_top{border-bottom:1px solid #ebe8e8; padding-bottom:90px;}
.ctt_info_details.ctt_info_details02 .details_top p{font-weight:300; font-size:2.5rem; margin-bottom:30px;}
.ctt_info_details.ctt_info_details02 .details_top .title{padding-top:130px; font-size:4.5rem; font-weight:300; margin-bottom:40px;}
.ctt_info_details .link{font-size:1.9rem;}

/*카드단말기 설치는 - 카드단말기 설치절차*/
.ctt_info_details.ctt_info_details03 .tel{font-weight:700; font-size:2.8rem;}
.ctt_info_details.ctt_info_details03 .s_txt{font-size:2.0rem;}
.ctt_info_details.ctt_info_details03 h3{font-size:4.5rem; font-weight:300;}
.ctt_info_details.ctt_info_details03 h3 span{font-weight:700;}

/*카드단말기-인트로*/
.ctt_card_intro .intro_box{padding:120px 0; border-bottom:1px solid #e5e5e5;}
.ctt_card_intro .intro_box.box01{padding-top:0;}
.ctt_card_intro .intro_box.box03{padding-bottom:0; border-bottom:0;}
.ctt_card_intro .intro_box .left{float:left;}
.ctt_card_intro .intro_box .right{float:right;}
.ctt_card_intro .intro_box h4{font-size:3.5rem; margin-bottom:25px;}
.ctt_card_intro .intro_box p{font-size:2.4rem; font-weight:300; margin-bottom:65px;}
.ctt_card_intro .intro_box a{width:175px; height:45px; line-height:45px; font-size:1.8rem; font-weight:300; border:1px solid #c3c3c3; display:inline-block; text-align:center;}

/*카드단말기-리스트*/
.ctt_card_list{display:table; width:100%;}
.ctt_card_list li{float:left; width:48%;}
.ctt_card_list li:nth-child(2n){float:right;}
.ctt_card_list li img{width:100% !important; max-width:580px !important;}
.ctt_card_list .tt_wrap{margin-bottom:80px; height:150px;}
.ctt_card_list p{padding-top:25px; padding-bottom:8px; font-weight:300; font-size:2.0rem;}
.ctt_card_list h4{font-size:2.8rem; font-weight:400;}

/*페이징*/
.paging_wrap{text-align:center; padding-top:50px;}
.paging{display:inline-block;}
.paging a,
.paging span{width:33px; font-size:11px; display:block; float:left; height:33px; line-height:33px; border:1px solid #d6d6d6; border-right:none; box-sizing:border-box;}
.paging .last{border-right:1px solid #d6d6d6;}
.paging span{font-weight:900; border-bottom:3px solid #222;} 

/*카드단말기-뷰페이지*/
.ctt_card_view .view_top{display:table; padding-bottom:100px; margin-bottom:100px; border-bottom:1px solid #e5e5e5;}
.ctt_card_view .view_top .pic{display:table-cell; width:50%;}
.ctt_card_view .view_top .pic img{width:100%; cursor:inherit !important;}
.ctt_card_view .view_top .tt_wrap{display:table-cell; vertical-align:middle; padding-left:7%; width:50%; padding-bottom:20px; position:relative;}
.ctt_card_view .view_top .tt_wrap .title{padding-bottom:140px;}
.ctt_card_view .view_top .tt_wrap .title span{font-size:2.8rem; font-weight:300; display:inline-block; position:relative; padding-bottom:20px; margin-bottom:30px;}
.ctt_card_view .view_top .tt_wrap .title span::before{content:""; display:block; position:absolute; bottom:0; left:0; width:28px; height:2px; background:#404040;}
.ctt_card_view .view_top .tt_wrap .title h4{font-size:4.5rem; font-weight:700; letter-spacing:-1.5px; line-height:1.2;}
.ctt_card_view .view_top .tt_wrap .details span{font-size:2.5rem; margin-bottom:18px; display:inline-block;}
.ctt_card_view .view_top .tt_wrap .details p{font-size:1.8rem; font-weight:300; line-height:1.5;}
.ctt_card_view .editor img{width:100%; cursor:inherit !important;}

/*고객센터*/
section.customer{margin-bottom:0;}
.ctt_customer{text-align:center;}
.ctt_customer h3{font-size:4.2rem; font-weight:300; margin-bottom:50px;}
.ctt_customer h3 .t_bold{font-weight:700;}
.ctt_customer .details{background:#f6f6f6; padding:80px 0;}
.ctt_customer .details .left{position:relative; margin:0 20%; margin-bottom:50px; padding-bottom:50px; border-bottom:1px solid #d9d9d9; }
.ctt_customer .details .right{box-sizing:border-box; margin:0 20%;}
.ctt_customer .details h4{font-size:3.0rem; font-weight:500; padding-top:100px; padding-bottom:20px; position:relative;}
.ctt_customer .details .left h4{padding-bottom:10px;}
.ctt_customer .details h4::before{content:""; display:block; width:80px; height:80px; left:50%; margin-left:-40px; top:0; position:absolute;}
.ctt_customer .details .left h4::before{background:url(/html/img/sub/customer_ico1.png);}
.ctt_customer .details .right h4::before{background:url(/html/img/sub/customer_ico2.png);}
.ctt_customer .details .left p{font-size:4.8rem; font-weight:700; line-height:1; letter-spacing:-2px;}
.ctt_customer .details .right ul{padding:0 10%;}
.ctt_customer .details .right li{position:relative; width:100%; float:left; font-size:2.2rem; font-weight:300; margin-bottom:8px;}
.ctt_customer .details .right li::before{content:""; display:block;}
.ctt_customer .details .right li .day{display:inline-block;}
.ctt_customer .details .right li .time{display:inline-block;}

/*new 갤러리 글쓰기 페이지*/
.new_gallery{max-width:1200px; margin:0 auto;}
.new_gallery_title{max-width:1200px; margin:0 auto; background:none; text-align:center; margin-top:80px;}
.new_gallery_title div{font-size:1.7rem; font-weight:700;}
.new_gallery input, 
.new_gallery select{background:none !important; height:30px; line-height:30px; border:1px solid #ccc;} 
.new_gallery textarea{border:1px solid #ccc;}

@media screen and ( max-width:1600px ){

	
	#header .top_right {background-color:transparent;}

	/*nav*/
	#nav{display:none;}
}



@media screen and ( max-width:1200px ){

	/*header*/
	#header .logo span{color:#fff;}
	#menu-wrapper #hamburger-menu{right:0;}

	/*footer*/
	.footerWrap{padding-bottom:120px;}

	/*main_visual*/
	#main_visual{height: 800px;}
	#main_visual .visual_text{float:inherit; width:90%; position:absolute; z-index:999;}
	#main_visual .visual_text *{color:#fff;}
	#main_visual .visual_text .inner {padding-top:180px;}
	#main_visual .visual_text .inner .s_txt{color:#fff;}
	#main_visual .visual_text .inner .s_txt::before{background:#fff;}
	#main_visual .visual_text .inner a { bottom: 20%;}
	#main_visual .bg{width:100%; float:inherit; position:relative;}
	#main_visual .bg::before{content:""; display:block; position:absolute; background:rgba(0,0,0,0.4); top:0; left:0; width:100%; height:100%;}
	#main_visual .bx-wrapper .bx-pager.bx-default-pager a.active{background:#fff;}
	#main_visual .bx-wrapper .bx-pager.bx-default-pager a:focus, #main_visual .bx-wrapper .bx-pager.bx-default-pager a:hover {background: #fff;}

	/*고객센터*/
	.ms_inner{width:94%; margin:0 3%;}
	#customer .talk_box{padding-top:60px; background:url(/html/img/talk_img.jpg) no-repeat 100% bottom; background-size:180px;}
	#customer .form_wrap ul label{width:40%;}
	#customer .form_wrap ul input[type="text"], #customer .form_wrap ul select{width:60%;}
	#customer .form_wrap ul .agree{width:100%; margin-left:0;}
	#customer .box .info{margin-bottom:25px;}

	/*나이스일보*/
	#news{display:flex; flex-direction: column; padding-top:80px;}
	#news .pic{order:2; width:100%;}
	#news .details{order:1; width:100%; text-align:center; padding-bottom:30px;}
	#news .details p{margin-bottom:20px;}

	/*단말기 바로가기*/
	#card_link{margin-left:3%; margin-right:3%;}

	/*quick banner*/
	.quick_bnr{padding:20px 3%; box-sizing:border-box;}
	.quick_bnr li{font-size:1.5rem; padding-right:12px; margin-right:12px;}
	.quick_bnr li.first{padding-left:35px;background: url(/html/img/f_logo.png) left 5px no-repeat; background-size:25px;}
	/*.quick_bnr li.last a{padding-left:23px; background:url(/html/img/f_talk.png) left 9px no-repeat; background-size:18px;}*/
	.quick_bnr li.last a{padding-left:23px; background:url(/html/img/f_talk2.png) left 9px no-repeat; background-size:18px;}

	/*서브비주얼*/
	#sub_visual{height:450px;}
	#sub_visual .sb_txt{padding-top:200px;}
	#sub_visual .sb_txt h3{font-size:4.5rem;}
	#sub_visual .sb_txt p{font-size:2.2rem;}

	/*서브공통*/
	.sb_inner{margin:0 3%; width:94%;}

	/*서브탭*/
	#snb ul li a{margin:0 20px;}

	/*회사소개-인사말*/
	.ctt_greetings .top{margin-bottom:80px;}
	.ctt_greetings .left{width:100%; text-align:center;}
	.ctt_greetings .right{width:100%; text-align:center;}
	.ctt_greetings .right p{padding:50px 0 40px 0;}

	/*카드단말기 설치는*/
	.ctt_info .ctt_info_list{display:flex; flex-direction: column;}
	.ctt_info .ctt_info_list .img{width:100%; text-align:center; order:1;}
	.ctt_info .ctt_info_list .img img{margin:0 auto;}
	.ctt_info .ctt_info_list .txt_wrap{width:100%; text-align:center; order:2;}

	/*카드단말기-인트로*/
	.ctt_card_intro{margin:0 3%;}
	.ctt_card_intro .intro_box .left{width:60%;}
	.ctt_card_intro .intro_box.box02 .left{width:35%; padding-right:5%;}
	.ctt_card_intro .intro_box .right{width:35%;}
	.ctt_card_intro .intro_box.box02 .right{width:60%;}
	.ctt_card_intro .intro_box img{width:100%;}

	/*카드단말기-뷰페이지*/
	.ctt_card_view .view_top{display:inherit; padding-bottom:70px; margin-bottom:70px;}
	.ctt_card_view .view_top .pic{display:inherit; width:100%; text-align:center; margin-bottom: 40px;}
	.ctt_card_view .view_top .pic img{max-width:600px;}
	.ctt_card_view .view_top .tt_wrap{display:inherit; width:100%; padding-left:0; text-align:center; padding-bottom:0;}
	.ctt_card_view .view_top .tt_wrap .title{padding-bottom:50px;}
	.ctt_card_view .view_top .tt_wrap .title span::before{left:50%; margin-left: -14px;}

	/*고객센터*/
	.ctt_customer .details .right li{width:100%;}
}

/* Tablet CSS */ 
@media screen and ( max-width:1024px ){


#menu-container .accordion_in{margin-top:80px;}

#menu-container .menu-list .menu-submenu {padding:0; overflow:hidden; background:#f5f5f5;}
#menu-container .menu-list .menu-submenu li a {display:block; padding:10px 0 10px 5%;}
#menu-container .menu-list .menu-submenu li a:hover {background:#eee;}
#menu-container .menu-list li.accordion-toggle, 
#menu-container .menu-list .menu-login {
	width:100%;
    font-size: 1.5rem;
    padding: 15px 0 0 0;
    text-transform: uppercase;
    border-bottom: 1px solid #dbdcd2;
	height:auto;
}

#menu-container .menu-link{font-size:1.8rem; margin-bottom:15px; margin-left:5%;}

#menu-container .menu-list li:first-of-type {
    border-top: 0;
}

#menu-container .menu-submenu a{font-size:1.6rem; margin-bottom:0;}


.accordion-toggle, .accordion-content {
    cursor: pointer;
    font-size: 16px;
    position: relative;
    letter-spacing: 1px;
}

  .accordion-content {
    display: none;
}

.accordion-toggle > a:before, .accordion-toggle > a:after {
    content: '';
    display: block;
    position: absolute;
    top: 28px;
    right: 5%;
    width: 15px;
    height: 2px;
    margin-top: -1px;
    background-color: #5a5858;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s ease-out;
}

.accordion-toggle > a:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 1;
    z-index: 2;
}
/*
.accordion-toggle.active-tab {
  background: yellowgreen;
  transition: all 0.3s ease;
}
*/
.accordion-toggle > a.active:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    
}

.accordion-toggle > a.active:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background: #fff !important;
    opacity: 0;
}


/*팝업레이어*/
.pop-layer{width:90%; margin:0 5%;}


#customer .inquire_box p{font-size:15px;}
#customer .form_wrap ul .agree label{font-size:1.4rem;}

/*고객센터*/
#customer .talk_box.talk_box2 h3{font-size:2.2rem;}

/* 서브탭 */
#snb ul li {width: 32%;}
}


/* Mobile CSS */
@media screen and ( max-width:797px ){
	
	html{
	font-size: 9px;
	}

	/*공통*/
	section{margin-bottom:60px;}

	/*상단*/
	#header .logo{font-size:2.2rem; padding-top:35px;}
	#header .logo span{line-height:35px; padding-left:10px;}
	#header .logo img{width:35px;}
	#header .top_right{width:40%;}
	.btn_adm{margin-right:10%;}
	#menu-wrapper #hamburger-menu{margin-right:25px;}

	.headerWrap.sub{margin-bottom:40px;}

	/*서브탭*/
	#snb ul li a{margin:0; font-size:1.8rem; }
	#snb ul li{float:left; height: 50px;}
	.tab_1 li{width:100%;}
	.tab_2 li{width:50%;}
	.tab_3 li{width:33.3333%;}
	.tab_4 li{width:25%;}
	.tab_5 li{width:20%;}

	/*메인비주얼*/
	#main_visual{margin-bottom:60px; height: 600px;}
	#main_visual .visual_text .inner{padding-top:140px;}
	#main_visual .visual_text .inner h3{font-size:4.5rem; margin-bottom: 30px;}
	#main_visual .bx-pager{/* bottom:100px; */}
	#main_visual .visual_text .inner a{font-size:1.8rem; width:180px; height:45px; line-height:45px; bottom:20%;}
	#main_visual .slider01 .visual_text .inner a{line-height:45px; padding-top:0;}
	#main_visual .slider01 .visual_text .inner a span.tel{padding-left:0; font-size:1.8rem; font-weight:400; line-height:43px;}
	#main_visual .visual_text .inner p{font-size:2.5rem;}
	#main_visual .visual_text .inner p span{font-size:3.0rem;}
	#main_visual .visual_text .inner a.m{display:inline-block;}
	#main_visual .visual_text .inner a.pc{display:none;}
	#main_visual .bx-wrapper .bx-pager.bx-default-pager a{width:30px;}

	/*고객센터*/
	#customer .box{width:100%; height:auto; padding-bottom:40px;}
	#customer .tel_box{margin-bottom:20px; padding-top:40px;}
	#customer .tel_box::after{bottom:40px; right:10px; top:auto; background-size:100px 93px; width:100px; height:93px; background-repeat:no-repeat;}
	#customer .talk_box.talk_box2{background:none;}
	#customer .talk_box.talk_box2::after{content:""; position:absolute; bottom:40px; right:18px; background:url(/html/img/talk_ico.png); background-size:80px 69px; width:80px; height:69px;  background-repeat:no-repeat;}

	/*나이스일보*/
	#news{padding-top:60px;}
	#news .details p{font-size:2.0rem;}
	#news .details h3{font-size:4.0rem; margin-bottom:30px;}
	#news .details a{width:200px; height:40px; line-height:40px; font-size:1.8rem;}
	
	/*단말기안내*/
	#guide .guide_title{font-size:2.0rem;}
	#guide .guide_detail{padding-bottom:40px;}

	/*단말기 바로가기*/
	#card_link .card_link{width:100%; padding:0; margin-bottom:60px;}
	#card_link .card_link03{margin-bottom:0;}
	#card_link .card_link .details h3{padding:30px 0 20px 0; font-size:2.8rem;}
	#card_link .card_link .details p{font-size:1.8rem;}
	#card_link .card_link .btn_more{height:40px; line-height:40px; width:180px;}
	#card_link .card_link img{width:100%;}

	/*quick_banner*/
	.quick_bnr{padding:10px 3%; display:none;}
	.quick_bnr li{margin-right:0; padding-right:0; font-size:1.7rem;}
	.quick_bnr li.first{display:none;}
	.quick_bnr li:nth-child(2){width:100%; padding-bottom:5px;}
	.quick_bnr li:nth-child(2)::before{display:none;}
	.quick_bnr li:nth-child(3){width:50%;}
	.quick_bnr li.last{width:50%; padding-left:0;}
	.quick_bnr li a{font-size:1.8rem;}

	.quick_bnr_m{display:block; background:#e4f9ff; width:100%; position:fixed; bottom:0; left:0; z-index:999;}
	.quick_bnr_m li{float:left; width:50%; padding:20px 0; box-sizing:border-box; text-align:center; position:relative;}
	.quick_bnr_m li::before{content:""; display:block; width:1px; height:20px; position:absolute; background:#fff; right:0; top:50%; margin-top:-10px;}
	.quick_bnr_m li a{display:inline-block; position:relative; padding-left:35px; text-align:left;}
	.quick_bnr_m li a::before{content:""; display:block; width:30px; height:30px; background:url(/html/img/tel_ico2.png); background-size:30px; position:absolute; left:0; top:10px;}
	/*.quick_bnr_m li:last-child a::before{background:url(/html/img/talk_ico2.png); background-size:30px;}*/
	.quick_bnr_m li:last-child a::before{background:url(/html/img/talk_ico3.png); background-size:30px;}
	.quick_bnr_m li .s_txt{display:block; font-size:1.6rem;}
	.quick_bnr_m li .tel{font-size:2.0rem; font-weight:700;}

	/*고객센터*/
	.ctt_customer .details{padding:30px 0;}
	.ctt_customer .details .left{margin-bottom:30px; padding-bottom:30px; margin:0;}
	.ctt_customer .details .left h4{font-size:2.0rem;}
	.ctt_customer .details .left p{font-size:4.0rem;}
	.ctt_customer .details h4{font-size:2.0rem;}
	.ctt_customer .details .right{margin:30px 0 0 0;}
	.ctt_customer .details .right ul{padding:0;}
	.ctt_customer .details .right li{margin-bottom:3px;}

	/*footer*/
	.footerWrap{padding:40px 0 120px 0;}
	#footer{padding:0 3%;}
	.footerWrap address br{display:block;}

	/*서브 컨텐츠*/
	#sub_container{padding-top:50px;}

	/*서브비주얼*/
	#sub_visual{margin-bottom:60px;}

	/*회사소개-인사말*/
	.ctt_greetings .top{margin-bottom:60px;}
	.ctt_greetings .right p{font-size:2.8rem; padding:40px 0 30px 0;}
	.ctt_greetings .right .sign {font-size:1.6rem;}
	.ctt_greetings .right .sign img{margin-left:5px; width:50px;}

	/*고객센터-인트로*/
	.ctt_card_intro .intro_box{text-align:center; display:flex; flex-direction: column; padding:60px 0;}
	.ctt_card_intro .intro_box .left{width:100%;}
	.ctt_card_intro .intro_box.box02 .left{width:100%; padding-right:0; margin-bottom:40px;}
	.ctt_card_intro .intro_box .right{width:100%;}
	.ctt_card_intro .intro_box.box02 .right{width:100%;}
	.ctt_card_intro .intro_box.box01 .left{order:2;}
	.ctt_card_intro .intro_box.box01 .right{order:1; margin-bottom:40px;}
	.ctt_card_intro .intro_box.box03 .left{order:2;}
	.ctt_card_intro .intro_box.box03 .right{order:1; margin-bottom:40px;}
	.ctt_card_intro .intro_box img{max-width:350px;}
	.ctt_card_intro .intro_box h4{font-size:2.7rem; margin-bottom:15px;}
	.ctt_card_intro .intro_box p{font-size:2.0rem; margin-bottom:40px;} 
	.ctt_card_intro .intro_box a{font-size:1.8rem; line-height:40px; height:40px; width:155px;}

	/*카드단말기 설치는*/
	.ctt_info .ctt_info_txt{text-align:center; margin-bottom:50px;}
	.ctt_info .ctt_info_txt .title{font-size:3.5rem;}
	.ctt_info .ctt_info_txt .tt{font-size:1.8rem; margin-bottom:18px;}
	.ctt_info .ctt_info_txt .check{padding-left:20px; background:url(/html/img/sub/check.png) no-repeat left 5px; background-size:20px; font-size:2.2rem;}
	.ctt_info .ctt_info_list{margin-bottom:80px;}
	.ctt_info .ctt_info_list .txt_wrap h3{font-size:3.0rem; padding-top:50px;}
	.ctt_info .ctt_info_list .txt_wrap p{font-size:2.0rem; margin-bottom: 20px;}
	.ctt_info .ctt_info_list .txt_wrap ul{margin-bottom:30px;}
	.ctt_info .ctt_info_list .txt_wrap li{font-size:2.2rem;}
	.ctt_info .ctt_info_list .txt_wrap li span{background-size:20px; padding-left:25px;}

	/*카드단말기 설치는 - 나이스는 정직합니다*/
	.ctt_info_details .details_00{padding:80px 0;}
	.ctt_info_details .details_00.details_01{padding-top:100px;}
	.ctt_info_details .details_00 .left{width:100%; margin-bottom:30px;}
	.ctt_info_details .details_00 .right{width:100%; padding-left:20px; box-sizing:border-box;}
	.ctt_info_details .top_bg{padding:80px 0;}
	.ctt_info_details .top_bg h3{font-size:3.5rem; margin-bottom:30px;}
	.ctt_info_details .top_bg p{font-size:2.0rem; margin-bottom:25px;}
	.ctt_info_details .details_00 .left span{font-size:10.0rem; top:-40px;}
	.ctt_info_details .details_00 .left p{font-size:3.0rem; padding:20px 0 0 20px;}
	.ctt_info_details .details_00 .right p{font-size:1.8rem; margin-bottom:20px;}
	.ctt_info_details .details_00 .right p br{display:none;}

	/*카드단말기 설치는 - 고객사연*/
	.ctt_info_details.ctt_info_details02 .details_top{padding-bottom:60px;}
	.ctt_info_details.ctt_info_details02 .details_top .title{padding-top:80px; font-size:3.5rem; margin-bottom:30px;}
	.ctt_info_details.ctt_info_details02 .details_top p{font-size:2.2rem; margin-bottom:15px;}

	/*카드단말기 설치는 - 카드단말기 설치절차*/
	.ctt_info_details.ctt_info_details03 h3{text-align:center; font-size:4.0rem;}
	.ctt_info_details.ctt_info_details03 .details_01{padding-top:60px;}

	/*카드단말기-리스트*/
	.ctt_card_list .tt_wrap{margin-bottom:0;}
	.ctt_card_list p{font-size:1.7rem;}
	.ctt_card_list h4{font-size:2.0rem;}

	/*카드단말기-뷰페이지*/
	.ctt_card_view .view_top .tt_wrap .title span{font-size:2.2rem;}
	.ctt_card_view .view_top .tt_wrap .title h4{font-size:3.5rem;}

}


/* Mobile CSS */
@media screen and ( max-width:480px ) {
#main_visual{height: 500px;}
#main_visual .visual_text .inner { padding-top: 110px; }
#main_visual .visual_text .inner h3{font-size:3.0rem; margin-bottom:20px;}
#main_visual .visual_text .inner p span{font-size:2.0rem;}
}




/* Mobile CSS */
@media screen and ( max-width:320px ){
	#header .top_right{width:30%;}
	#menu-wrapper #hamburger-menu{margin-right:15px;}
	#menu-wrapper #hamburger-menu.open{right:-30px;}
	#main_visual .visual_text .inner h3{font-size:3.0rem; margin-bottom:20px;}
	#main_visual .visual_text .inner p span{font-size:2.0rem;}

	/* 서브탭 */
	#snb ul li {width: 50%;}
}