@charset "UTF-8";
/* 초기화 */
html, body { margin: 0; padding: 0; }

html { font-size: 25px; }

body { font-size: 0.6rem; }
body.home { font-family: 'Nanum Gothic'; }
body.cn, body.jn, body.en { font-family: 'Myriad','arial','宋體','simsun','Dotum'; }

h1, h2, h3, h4, h5, h6, form, fieldset, img { margin: 0; padding: 0; border: 0; font-family: inherit; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; margin: 0; padding: 0; }

ul, li { margin: 0; padding: 0; list-style: none; }

legend { position: absolute; margin: 0; padding: 0; font-size: 0; line-height: 0; text-indent: -9999em; overflow: hidden; }

label, input, button, select, img { vertical-align: middle; font-size: 13px; transition: 0.5s; font-family: inherit; }

input[type='submit'], input[type='button'], input[type='reset'], button { cursor: pointer; padding: 0 0.8rem; letter-spacing: -1px; font-weight: bold; height: 1.28rem; box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); font-family: inherit; }

input[type="text"], input[type="password"] { height: 1.2rem; line-height: 1.2rem; font-size: 0.6rem; padding: 0 5px; border: 1px solid #bebebe; transition: 0.3s; font-family: inherit; }

input[type="text"]:focus, input[type="password"]:focus { border-color: #fff; box-shadow: 0px 0px 3px #000; background: #eff; }

select { line-height: 1.2rem; height: 1.2rem; font-size: 0.6rem; }

textarea { font-size: 0.6rem; padding: 5px; vertical-align: middle; font-family: inherit; }

p { margin: 0; padding: 0; }

a { color: inherit; text-decoration: none; }

a:hover { text-decoration: underline; }

a[class*="btn"] { display: inline-block; text-align: center; box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); text-decoration: none; }

img { max-width: 100%; max-height: 100%; }

@media (max-width: 479px) { html { font-size: 15px; } }
@media (min-width: 480px) and (max-width: 519px) { html { font-size: 15px; } }
@media (min-width: 520px) and (max-width: 559px) { html { font-size: 16px; } }
@media (min-width: 560px) and (max-width: 599px) { html { font-size: 17px; } }
@media (min-width: 600px) and (max-width: 639px) { html { font-size: 18px; } }
@media (min-width: 640px) and (max-width: 679px) { html { font-size: 19px; } }
@media (min-width: 680px) and (max-width: 719px) { html { font-size: 20px; } }
@media (min-width: 720px) and (max-width: 759px) { html { font-size: 21px; } }
@media (min-width: 760px) and (max-width: 799px) { html { font-size: 22px; } }
@media (min-width: 800px) and (max-width: 839px) { html { font-size: 23px; } }
@media (min-width: 840px) and (max-width: 879px) { html { font-size: 24px; } }
@media (min-width: 880px) { html { font-size: 25px; } }
@media (min-width: 1200px) { /* PC layout Start */
  .mobile { display: none !important; }
  #header { position: relative; z-index: 10; border-bottom: 10px solid #ff1407; }
  #header > div { position: relative; }
  #header > div:after { content: ""; display: block; clear: both; }
  #header:after { content: ""; display: block; clear: both; }
  #logo { float: left; padding-left: 30px; height: 135px; line-height: 135px; }
  #util { text-transform: uppercase; float: right; margin-right: 23px; margin-top: 20px; position: relative; }
  #util > a { float: left; font-size: 13px; color: #555; }
  #util > a:before { content: ""; width: 1px; height: 10px; vertical-align: middle; display: inline-block; background: #555; margin: -2px 7px 0; }
  #util > a:first-child:before { content: none; }
  #gnb { line-height: 70px; position: absolute; right: 0; bottom: 0; }
  #gnb > ul > li { float: left; position: relative; }
  #gnb > ul > li > a { display: block; text-align: center; border-left: 1px solid rgba(255, 255, 255, 0.5); font-size: 17px; text-decoration: none; box-sizing: border-box; padding: 0 30px; font-weight: bold; letter-spacing: -1px; }
  #gnb > ul > li > ul { display: none; position: absolute; width: 100%; left: 0; line-height: 40px; text-align: center; padding-top: 10px; }
  #gnb > ul > li > ul > li > a { display: block; border-top: 1px solid rgba(255, 255, 255, 0.2); color: #fff; background: #ff1407; text-decoration: none; font-size: 12px; transition: .3s; }
  #gnb > ul > li > ul > li > a:hover { background: #fff; color: #ff1407; }
  #gnb > ul > li:hover > ul { display: block; }
  #gnb > ul > li:first-child > a { border-left: none; }
  #slide { background: #e8dcdd; position: relative; overflow: hidden; height: 455px; }
  #slide > ul { position: absolute; width: 100%; height: 100%; }
  #slide > ul > li { position: relative; height: 100%; width: 100%; float: left; box-sizing: border-box; padding-left: 100px; }
  #slide > ul > li.slide1 { background: url(../img/img-slide1.jpg) no-repeat center center/cover; }
  #slide > ul > li.slide2 { background: url(../img/img-slide2.jpg) no-repeat center center/cover; }
  #slide > ul > li.slide3 { background: url(../img/img-slide3.jpg) no-repeat center center/cover; }
  #slide > ul > li > div { height: 100%; position: relative; }
  #slide > ul > li .phone { position: absolute; right: 25px; bottom: 25px; }
  #slide > ul > li .txt { color: #fff; }
  #slide > ul > li .txt h3 { font-size: 40px; }
  #slide > ul > li .txt strong { font-size: 25px; font-weight: normal; display: block; padding: 20px 0; }
  #slide > ul > li .txt p { font-size: 17px; line-height: 160%; }
  #slide > .pos { position: absolute; bottom: 25px; width: 100%; text-align: center; }
  #slide > .pos > a { display: inline-block; text-indent: -9999px; width: 20px; height: 20px; transition: .3s; background: url(../img/icon-cycle-off.png) no-repeat center center; }
  #slide > .pos > a.over, #slide > .pos > a:hover { background: url(../img/icon-cycle-on.png) no-repeat center center; }
  #footer { margin-bottom: 30px; letter-spacing: -0.5px; }
  #footer > div { line-height: 20px; height: 20px; border-bottom: 1px solid #eee; padding: 20px 0; }
  #footer > div > div { display: inline-block; vertical-align: middle; font-size: 12px; height: 100%; }
  #footer > div > div > p { float: left; }
  #footer > div > div.icon { float: right; }
  #footer > div > div.logo { width: 320px; text-align: center; }
  #footer > div > div.logo > img { max-height: 55px; max-width: 154px; margin-top: -30px; }
  #footer > div .address { color: #999999; max-width: 400px; }
  #footer > div .copyright { color: #c3c4c0; margin-left: 20px; }
  #main-content > div { padding: 40px 0; }
  #main-content > div .more { font-family: "Dotum"; font-size: 35px; color: #9d9d9d; position: absolute; right: 0; bottom: 0; text-decoration: none; display: inline-block; width: 40px; height: 40px; text-align: center; line-height: 40px; z-index: 10; }
  #main-content > div > article { float: left; box-sizing: border-box; position: relative; }
  #main-content > div > article.box1 { width: 350px; box-sizing: border-box; padding: 10px 25px; border-right: 1px solid #ddd; }
  #main-content > div > article.box1 > header { position: relative; letter-spacing: -1px; }
  #main-content > div > article.box1 > header.more { right: 5px; top: 5px; }
  #main-content > div > article.box1 > header span { font-size: 14px; text-transform: uppercase; }
  #main-content > div > article.box1 > header h3 { font-size: 30px; color: #bf2e00; }
  #main-content > div > article.box1 > div { margin-top: 40px; line-height: 35px; font-size: 13px; }
  #main-content > div > article.box1 > div > p { border-bottom: 1px solid #ddd; color: #555; }
  #main-content > div > article.box2 { width: 470px; height: 340px; overflow: hidden; margin: 0 25px; }
  #main-content > div > article.box2 > ul { position: absolute; width: 100%; height: 100%; }
  #main-content > div > article.box2 > ul > li { position: relative; height: 100%; }
  #main-content > div > article.box2 > .pos { position: absolute; bottom: 10px; text-align: center; width: 100%; }
  #main-content > div > article.box2 > .pos > a { margin: 0 3px; display: inline-block; display: inline-block; width: 8px; height: 8px; border-radius: 100%; background: #b2b2b2; color: #fff; border: none; line-height: 8px; text-align: center; transition: .3s; text-indent: -9999px; }
  #main-content > div > article.box2 > .pos > a.over, #main-content > div > article.box2 > .pos > a:hover { background: #000; }
  #main-content > div > article.box3 { width: 330px; }
  #main-content > div > article.box3 > .box3-1 { border: 1px solid #ddd; box-sizing: border-box; }
  #main-content > div > article.box3 .img_top { height: 60px; overflow: hidden; background: url(../img/topokki.png) no-repeat center/cover; }
  #main-content > div > article.box3 .img_middle { width: 80px; float: left; margin: 12px; }
  #main-content > div > article.box3 .img_txt { width: 200px; float: left; font-size: 12px; margin: 12px 0; }
  #main-content > div > article.box3 strong { color: #ae1011; font-size: 14px; display: block; margin-bottom: 5px; }
  #main-content > div > article.box3 > div { position: relative; margin-bottom: 5px; height: 168px; }
  #main-content > div:after { content: ""; display: block; clear: both; }
  /* PC layout End */ }
@media (max-width: 1199px) { /* Mobile layout Start */
  .pc { display: none !important; }
  #header { position: fixed; background: #fff; color: #444; box-sizing: border-box; z-index: 110; transition: .5s; top: 0; left: 0; width: 100%; }
  #header + * { margin-top: 120px; }
  #logo { height: 60px; line-height: 60px; text-align: center; padding-top: 20px; }
  #logo img { max-height: 45px; }
  #util { position: absolute; top: 0; width: 100%; line-height: 20px; text-align: center; font-size: 0.48rem; background: #f5f5f5; color: #555; }
  #util a { color: #555; text-transform: uppercase; }
  #util a:before { content: ""; width: 1px; height: 0.4rem; vertical-align: middle; display: inline-block; background: #555; margin: -2px 0.28rem 0; }
  #util a:first-child:before { content: none; }
  #gnb { text-align: center; position: relative; }
  #gnb > ul { display: none; }
  #gnb > ul > li { position: relative; text-align: left; }
  #gnb > ul > li > a { display: block; color: #fff; border-bottom: 1px solid rgba(255, 255, 255, 0.5); line-height: 40px; font-size: 14px; font-weight: bold; padding: 0 20px; }
  #gnb > ul > li > a:before { content: "•"; }
  #gnb > ul > li > a.over { background: #fff; color: #ff1407; }
  #gnb > ul > li > ul { background: #7e230d; display: none; }
  #gnb > ul > li > ul > li { line-height: 30px; }
  #gnb > ul > li > ul > li > a { display: block; color: #fff; border-bottom: 1px dotted rgba(255, 255, 255, 0.5); line-height: 30px; font-size: 11px; padding-left: 20px; opacity: .7; }
  #gnb > ul > li > ul > li > a:before { content: "▶ "; font-size: 6px; }
  #gnb a { text-decoration: none; transition: .3s; font-size: 15px; background: #cc3c0e; }
  #gnb a.gnb_toggle { position: relative; color: #fff; font-weight: bold; display: block; height: 40px; line-height: 40px; }
  #gnb a.gnb_toggle > span { display: inline-block; width: 18px; height: 3px; background: #fff; border-radius: 2px; position: relative; top: 0; transition: .3s; top: -2px; }
  #gnb a.gnb_toggle > span:after, #gnb a.gnb_toggle > span:before { display: inline-block; width: 18px; height: 3px; background: #fff; border-radius: 2px; content: ''; position: absolute; left: 0; transition: .3s; }
  #gnb a.gnb_toggle > span:after { top: 6px; }
  #gnb a.gnb_toggle > span:before { top: -6px; }
  #gnb a.gnb_toggle.over > span { background: none; }
  #gnb a.gnb_toggle.over > span:after { top: 0px; transform: rotate3d(0, 0, 1, -45deg); }
  #gnb a.gnb_toggle.over > span:before { top: 0px; transform: rotate3d(0, 0, 1, 45deg); }
  #slide { background: #e8dcdd; position: relative; overflow: hidden; height: 37.9166666667vw; }
  #slide > ul { position: absolute; width: 100%; height: 100%; }
  #slide > ul > li { position: relative; height: 100%; width: 100%; float: left; box-sizing: border-box; padding-top: 4.1666666667vw; padding-left: 8.3333333333vw; }
  #slide > ul > li.slide1 { background: url(../img/img-slide1.jpg) no-repeat center center/cover; }
  #slide > ul > li.slide2 { background: url(../img/img-slide2.jpg) no-repeat center center/cover; }
  #slide > ul > li.slide3 { background: url(../img/img-slide3.jpg) no-repeat center center/cover; }
  #slide > ul > li > div { height: 100%; position: relative; }
  #slide > ul > li > div > .txt { width: 32.8333333333vw; color: #fff; }
  .cn > #slide > ul > li > div > .txt { width: auto; width: 75.75vw; }
  #slide > ul > li > div > .txt h3 { font-size: 3.3333333333vw; }
  #slide > ul > li > div > .txt strong { font-size: 2.0833333333vw; font-weight: normal; display: block; padding: 1.6666666667vw 0; }
  #slide > ul > li > div > .txt p { font-size: 1.4166666667vw; }
  #slide > ul > li > div > .phone { position: absolute; right: 2.0833333333vw; bottom: 2.0833333333vw; width: 9.04rem; }
  #slide > .pos { position: absolute; bottom: 2.0833333333vw; width: 100%; text-align: center; }
  #slide > .pos > a { display: inline-block; text-indent: -9999px; width: 0.8rem; height: 0.8rem; transition: .3s; background: url(../img/icon-cycle-off.png) no-repeat center center; background-size: 0.44rem 0.44rem; }
  #slide > .pos > a.over, #slide > .pos > a:hover { background: url(../img/icon-cycle-on.png) no-repeat center center; background-size: 0.44rem 0.44rem; }
  #footer { text-align: center; border-top: 1px solid #ddd; }
  #footer > div { line-height: 20px; border-bottom: 1px solid #eee; padding: 0.8rem 0; }
  #footer > div > div { font-size: 0.48rem; }
  #footer > div > div.logo > img { max-height: 55px; max-width: 154px; }
  #footer > div .address { color: #999999; }
  #footer > div .copyright { color: #c3c4c0; }
  #main-content > div { padding: 1.6rem 0; }
  #main-content > div .more { font-family: "Dotum"; font-size: 1.4rem; color: #9d9d9d; position: absolute; right: 0; bottom: 0; text-decoration: none; display: inline-block; width: 40px; height: 40px; text-align: center; line-height: 40px; z-index: 10; }
  #main-content > div > article { box-sizing: border-box; position: relative; }
  #main-content > div > article.box1 { box-sizing: border-box; padding: 0.4rem 1rem; border-right: 1px solid #ddd; }
  #main-content > div > article.box1 > header { position: relative; letter-spacing: -1px; }
  #main-content > div > article.box1 > header.more { right: 5px; top: 5px; }
  #main-content > div > article.box1 > header span { font-size: 0.56rem; text-transform: uppercase; }
  #main-content > div > article.box1 > header h3 { font-size: 1.2rem; color: #bf2e00; }
  #main-content > div > article.box1 > div { margin-top: 0.8rem; line-height: 1.4rem; font-size: 0.52rem; }
  #main-content > div > article.box1 > div > p { border-bottom: 1px solid #ddd; color: #555; }
  #main-content > div > article.box2 { height: 72.3404255319vw; overflow: hidden; margin: 0 1rem; }
  #main-content > div > article.box2 > ul { position: absolute; width: 100%; height: 100%; }
  #main-content > div > article.box2 > ul > li { position: relative; height: 100%; line-height: 72.3404255319vw; text-align: center; }
  #main-content > div > article.box2 > .pos { position: absolute; bottom: 2.1276595745vw; text-align: center; width: 100%; }
  #main-content > div > article.box2 > .pos > a { margin: 0 3px; display: inline-block; display: inline-block; width: 8px; height: 8px; border-radius: 100%; background: #b2b2b2; color: #fff; border: none; line-height: 8px; text-align: center; transition: .3s; text-indent: -9999px; }
  #main-content > div > article.box2 > .pos > a.over, #main-content > div > article.box2 > .pos > a:hover { background: #000; }
  #main-content > div > article.box3 > div { position: relative; margin-bottom: 1px; }
  #main-content > div > article.box3 > div > img { width: 100%; }
  #main-content > div:after { content: ""; display: block; clear: both; }
  /* Mobile layout End */ }
#visual { position: relative; overflow: hidden; }
#visual.img1 { background: url(../img/img-visual.jpg) no-repeat center center/cover; }
#visual.img2 { background: url(../img/img-slide1.jpg) no-repeat center center/cover; }
#visual.img3 { background: url(../img/img-slide2.jpg) no-repeat center center/cover; }
#visual.img4 { background: url(../img/img-slide3.jpg) no-repeat center center/cover; }
#visual.img6 { background: url(../img/img-slide1.jpg) no-repeat center center/cover; }
#visual.img7 { background: url(../img/img-slide2.jpg) no-repeat center center/cover; }
#visual:before { content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.25); }
#visual > .visual { height: 255px; box-sizing: border-box; padding-left: 50px; position: relative; }
#visual > .visual > .txt { color: #fff; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); }
#visual > .visual > .txt h3 { font-size: 40px; }
#visual > .visual > .txt strong { font-size: 25px; font-weight: normal; display: block; padding: 20px 0; }
#visual > .visual > .txt p { font-size: 17px; }
@media (max-width: 1199px) { #visual > .visual { height: 21.25vw; padding-top: 0; padding-left: 4.1666666667vw; }
  #visual > .visual > .txt { width: 30.4166666667vw; }
  .cn #visual > .visual > .txt { width: auto; width: 75.75vw; } }

#sub-content { padding: 60px 0 60px 310px; position: relative; box-sizing: border-box; }
@media (max-width: 1199px) { #sub-content { padding: 0; } }

#snb { width: 250px; position: absolute; left: 0; top: 60px; padding: 0 30px; }
#snb > h1 { font-size: 30px; position: relative; font-weight: normal; letter-spacing: -1px; margin-top: 10px; padding-left: 20px; padding-bottom: 20px; }
#snb > h1 > span { position: absolute; left: 20px; bottom: 100%; font-size: 15px; color: #a2a2a2; letter-spacing: 4.5px; margin-left: 3px; }
#snb > ul { line-height: 45px; font-size: 14px; border-top: 1px solid #ddd; }
#snb > ul > li > a { display: block; border-bottom: 1px solid #ddd; color: #555; text-decoration: none; padding: 0 20px; letter-spacing: -1px; }
.en #snb > ul > li > a { letter-spacing: 0; }
#snb > ul > li.active > a, #snb > ul > li:hover > a { color: #cc3c0e; transition: .3s; }
@media (max-width: 1199px) { #snb { position: relative; width: auto; top: 0; padding: 0; text-align: center; }
  #snb > h1 { display: none; }
  #snb > ul > li > a { background: #f5f5f5; }
  #snb > ul > li.active > a, #snb > ul > li:hover > a { background: #bf2e00; color: #fff; } }

#content { padding: 0 50px 100px 50px; min-height: 500px; }
#content > h1 { font-size: 0.88rem; font-weight: normal; letter-spacing: -1px; position: relative; padding-bottom: 2rem; }
#content > h1:before { content: ""; height: 0.96rem; width: 3px; background: #cc3c0e; display: inline-block; vertical-align: middle; margin-right: 5px; margin-top: -3px; }
@media (max-width: 1199px) { #content { padding: 1rem; min-height: 41.6666666667vw; }
  #content > h1 { padding-bottom: 1rem; } }

.sub1-1-intro { font-size: 0.6rem; letter-spacing: -1px; text-align: justify; line-height: 1.2rem; }
.sub1-1-intro > .img_wrap.first { padding-bottom: 2rem; }
.sub1-1-intro .first { font-size: 0.8rem; }
.sub1-1-intro .first > strong { color: #cc3c0e; font-weight: normal; }
.sub1-1-intro .new { padding-top: 1.2rem; }
.sub1-1-intro .desc { margin-top: 2rem; }
.sub1-1-intro .desc > p { padding: 0.8rem 0; }
.sub1-1-intro .brd { border: 1px solid #ddd; margin-bottom: 0.8rem; }

.sub1-3-history > .slogan { text-align: center; margin-bottom: 1.2rem; color: #333; letter-spacing: -1px; }
.en .sub1-3-history > .slogan { letter-spacing: 0; }
.sub1-3-history > .slogan > h3 { font-size: 1rem; color: #cc3c0e; position: relative; }
.sub1-3-history > .slogan > h3 > img { position: absolute; width: 1rem; height: 0.84rem; }
.sub1-3-history > .slogan > h3 > img.qmake1 { margin-left: -6.8rem; left: 50%; bottom: 70%; }
.sub1-3-history > .slogan > h3 > img.qmake1.cn { margin-left: -12rem; }
.sub1-3-history > .slogan > h3 > img.qmake1.en { margin-left: -13.6rem; }
.sub1-3-history > .slogan > h3 > img.qmake1.jn { margin-left: -9.2rem; }
.sub1-3-history > .slogan > h3 > img.qmake2 { margin-left: 0.4rem; top: 70%; }
.sub1-3-history > .slogan > p { margin-top: 0.4rem; }
.sub1-3-history > .slogan > p > strong { font-size: 0.8rem; }
.sub1-3-history > ul > li { letter-spacing: -1px; position: relative; }
.en .sub1-3-history > ul > li { letter-spacing: 0; }
.sub1-3-history > ul > li:after { content: ""; clear: both; display: block; }
.sub1-3-history > ul > li:before { content: ""; position: absolute; bottom: 0; left: 0; width: 10%; height: 4px; background: #bf2e00; display: block; }
.sub1-3-history > ul > li > h3 { float: left; width: 10%; font-size: 1rem; color: #cc3c0e; padding-top: 0.8rem; font-family: 'arial'; position: relative; }
.sub1-3-history > ul > li > ul { float: left; width: 90%; padding: 0.8rem 0.4rem; border-bottom: 4px solid #ddd; box-sizing: border-box; }
.sub1-3-history > ul > li > ul > li { font-size: 0.6rem; line-height: 200%; color: #555; }
@media (max-width: 1199px) { .sub1-3-history > ul > li:before { width: 15%; }
  .sub1-3-history > ul > li > h3 { width: 15%; }
  .sub1-3-history > ul > li > ul { width: 85%; } }

.sub1-4-system > .img_wrap:after { content: ""; display: block; clear: both; }
.sub1-4-system > .img_wrap > img { margin-right: 0.8rem; max-width: calc(50% - 0.8rem); float: left; box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.5); }
.sub1-4-system > ul { margin-top: 0.8rem; }
.sub1-4-system > ul > li { font-size: 0.68rem; line-height: 160%; padding: 0.4rem 0 0.4rem 0.8rem; position: relative; letter-spacing: -1px; }
.en .sub1-4-system > ul > li { letter-spacing: 0; }
.sub1-4-system > ul > li:before { content: ""; position: absolute; left: 0; top: 0; display: inline-block; vertical-align: middle; background: url(../img/icon-list.png) no-repeat left 40%; background-size: 0.48rem; width: 0.8rem; height: 1.88rem; }

.sub1-5-verify > .btn_group { text-align: right; }
.sub1-5-verify > ul:after { content: ""; clear: both; display: block; }
.sub1-5-verify > ul > li { float: left; width: 25%; height: 328px; text-align: center; box-sizing: border-box; padding: 0.6rem; }
.sub1-5-verify > ul > li > .img_wrap { height: 9.6rem; line-height: 9.6rem; background: #fff; border: 1px solid #ddd; }
.sub1-5-verify > ul > li > .img_wrap img { height: 9.6rem; box-sizing: border-box; padding: 5px; }
.sub1-5-verify > ul > li > .img_wrap a { display: block; text-decoration: none; }
.sub1-5-verify > ul > li > .subject { margin-top: 10px; font-size: 0.52rem; color: #333; }
@media (max-width: 767px) { .sub1-5-verify > ul > li { width: 50%; height: auto; }
  .sub1-5-verify > ul > li > .img_wrap { height: 57.1428571429vw; line-height: 57.1428571429vw; background: #f5f5f5; border: 1px solid #ddd; }
  .sub1-5-verify > ul > li > .img_wrap img { height: 57.1428571429vw; }
  .sub1-5-verify > ul > li > .img_wrap a { display: block; text-decoration: none; }
  .sub1-5-verify > ul > li > .subject { margin-top: 0.8333333333vw; font-size: 0.52rem; color: #333; } }

.sub2-1-item > ul > li { margin-bottom: 2rem; }
.sub2-1-item > ul > li > * { padding-bottom: 20px; line-height: 160%; }
.sub2-1-item > ul > li > .title { font-size: 0.8rem; color: #cc3c0e; padding-left: 20px; background: url(../img/icon-list.png) no-repeat left top; }
.sub2-1-item > ul > li > .img_wrap { text-align: center; }
.sub2-1-item > ul > li > .desc { font-size: 0.68rem; text-indent: 0.68rem; text-align: justify; letter-spacing: -1px; }

.sub2-2-product .desc > p { margin: 5px 0; }
.sub2-2-product .desc > ul > li { margin: 5px 0; }
.sub2-2-product .desc > ul > li:after { content: ""; clear: both; display: block; }
.sub2-2-product .desc > ul > li > div { float: left; }
.sub2-2-product .desc > ul > li > div input { width: 100%; box-sizing: border-box; }
.sub2-2-product .desc > ul > li > div p { margin-bottom: 5px; }
.sub2-2-product .desc > ul > li > .info_lbl { width: 30%; }
.sub2-2-product .desc > ul > li > .info_desc { width: 60%; }
.sub2-2-product > .product_tab > ul > li { float: left; }
.sub2-2-product > .product_tab > ul > li > a { display: block; line-height: 200%; font-size: 0.6rem; font-weight: bold; background: #f5f5f5; margin-right: 2px; margin-bottom: 2px; text-decoration: none; color: #666; padding: 0.2rem 0.6rem; }
.sub2-2-product > .product_tab > ul > li.over > a, .sub2-2-product > .product_tab > ul > li:hover > a { background: #ff1407; color: #fff; }
.sub2-2-product > .product_tab > ul:after { content: ""; clear: both; display: block; }
.sub2-2-product > .list:after { content: ""; display: block; clear: both; }
.sub2-2-product > .list > li { float: left; width: 25%; box-sizing: border-box; padding: 0.6rem; text-align: center; }
.sub2-2-product > .list > li.desc_img { text-align: center; display: block; float: none; width: 100%; }
.sub2-2-product > .list > li.desc { width: 100%; float: none; font-size: 0.68rem; text-indent: 0.68rem; text-align: justify; letter-spacing: -1px; line-height: 160%; }
.sub2-2-product > .list > li > .img_wrap { height: 6.8rem; line-height: 6.8rem; }
.sub2-2-product > .list > li > .img_wrap img { max-height: 6.8rem; max-width: 100%; }
.sub2-2-product > .list > li > .img_wrap .no_image { display: block; background: #f5f5f5; border: 1px solid #ddd; }
.sub2-2-product > .list > li > .subject { font-size: 0.52rem; color: #333; margin-top: 0.8rem; height: 1.2rem; }
@media (max-width: 767px) { .sub2-2-product > .list > li { width: 50%; }
  .sub2-2-product > .list > li > .img_wrap { height: 40.4761904762vw; line-height: 40.4761904762vw; }
  .sub2-2-product > .list > li > .img_wrap img { max-height: 40.4761904762vw; max-width: 100%; } }
.sub2-2-product > .view:after { content: ""; clear: both; display: block; }
.sub2-2-product > .view > div { float: left; box-sizing: border-box; }
.sub2-2-product > .view > .img_wrap { width: 40%; text-align: center; }
.sub2-2-product > .view > .img_wrap > .big { height: 12.4rem; line-height: 12.4rem; }
.sub2-2-product > .view > .img_wrap > .big > .no_image { display: block; height: 100%; width: 11.2rem; background: #fafafa; }
.sub2-2-product > .view > .img_wrap > ul { display: inline-block; }
.sub2-2-product > .view > .img_wrap > ul:after { content: ""; clear: both; display: block; }
.sub2-2-product > .view > .img_wrap > ul > li { float: left; width: 2rem; height: 2rem; line-height: 2rem; margin: 0 2px; border: 1px solid #ddd; padding: 0; cursor: pointer; }
.sub2-2-product > .view > .img_wrap > ul > li > img { max-width: 1.92rem; max-height: 1.92rem; }
.sub2-2-product > .view > .detail { width: 60%; }
.sub2-2-product > .view > .detail > h3 { border-bottom: 1px solid #bebebe; font-size: 1rem; padding: 0.6rem 0; letter-spacing: -1px; color: #bf2e00; }
.sub2-2-product > .view > .detail > ul { min-height: 9.6rem; border-bottom: 1px solid #bebebe; padding: 0.6rem 0; }
.sub2-2-product > .view > .detail > ul > li { padding: 0.2rem 0; line-height: 1.2rem; }
.sub2-2-product > .view > .detail > ul > li:after { content: ""; clear: both; display: block; }
.sub2-2-product > .view > .detail > ul > li > div { float: left; box-sizing: border-box; padding: 0 0.4rem; }
.sub2-2-product > .view > .detail > ul > li > .lbl { width: 20%; font-weight: bold; font-size: 0.6rem; }
.sub2-2-product > .view > .detail > ul > li > .desc { width: 80%; color: #444; font-size: 0.52rem; }
.sub2-2-product > .view > .detail_content { margin: 4rem 0; line-height: 160%; }
@media (max-width: 767px) { .sub2-2-product > .view > div { float: none; }
  .sub2-2-product > .view > .img_wrap { width: auto; }
  .sub2-2-product > .view > .detail { width: auto; margin-top: 2rem; }
  .sub2-2-product > .view > .detail > ul { min-height: 0; } }

.table { width: 100%; border-top: 2px solid #666; }
.table > .tr { border-bottom: 1px solid #ddd; line-height: 1.2rem; padding: 0.2rem 0; }
.table > .tr > div { display: inline-block; vertical-align: top; padding: 0 0.4rem; box-sizing: border-box; }
.table > .tr > div.lbl { font-weight: bold; width: 20%; }
.table > .tr > div.desc { font-size: 0.52rem; width: 80%; }
.table > .tr > div.desc input, .table > .tr > div.desc textarea { max-width: 95%; }

.btn_group { margin-top: 0.8rem; text-align: center; }
.btn_group.right { text-align: right; }
.btn_group.left { text-align: left; }

.frm_type1 { width: 1200px; padding: 1.2rem; }
.frm_type1 > ul:after { content: ""; clear: both; display: block; }
.frm_type1 > ul:after > li { float: left; width: 18%; border: 1px solid #ddd; background: #f5f5f5; text-align: center; padding-bottom: 18%; position: relative; font-size: 0.6rem; box-sizing: border-box; margin: 1%; }
.frm_type1 > ul:after > li > div { position: absolute; left: 0; top: 0; width: 100%; height: 100%; line-height: 200%; }
@media (max-width: 1199px) { .frm_type1 { width: 90vw; } }

.frm_type1_list > p { margin-bottom: 0.2rem; }
.frm_type1_list > p > input { width: 20%; }

#layer { width: 100%; height: 100%; position: fixed; left: 0; top: 0; text-align: center; z-index: 200; display: none; overflow: auto; }
#layer > .bg { position: fixed; width: 100%; height: 100%; left: 0; top: 0; background: #000; opacity: .2; cursor: pointer; }
#layer > .box { background: #fff; box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); z-index: 100; position: relative; padding: 1.2rem; margin: 1.2rem 0; text-align: left; min-width: 600px; }
#layer > .box > a.close { position: absolute; right: 0; top: 0; background: #666; height: 1.2rem; display: inline-block; width: 1.2rem; text-align: center; color: #fff; font-weight: bold; font-size: 1rem; text-decoration: none; transition: .3s; }
#layer > .box > a.close:hover { background: #ff1407; }
#layer > .box > .title { font-size: 1.2rem; color: #7e230d; padding-bottom: 0.4rem; letter-spacing: -1px; border-bottom: 1px dotted #ddd; margin-bottom: 0.6rem; text-align: center; color: #ff1407; text-align: left; }
#layer div.table { width: 100%; border-top: 2px solid #666; }
#layer div.table .tr { border-bottom: 1px solid #ddd; }
#layer div.table .tr > div { display: inline-block; vertical-align: top; box-sizing: border-box; padding: 0.2rem 0.8rem; line-height: 1.2rem; }
#layer div.table .tr > div.lbl { width: 20%; font-weight: bold; }
#layer div.table .tr > div.desc { width: 80%; }
#layer div.table .tr > div.desc input, #layer div.table .tr > div.desc textarea { max-width: 98%; }
#layer .btn_group { text-align: center; margin-top: 0.8rem; display: block; }
#layer .verify { width: 600px; }
#layer .verify > .img_wrap { margin-bottom: 0.8rem; }
#layer .text { line-height: 200%; }
@media (max-width: 1199px) { #layer > .box { min-width: 50vw; }
  #layer div.table > .tr > div.lbl { width: 30%; }
  #layer div.table > .tr > div.desc { width: 70%; }
  #layer .verify { width: 90%; } }

/* default class */
@media (min-width: 1200px) { #header > div, #slide > ul > li > div, #footer > div, #main-content > div, #visual > .visual, #sub-content { width: 1200px; margin: 0 auto; } }

.al_l { text-align: left; }

.al_c { text-align: center; }

.al_r { text-align: right; }

.fl { float: left; }

.fr { float: right; }

.fn { float: none; }

span.middle { display: inline-block; height: 100%; width: 0; font-size: 0; vertical-align: middle; }
span.middle + * { display: inline-block; vertical-align: middle; }
span.middle.all ~ * { display: inline-block; vertical-align: middle; }

/*# sourceMappingURL=common.css.map */
