/*---------------------------------------
  COMMON               
-----------------------------------------*/
@charset "utf-8";
@import url('../font/font.css');

header, footer, section, article, aside, nav, hgroup, details, menu, figure, figcaption, summary, mark, meter, output, progress, time, video 
{ display: block; }
body,form,th,td,p { margin:0;padding:0; -webkit-text-size-adjust:none; word-break:keep-all }
html { font-family:"Noto Sans KR","Dotum","Gulim,Helvetica","sans-serif"; color:#252525;  font-weight:00; }
/*html { font-family:"NanumSquareRound","Noto Sans KR","NanumBarunGothic";}*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, 
q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, article, aside, hgroup, 
header, footer, figure, figcaption, nav, section { margin:0; padding:0; border:0;   vertical-align:baseline; background:transparent; }
html, body {  width: 100%;
    height: auto;}
h1, h2, h3, h4, h5, h6 {font-weight:500;}
html{  -webkit-font-smoothing: antialiased;}
a {text-decoration:none;  /* -webkit-transition: 0.5s;  transition: 0.5s;*/}
a:link, a:visited, a:active, a:focus { text-decoration:none; color:inherit; cursor:pointer; }
a:hover{ text-decoration:none; color:#333; cursor:pointer; }
* {  -webkit-box-sizing: border-box;  box-sizing: border-box;}
*:before,*:after {  -webkit-box-sizing: border-box;  box-sizing: border-box;}
::-webkit-scrollbar{  width: 6px;  height: 6px;}
::-webkit-scrollbar-thumb {  cursor: pointer;  background: #252525;}
/*#about,#team, #contact {  padding-top: 100px;  padding-bottom: 100px;  text-align: center;}*/
.scroll .container a.navbar-brand img{border:2px solid #000;}
.wd10 {width:1000px; margin:0 auto; clear:both; overflow:hidden; }
.wd11 {width:1100px; margin:0 auto; clear:both; overflow:hidden; }
.wd12 {width:1200px; margin:0 auto; clear:both; overflow:hidden; }
.wd13 {width:1300px; margin:0 auto; clear:both; overflow:hidden; }
.wd14 {width:1400px; margin:0 auto; clear:both; overflow:hidden; }
.wd115 {width:1150px; margin:0 auto; clear:both; overflow:hidden; }
.wdFull {width:100%; margin:0 ; clear:both; overflow:hidden; }
.bgGray {background-color:#f5f5f5;}
.bgGray2 {background-color:#e3e3e3;}
.bgGray3 {background-color:#c2c1c1; }
.bgGray4 {background-color:#d7d7d7; }
.bgBlue {background-color:#ececf5}
.bgBlue2 {background-color:#143453}
.bgBlue3 {background-color:#28374e}
.bgBlue4 {background-color:#eef2f2}
.bgBlack {background-color:#333;}
.bgWhite {background-color:#fff;}
.bgBrown {background-color:#7f464b;}
.txtP { padding-bottom:20px; font-size:16px; line-height:30px;   }
.txtBig {font-size:60px; line-height:70px;}
.txtHead {font-size:40px; line-height:50px;  }
.txtHead2 {font-size:33px; line-height:45px;  }
.txtHead3 {font-size:25px; line-height:35px;  }
.txtHead4 {  font-size:20px; line-height:30px;   }
.txtHead5 {  font-size:22px; line-height:30px;   }
.txtS {font-size:17px;  line-height:27px; }
.clearB {clear:both; }
.img_c {text-align:center; }
.img_r {text-align:right; }
.txtB {font-weight:500; } 
.txtWhite {color:#fff !important;}
.txtRed2 {color:#c12239 !important;} 
.txtRed {color:#fa2f07 }
.txtGreen {color:#70c104 !important;} 
.txtGreen2 {color:#00817d }
.txtGray { color:#888 !important;}
.txtGray2 { color:#ccc !important;} 
.txtDkBlue { color:#4e5460 !important; }
.txtBold {font-weight:bold; }
.txtBlue { color:#0071c5; }
.txtBlue2 { color:#21245c; }
.txtUline {border-bottom:1px solid #333;}
.txtUline2 {border-bottom:3px solid #333;}
.pdR250 {padding-right:250px;}
.pdL250 {padding-left:250px;}
.pdL10 {padding-left:10px}
.pdL15 {padding-left:15px}
.pdL20 {padding-left:20px}
.pdL50 {padding-left:50px}
.pdT15 {padding-top:15px}
.pdT20 {padding-top:20px}
.pdT30 {padding-top:30px}
.pdT40 {padding-top:40px}
.pdT50 {padding-top:50px}
.pdT60 {padding-top:60px}
.pdT70 {padding-top:70px}
.pdT90 {padding-top:90px}
.pdT100 {padding-top:100px}
.mgT10 {margin-top:10px}
.mgT30 {margin-top:30px}
.mgT50 {margin-top:50px}
.mgT60 {margin-top:60px}
.mgT70 {margin-top:70px}
.mgT100 {margin-top:100px}
.pdB10 {padding-bottom:10px;}
.pdB20 {padding-bottom:20px;}
.pdB30 {padding-bottom:30px;}
.pdB50 {padding-bottom:50px;}
.pdB70 {padding-bottom:70px;}
.pdB100 {padding-bottom:100px;}
.txtBig {font-family:'Nanum Myeongjo',serif ; font-weight:bold !important;}
.floatL{float:left;}
.floatR{float:right;}
.floatN{float:none;}
.hyper {}

ul{padding:0; margin:0; list-style-type:none;}

#content_tit span {
    color: #080846;
    font-weight: 500;
    font-size: 0.825em;
}
.subTit {
    margin-bottom: 30px;
}
ul.sub5Menu {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 80px;
}
.sub5Menu li {
    text-align: center;
    width: 40%;
}
.sub5Menu a {
    font-size: 18px;
    width: 100%;
    display: block;
    padding: 20px 100px;
    white-space: nowrap;
}
.sub5Menu .active {
    color: #372e77;
    font-weight: 600;
    border-bottom: 2px solid #372e77;
}
.sub5Menu li:hover {
    border-bottom: 2px solid #372e77;
}
.sub5Menu li:hover a {
    color: #372e77;
}
table.form_mail td {
    font-size: 16px!important;
    font-family: "Noto Sans KR","Dotum","Gulim,Helvetica","sans-serif";
}
/*---------------------------------------
  	BOARD              
-----------------------------------------*/

@media not all and (min-width:992px){
div#post_area {padding:0;}
div#post_area img {width:100% !important ; height:auto !important;}
.table_03 td img,.table_05 td img {width:100%; height:auto !important;}
table table table table td img {width:100%; height:auto !important;}
table table tr[valign="top"] td[width="25%"] {border-bottom:0 !important; display:table; float:left; width:50% ; border:0px solid #000;}
}

/* join */
div.join { width:70%; margin:0 auto; }
div.join p {font-size:15px; padding-bottom:20px;}
table.tb_join {border:3px solid #dfdfdf; width:100%; padding:15px 0px;}
table.tb_join td{border:0; padding:5px 5px;}
table.tb_join table {margin:0 auto;}
table.tb_join td.join_id,table.tb_join td.join_pw {font-weight:bold; text-align:right; }
table.tb_join td.bt_ok {text-align:center;}

div.rule {width:100%;}
div.rule table{width:100%; padding-bottom:25px;}
div.rule table td.tit{font-size:14px; font-weight:bold; padding:0px 0 10px 0 ;}
div.rule table td textarea {width:95%; height:100px; font-size:12px; color:#999; padding:10px 10px; border:1px solid #bbb;}
div.rule input.checkbox {margin:5px 3px;}

div.join2 { width:100%; margin:0 auto; }
div.join2 p {font-size:12px; padding-bottom:20px;}
div.join2 table {width:97%;}
div.join2 table table {width:100%; border-top:2px solid #555; border-left:1px solid #dfdfdf;}
div.join2 table table table,div.join2 table table table td {border:0; padding:0; margin:0;}
div.join2 table table td {border-bottom:1px solid #dfdfdf; border-right:1px solid #dfdfdf; font-size:12px; padding:10px 10px;}
div.join2 td.tit {font-size:14px; font-weight:bold; padding:0px 0 10px 0 ;}
div.join2 table table td.member_td_bgcolor{background-color :#f7f7f7;}
table .btn{background-color:#333; color:#fff; padding:10px 20px; border:0; margin:0 10px;}

div.join3 { width:60%; margin:0 auto; text-align:center; }
div.join3 table {width:100%; }
div.join3 td.tit{font-size:18px; font-weight:bold; padding:0px 0 30px 0 ;}

/* board */
table {font-family:"Noto Sans KR","Dotum","Gulim,Helvetica","sans-serif"; !important; border-spacing:0; border-collapse: collapse;}
table tr td[height="1"] {background-color:#fff;}
table tr td[height="3"] {background-color:#555; height:2px;}
.board   { width:100%; border:0;  }
table.board tr td  {border:0px #e5e5e5 solid; font-size:12px;  border-bottom:1px #e5e5e5 solid; border-right:0px; height:38px; }
table form table td  {border:0px #e5e5e5 solid; border-top:1px #e5e5e5 solid; border-right:0px; height:38px; }
.board td.board_bgcolor  { background-color:#F7F7F7; border-right:0px; width:150px; text-align:center; }
.board td.board_desc {  width:550px;  } 
td.board_admin_bgcolor,td.board_admin_bgcolor table td {border:0 !important;}

.table_02   { width:100%; border:0px #e1e1e1 solid; border-top:2px #444547 solid!important;    }
.table_02 td  { border-bottom:1px #e1e1e1 solid; border-right:0px; height:38px; font-size:14px; }
.table_02 td.board_bgcolor  { background-color:#F7F7F7; border-right:0px; width:150px; }
.table_02 td.board_desc {  width:550px;  } 
.table_03   { width:100%; padding-top:5px; border-top:2px #444547 solid; border-bottom:1px #e1e1e1 solid; border-left:0px;  border-right:0px;  }
.table_03 td  { border-bottom:1px #e1e1e1 solid; border-right:0px #e1e1e1 solid; padding:20px 4px 20px 4px; }
.table_03 td table td { border-bottom:0px ; padding:5px 0 0 0; }
.table_05   { width:100%; padding-top:5px;border-left:0px;  border-right:0px;  }
.table_05 td  {  border-right:0px #e5e5e5 solid; padding:0px 0px 25px 0px; }
.table_05 td table td { border-bottom:0px ; padding:0px 0 2px 0; }
div.category {display:none; padding-bottom:10px; font-size:20px !important; }
div.category td{ font-size:15px !important; }
div.category select[name="com_board_category_code"]{ font-size:15px !important; }
table #search_table { padding-top:0px; margin:0 auto; }
div #ext_search td.est_cate_cell select{  height:27px; box-sizing:border-box; padding:0 0 0 5px; }
div #ext_search td.est_keyword_cell input{border:1px solid #cacaca; height:27px; box-sizing:border-box; padding:6px; }
div #ext_search td.est_btn_cell {border:0px solid #cacaca; padding:0 2px; background-color:#fff;}
div #ext_search .keywordform {width:150px;}

.bbsnewf5 { height:38px; font-size:12px; }
.bbsnewf5 a:link{color:#555555;text-decoration:none; font-family:"Noto Sans KR","Dotum","Gulim,Helvetica","sans-serif"!important; }
.bbsnewf5 a:visited{color:#555555;text-decoration:none}
.bbsnewf5 a:hover{color:#FF5500;text-decoration:none}
td.board_admin_bgcolor {padding:10px 5px 0 5px; font-size:12px;font-family:굴림,돋움;}

.public_input {width:85% !important;}
table td.board_desc input[name="file_attachment[]"]{width:85% !important; margin-bottom:10px !important;}
table td.board_desc #border[name="subject"] {width:85%; margin-left:10px;}
table td.board_desc #border {width:120px; margin-left:10px;}
table td.board_desc select[name="category"]{margin-left:10px;}

.paging {font-size:14px;font-family:굴림,돋움;color:#FF5500;font-weight:bold; clear:both; display:block; text-align:center; padding:15px; }
.paging b { font-size:14px; background-color:#7d7d7d; color:#fff; padding:5px 8px;}
.paging a:link{font-size:12px;font-family:굴림,돋움;color:#555;font-weight:normal;text-decoration:none}
.paging a:visited{font-size:12px;font-family:굴림,돋움;color:#555;font-weight:normal;text-decoration:none}
.paging a:hover{font-size:12px;font-family:굴림,돋움;color:#555;font-weight:normal;text-decoration:underline}

/*gallery*/
td.board_bgcolor,td.board_desc {border-bottom:1px solid #dfdfdf !important; }
table table tr[valign="top"] td {border-bottom:0 !important;}
table table tr td[height="3"] {} 
div.category table td[align="left"] {border-bottom:0;}
span.gallery_title {padding-top:10px; display:block; }

/*formmail*/
table.formmail_cell_bgcolor td{border:0;}
td.formmail_title_bgcolor {font-size:12px !important;}
td.formmail_cell_bgcolor { padding-left:10px !important; }
table td.formmail_cell_bgcolor input[name="name"] {width:90%; }
table td.formmail_cell_bgcolor input[name="title"] {width:90%; }
table td.formmail_cell_bgcolor input[name="receiver_email"] {width:90%; }
table td.formmail_cell_bgcolor input[name="address"] {width:90%; margin-top:5px; }
table td.formmail_cell_bgcolor textarea[name="description"] {width:90%; }
table td.formmail_cell_bgcolor input[name="attachment[]"] {width:90% !important; }
.formmail_border {font-family:"Noto Sans KR","Dotum","Gulim,Helvetica","sans-serif"!important; font-size: 16px!important; }
table input,table textarea {
    border: 1px solid #ccc!important;
}
.formmail_title_bgcolor {
    background-color: #ebeef7!important;
}
.table_02 td {padding: 6px!important;}
/*webzine*/
.webzine_type2 {width:100%;}
.webzine_type2 td { color:#666666; font-family:돋움; font-size:12px; }
.webzine_type2 dl, #webzine_type2 dt, #webzine_type2 dd {margin:0;padding:0}
.webzine_type2 dl    {float:left;clear:both;width:100%;padding:0 0 16px 0;margin-bottom:0;}
.webzine_type2 .webzine_type_img_td { vertical-align:top; border-bottom:0;  }
.webzine_type2 .webzine_type_img_td span {float:left;}
.webzine_type2 .webzine_type_text_td_left { padding:0 0 0 20px; vertical-align:top; border-bottom:0; height:0; width:620px; }
.news_title {color:#0E3D72;font-size:14px;letter-spacing:-1;text-decoration:none; font-weight:bold;}
.webzine_type2 .webzine_type_text_td_right { width:100%; padding:0 9px 0 0;border-bottom:0; }
.webzine_type2 .webzine_type_img img {border:3px solid #333; margin-bottom:20px; }
.webzine_type2 .webzine_type2_table_line { width:100%; border-bottom:0px solid #dfdfdf; border-top:1px solid #e1e1e1;  height:26px; margin-bottom:10px; line-height:10px;}
.webzine_type2 dd   {float:left;width:100%; padding:0px 0 1px 0;margin:0 0 -1px 0;border-top:0px solid #e5e5e5;border-bottom:0px solid #e5e5e5;}
.webzine_type2 .obj_name {display:inline-block;width:90px;height:25px;padding:5px 0 0 12px;color:#666666;background:url(/cimg/board/cafe24_webzine/bl_webzine_type2_title.gif) right 6px no-repeat;}
.webzine_type2 .obj_value {height:25px;padding:5px 0 0 0px;}

.sub_txt.sub_img {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}

.txt-wrapper {
    display: flex;
    align-items: center;
    padding: 0 40px;
}

.pro_subtit {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
}
.subTit {position: relative; padding-left: 20px;}
.subTit::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #e97e2d;
    position: absolute;
    top: 11px;
    left: 0;
    border-radius: 50%;
}
.txt-wrapper td:first-child {
    font-weight: 500;
    padding: 10px 30px;
    background: #26176d;
    color: #fff;
}
.txt-wrapper td {
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #999;
    margin: 0;
    padding: 10px 20px;
}
.txt-wrapper h3 {
    padding: 5px 20px;
    background: #26176d;
    display: inline-block;
    border-radius: 30px;
    margin-bottom: 14px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
}
span.nav2 {
    font-size: 40px;
    font-weight: 600;
}
.douc .txt-wrapper {
    display: block;
}
.txt-wrapper p {
    font-size: 16px;
    line-height: 1.8;
}
.douc .txt-wrapper {
    margin-bottom: 50px;
}
.douc .txt-wrapper td:first-child {
    width: 17%;
    text-align: center;
    background: #ebeef7;
    color: #252525;
}
.douc2 thead td:nth-child(3) {
    width: 34%;
}
.douc table {
    margin-bottom: 50px;
}
.douc thead td {
    text-align: center;
    background: #ebeef7;
    color: #252525;
    font-weight: 500;
}
.img-wrapper {
    text-align: center;
}
.img-wrapper.bdw {
    border: 1px solid #999;
    padding: 15px;
}
.douc3 td.subth {
    background: #eee!important;
}
.douc3 .txt-wrapper td {
    text-align: center;
    width: 16.5%;
    padding: 7px 0;
}
.douc3 .txt-wrapper td:first-child {
    width: 210px;
}
.douc3 table {
    margin-bottom: 20px;
}
.douc3 .sub_txt03.txt-wrapper {
    margin: 0;
    padding: 0;
}

.douc3 .sub_txt02 {
    margin: 80px 0;
    padding: 0;
}
.douc3 .sub_txt.sub_img {
    margin: 0;
}
.gallery_title {
    font-size: 16px!important;
    font-family:"Noto Sans KR","Dotum","Gulim,Helvetica","sans-serif"!important;
    color: #252525!important;
}
.tc {text-align: center;}
.w100 {width: 100%;}
.ma {margin: auto;}
.bd {border: 1px solid #dfdfdf; padding: 50px;}
.product3 p,.product4 p,.product5 p,.product6 p,.product7 p,.product8 p,.product9 p,.product10 p,.product11 p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
}
.product2 .txt-wrapper {padding: 0;}
.product2 .pro_subtit,.product4 .pro_subtit {padding: 0 0 0 40px;}
.product3 .txt-wrapper{display: block; padding: 0;}
.product3 table,.product4 table {
    text-align: center;
    line-height: 1.5;
}
.product4 .txt-wrapper {padding: 0 10px 0 0; width: 100%;}
.product4 .sub_txt03 {width: 100%;}
.product4 table {width: 100%;}
.product5 .img-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.product5 .container div:nth-child(2) .txt-wrapper {
    padding-left: 0;
}
.product6 .txt-wrapper td:first-child,.product12 .txt-wrapper td:first-child {
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #999;
    margin: 0;
    padding: 10px 20px;
    background: #fff;
    color: #252525;
}
.product6 td{
    text-align: center;
    line-height: 1.5;
    padding: 10px 15px;
}
.product6 thead td,.product12 thead td {
    background: #27186e!important;
    color: #fff!important;
}
.product6 .sub_txt03 {
    width: 100%;
}
.product6 .sub_txt03 table {
    width: 100%!important;
}
.product6 .sub_txt01 {padding-left: 40px;}
.product6 .sub_txt .txt-wrapper {padding: 0; width: 100%;}
.product8 .sub_txt:nth-child(2) .txt-wrapper {padding: 0 40px 0 0;}
.product9 .sub_txt:nth-child(2) .txt-wrapper {padding: 0;}
.product11 td {
    text-align: center;
    width: 13.33%;
}
.product11 .sub_txt:nth-child(3) .txt-wrapper {
    padding: 0;
}
.product11 .txt-wrapper td:first-child {
    width: 20%;
}
.product11 .sub_txt:nth-child(2) .txt-wrapper {
     padding: 0;
}
.product12 td {
    text-align: center;
}
.product12 .sub_txt:nth-child(2) .txt-wrapper,
.product12 .sub_txt:nth-child(3) .txt-wrapper {
    width: 100%;
    padding: 0;
} 
.product12 .sub_txt03 {
    width: 100%;
}
.product12 table {
    width: 100%;
}
.douc3 .sub_txt04.txt-wrapper {
    padding: 80px 0 0;
}
.douc3 ul li ul li {
    padding-left: 20px;
}
.info-wrapper {
    width: 1200px;
    margin: 160px auto 0;
    display: flex;
    justify-content: space-between;
}
.cs-wrapper {
    width: 25%;
    background: url('./img/csIcon.png') left 40px no-repeat;
}
.cs-wrapper .tit {
    font-family: "Noto Sans KR";
    color: #363636;
    font-weight: 600;
    font-size: 20px!important;
    letter-spacing: -0.2px;
}
.cs-wrapper p {
    font-family: 'Noto Sans KR';
    font-weight: 400;
    padding-left: 50px;
}
p.telNo {
    font-family: 'nanum gotic';
    font-weight: 900;
    font-size: 25px;
    color: #292929;
}
p.faxNo {
    font-family: 'NanumGothic';
    font-size: 16px;
    color: #292929;
    font-weight: 500;
}
.faxNo span {
    font-weight: 600;
}
p.csTimes {
    color: #5f5e5e;
    font-size: 15px;
}
.ft-bottom {
    display: flex;
    width: 100%;
}
.copyright a:hover {
    color: #e77f2f;
}
.login_box {
    border: 1px solid #737172!important;
    padding: 40px!important;
    width: 410px!important;
}
.login_box table {
    margin-top: 15px;
}
.login_box td:nth-child(2) input {
    font-size: 12px;
}
/*--------
-------------------------------
  MOBILE RESPONSIVE              
-----------------------------------------*/
@media (max-width: 1024px) {
.noBlock {display:none;}
.wd10,.wd11,.wd12,.wd13,.wd14,.wd115 {width:100%; padding-left:15px !important; padding-right:15px !important; box-sizing:border-box; }	
.txtP { padding-bottom:20px; font-size:15px; line-height:25px; color:#333;  }
.txtBig {font-size:35px; line-height:50px;}
.txtHead {font-size:28px; line-height:45px;  }
.txtHead2 {font-size:20px; line-height:35px;  }
.txtHead3 {font-size:14px; line-height:28px; letter-spacing:-0.5px; }
.txtHead4 {  font-size:14px; line-height:26px;   }
.txtHead5 {  font-size:16px; line-height:27px;   }
.txtS {font-size:15px;  line-height:25px; }
    .info-wrapper {
        margin: 0 auto!important;
    }
#service .subTit::before {display: none}
    
    .org img,.product2 img {max-width: 100%;}
    #submenu .menu ul li a {font-size: 0.925em;}
    .txt-wrapper {width: 100%!important;}
    .txt-wrapper div {width: 100%;}
    .txt-wrapper table {width: 100%;}
    .product6 .container .sub_txt {display: block;}
    .douc3 img {
        max-width: 100%;
    }

}
@media (max-width: 812px) {
    .bd {padding: 15px;}
    .cs-wrapper {
        width: 33%!important;
        margin-left: 15px;
    }
    .txt-wrapper p,.txt-wrapper li,.txt-wrapper td {
        font-size: 1.25em;
    }
    .txt-wrapper td:first-child {
        padding: 5px 20px;
    }
    .txt-wrapper  .sub_txt01 {padding: 0;}
    .product1 .sub_txt:nth-child(2) {
        flex-direction: column-reverse;
    }
    .product1 .sub_txt:nth-child(2) .txt-wrapper {
        width: 100%!important;
    }
    .product1 .sub_txt:nth-child(2) .txt-wrapper table {
        margin: 20px auto;
    }
    .douc3 .sub_txt02 {
        width: 90%;
        margin: 80px auto;
    }
    div.intro div.contL {margin-bottom: 30px;}
    .pro_subtit {font-size: 18px; padding: 0!important;}
    .sub_txt.sub_img {display: block;margin-bottom: 50px;}
    .txt-wrapper {padding: 0;}
    .img-wrapper {margin-bottom: 20px;}
    #submenu .menu ul li a {font-size: 1em; padding-top: 6px;}
    .product1 .sub_txt:nth-child(2) {flex-direction: column;}
    .product3 td,.product4 td,.product11 td,.product12 td {padding: 0;!important line-height: 1.5;}
    .sub5Menu a {padding: 20px 0;}
}
@media (max-width:640px) {
    p.telNo {
    font-size: 20px!important;
    letter-spacing: -1px!important;
    }
    .ft-wrapper {
        height: auto!important;
    }
    .cs-wrapper {
        width: 100%!important;
        margin: 0px;
    }
    .cs-wrapper .tit {
        margin: 30px 0 0;
    }
    .cs-wrapper p {
        padding: 0!important;
        text-align: center;
    }
    p.telNo {
        margin-top: 60px;
    }
    .cs-wrapper {
        background-position: center 40px!important;
    }
    
    .product1 .sub_txt:nth-child(1) {
        flex-direction: column;
    }
    .product1 .txt-wrapper {
        padding: 0px;
        width: 100%!important;
    }
    span.pro_subtit {
        font-size: 1em;
    }
    .txt-wrapper td {
        font-size: 0.825em!important;
    }
    li {
        font-size: 0.985em!important;
        line-height: 1.6!important;
    }
    .txt-wrapper h3 {
    font-size: 1em!important;
    }
    span.nav2 {
        font-size: 0.825em!important;
    }
    .txt-wrapper p {
        font-size: 0.985em!important;
    }
    .douc2 .txt-wrapper td:first-child {
        padding: 5px;
    }
    .douc2 .txt-wrapper td {
        padding: 5px
    }
    .board1 table td:nth-child(3) {
        display: none;
    }
    td.bbsetc_dateof_write {
        width: 20%;
    }
    .table_02 td {
        font-size: 0.825em;
    }
    .p-txt {
        font-size: 0.65em!important;
    }
    .att_title font {
        font-size: 1.25em!important;
    }
}
@media (max-width: 460px) {
    span.nav2 {font-size: 0.785em!important;}
    .product3 td,.product4 td,.product6 td,.product11 td,.product12 td {
        padding: 0 !important;
        font-size: 0.625em !important;
        letter-spacing: -0.04em;
        line-height: 1.5;
    }
    .product11 td {letter-spacing: -0.08em}
    .sub5Menu a{font-size: 1em;}
    .sub5Menu li {width: 100%;}
    ul.sub5Menu {margin-bottom: 40px;}
    .product10 .sub_txt:first-child img {
        max-height: 250px;
    }
    .douc3 .sub_txt02 {
        overflow: scroll;
        width: ;100% !important;
    }
    .douc3 .txt-wrapper td:first-child {
        width: auto!important;
        padding: 0;
    }
    .douc3 .txt-wrapper td {
        width: auto!important;
        padding: 0;
        font-size: 0.725em!important;
    }
    table td.formmail_cell_bgcolor input[name="name"] {width:100%; }
    table td.formmail_cell_bgcolor input[name="title"] {width:100%; }
    table td.formmail_cell_bgcolor input[name="receiver_email"] {width:100%; }
    table td.formmail_cell_bgcolor input[name="address"] {width:100%;}
    table td.formmail_cell_bgcolor textarea[name="description"] {width:100%; }
    table td.formmail_cell_bgcolor input[name="attachment[]"] {width:100% !important; }
    .login_box {
        width: 100%!important;
        padding: 50px 0!important;
    }
}
