@charset "utf-8";
@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 600;
    src: url("/css/fonts/Gotham-Bold-ec9514bd44e64be6b2579030d31ae5f335057a704fd4ad0c8c393357252f3bc9.woff2") format("woff2"), url("/fonts/Gotham-Bold.woff") format("woff"), url("/css/fonts/Gotham-Bold-8340e8ec6d8eb5d2483185dd90505b3027db0a849d142aaaf23443cbf64979e1.eot") format("embedded-opentype");
}
@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 900;
    src: url("/css/fonts/Gotham-Black-90ef0a0c827a2290e14e810627dffac609fcfdf32044d1de9bee92610d4e2e7f.woff2") format("woff2"), url("/fonts/Gotham-Black.woff") format("woff"), url("/css/fonts/Gotham-Black-ccd91abdd50b29ad44e76e943314877740a10763252b551709bec4f9804a7822.eot") format("embedded-opentype");
}

@font-face {
    font-family: 'BMDohyeon';
    font-style: normal;
    font-weight: normal;
    src: url("/css/fonts/BMDoHyeon-d2fe19c503d5fc8114e8d1f3de3521df88cd13e0e117b298ff80852346806262.woff") format("woff"), url("/css/fonts/BMDoHyeon-d08f6c326dd3ddc1d45c28581f58a55f9f2fe278dbef95349353f88d86f3c28b.eot") format("embedded-opentype"), url("/assets/BMDOHYEON-74c4ab569f5eae9bc6b8104deb7dbb315c4217a43975e22326eb33979b2a8ff1.woff2") format("woff2"), url("/assets/BMDOHYEON-43a71996b1205786ba7a793d870d4f9d28b9dc71e22cc4c9078a5e5f24f23971.ttf") format("truetype");
}

@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(//cdn.rawgit.com/hiun/NanumSquare/master/nanumsquare.css);

@import url('https://fonts.googleapis.com/css2?family=Play&display=swap'); 
/*@font-face { font-family: 'S-CoreDream-3Light'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff'); font-weight: normal; font-style: normal; }*/
/*@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');*/
/* @font-face { font-family: 'GmarketSansLight'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'GmarketSansMedium'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff'); font-weight: normal; font-style: normal; } */

/* 초기화 */
html {overflow-y:scroll}
body {margin:0;padding:0;font-size:0.9em;line-height:1.267em;height:100%;font-family:"Nanum Square", "Noto Sans KR", "Nanum Gothic", "dotum", "Poppins", sans-serif;background-color:#fff;color:#292929;min-width:320px; letter-spacing:-0.03em; }
html, h1, h2, h3, h4, h5, h6, form, fieldset {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
header ul, nav ul, footer ul {margin:0;padding:0;list-style:none}
legend {position:absolute;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select {vertical-align:middle}
label { margin-bottom: 0px; }
input[type="reset"], input[type="file"] {-webkit-appearance:none;cursor:pointer;padding:0}
textarea, select {font-size:0.9em;font-family:"Nanum Gothic", "Noto Sans KR", "Nanum Square", "Nanum Gothic", "dotum", sans-serif, fontAwesome}
textarea {border-radius:0;-webkit-appearance:none}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a:hover, a:link, a:visited { text-decoration:none; color:#292929 }
ul,li,dl,dt,dd {padding:0px;margin:0px}
ul {list-style:none}

i { font-family: 'fontAwesome' !important;}

.cke_sc { display: none }
#autosave_wrapper {display: none}

.w-100 { max-width: 100% !important;}


.mo_view {display: none!important}
@media (max-width: 769px) {
    .pc_view {display: none !important;}
    .mo_view {display: block!important}
}

* { font-family: "Noto Sans KR", 'Nanum Square',sans-serif; letter-spacing: -.5px; }

*, *:before, *:after {box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
/*outline:none;*/
}
*,:after,:before {
 -webkit-box-sizing:border-box;
 -moz-box-sizing:border-box;
 box-sizing:border-box
}

input[type=text],input[type=password], textarea {
-webkit-transition:all 0.30s ease-in-out;
-moz-transition:all 0.30s ease-in-out;
-ms-transition:all 0.30s ease-in-out;
-o-transition:all 0.30s ease-in-out;
outline:none
}

input[type=text]:focus,input[type=password]:focus, textarea:focus,select:focus {
-webkit-box-shadow:0 0 5px #9ed4ff;
-moz-box-shadow:0 0 5px #9ed4ff;
box-shadow:0 0 5px #9ed4ff;
border:1px solid #558ab7;
}

input[type=password] {font-family: 'Noto Sans KR'!important}

.form-control-msg { width: 100%; color: #dc3545; font-size: 0.8rem; font-weight:bold; margin-top: 5px;}

/* 기본 다운로드 버튼 css */
.btn_blk {
    border: #2a2a2a solid 1px;
    color: #2a2a2a;
}

.btn_con {
    display: inline-block;
    padding: 12px 15px;
    font-size: 14px;
    border-radius: 3px;
    font-weight: 500;
    margin: 5px 0;
}

.btn_down:after, a[target="_blank"].btn_down::after {
    content: "\f019" !important;
    font-weight: 300 !important;
}

a[target="_blank"]:after {
    margin-left: 10px;
    font-family: "FontAwesome";
    font-size: inherit;
    font-weight: 300;
    content: "\f08e" !important;
}

/* 버튼 테두리 선 제거 
a,
a:active,
a:hover,
a:focus,
button,
button:active,
button:hover,
button:focus {outline: none!important}
*/

.section { overflow: hidden; }
.fullpage { position: relative; }

/* button1 */
.button1 { position: relative; display: inline-block; height: 80px; padding: 0 55px; }
.button1::before { content: ''; position: absolute; left: 0; top: 50%; transform: translate3d(0, -50%, 0); width: 80px; height: 80px; border-radius: 50%; background: #FEBD00; transition: transform .4s; }
.button1 b { position: relative; display: block; font-family: 'poppins'; color: #333; font-size: 15px; line-height: 80px; font-weight: 700; position: relative; transition: transform .4s; }
.button1 b::after { content: '\f061'; font-family: 'fontAwesome'; font-size: 17px; position: absolute; right: -25px; top: 50%; transform: translate3d(0, -50%, 0); font-weight: bold; opacity: 0; transition: opacity .2s; }

.button1:hover::before { transform: translate3d(62px, -50%, 0) }
.button1:hover b { transform: translate3d(-55px, 0, 0) }
.button1:hover b::after { opacity: 1; }


/* section1 */
.section.section1 { position: relative; }
.swiper-slide-1  { position: relative; }
.swiper-slide-1 .swiper-slide { width: 100vh; height: 100vh; }
.swiper-slide-1 .swiper-slide img { width: 100%; height: 100%; object-fit: cover; object-position: center center; }

/* section2 */
.section2 .wrap { display: flex; margin: 150px auto; justify-content: space-between; align-items: center; padding: 0 9vw; }
.section2 .wrap .tit_cont { width: 50%; padding-bottom: 100px; }
.section2 .wrap .tit_cont h2 { font-size: 16px; color: #FEBD00; font-weight: 700; margin-bottom: 50px; }
.section2 .wrap .tit_cont .title p { color: #222; margin-bottom: 20px; }
.section2 .wrap .tit_cont .title p:nth-of-type(1) { font-size: 45px; font-weight: 700; }
.section2 .wrap .tit_cont .title p:nth-of-type(2) { font-size: 30px; font-weight: 700; margin-bottom: 0; }
.section2 .wrap .tit_cont .button_wrap { margin-top: 80px; }
.section2 .wrap .list_cont { width: 50%; height: calc(100vh - 150px); overflow: scroll; -ms-overflow-style: none; scrollbar-width: none; }
.section2 .wrap .list_cont::-webkit-scrollbar { display: none; }
.section2 .wrap .list_cont>div { display: flex; gap: 50px; }
.section2 .wrap .list_cont>div ul li { margin-bottom: 52px; border-radius: 30px; overflow: hidden; }
.section2 .wrap .list_cont>div ul li a { display: block; width: 350px; height: 350px; position: relative; }
.section2 .wrap .list_cont>div ul li a::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #FEBD00; z-index: 1; opacity: 0; transition: opacity.4s; }
.section2 .wrap .list_cont>div ul li a::after { content: ''; position: absolute; left: 50%; bottom: 0; width: 1px; height: 30px; background: rgba(255, 255, 255, 0.3); z-index: 2;  transition: height .3s; }
.section2 .wrap .list_cont>div ul li a img { width: 100%; height: 100%; object-fit: cover; object-position: center center;  }
.section2 .wrap .list_cont>div ul li a p { position: absolute; width:70%; left: 50%; bottom: 47px; transform: translateX(-50%); font-size: 18px; line-height: 30px; font-weight: 700; color: #fff; z-index: 2; transition: transform .3s; }
.section2 .wrap .list_cont>div ul li a:hover::before { opacity: .7; }
.section2 .wrap .list_cont>div ul li a:hover::after { height: 63px; }
.section2 .wrap .list_cont>div ul li a:hover p { transform: translateX(-50%) translateY(-30px); }

.section2 .wrap .list_cont>div ul:nth-of-type(2) li:nth-of-type(1) { margin-top: 128px; }


/* section3 */
.section3 .wrap .list { width: 100%; height: calc(100vh - 75px); display: flex; margin-top: 75px; }
.section3 .wrap .list li { width: 25%; height: 100%; background-size: cover; background-repeat: no-repeat; position: relative; transition: width .4s; }
.section3 .wrap .list li.item1 { background-image: url('../img/role_bg_1.png'); background-position: 35% 0; }
.section3 .wrap .list li.item2 { background-image: url('../img/role_bg_2.png'); background-position: 39% 0; }
.section3 .wrap .list li.item3 { background-image: url('../img/role_bg_3.png'); background-position: 71% 0; }
.section3 .wrap .list li.item4 { background-image: url('../img/role_bg_4.png'); background-position: 53.5% 0; }
.section3 .wrap .list li::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: radial-gradient(circle, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%); transition: background .5s ease; }
.section3 .wrap .list li dl { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; text-align: center; z-index: 2; transition: all 0.5s; }
.section3 .wrap .list li dl dt { margin-bottom: 44px; }
.section3 .wrap .list li.item3 dl dt { margin-bottom: 87px; }
.section3 .wrap .list li dl dt span,
.section3 .wrap .list li dl dt strong { display:block; margin:0 auto; padding:0; }
.section3 .wrap .list li dl dt span { height: 120px; margin-bottom: 34px; background-repeat: no-repeat; background-position: center bottom; transition: opacity .2s; }
.section3 .wrap .list li.item1 dl dt span { background-image: url('../img/role_icon_1.png'); }
.section3 .wrap .list li.item2 dl dt span { background-image: url('../img/role_icon_2.png'); }
.section3 .wrap .list li.item3 dl dt span { background-image: url('../img/role_icon_3.png'); }
.section3 .wrap .list li.item4 dl dt span { background-image: url('../img/role_icon_4.png'); }
.section3 .wrap .list li dl dt strong { font-size: 35px; line-height: 1.3; font-weight:700; color:#fff;white-space:normal;word-break:keep-all;word-wrap:break-word; }
.section3 .wrap .list li dl dd { height: 0; opacity: 0; }
.section3 .wrap .list li dl dd p { width: 60%; margin: 0 auto; font-size: 18px; line-height: 1.6; color: #fff; margin-bottom: 37px; }
.section3 .wrap .list li dl dd a { border-radius: 50%; box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2); }
.section3 .wrap .list li dl dd a img { margin: 0 auto; }

.section3 .wrap .list li:hover { width: 28%; }
.section3 .wrap .list li:hover::before { background: rgba(0, 0, 0, 0.5); }
.section3 .wrap .list li:hover dl dt { margin-bottom: 25px; }
.section3 .wrap .list li:hover dl dt span { opacity: 0; }
.section3 .wrap .list li:hover dd { animation-delay: 0s; -webkit-animation: fade-dd-ani 0.6s ease-in-out 1; animation: fade-dd-ani 0.6s ease-in-out 1; animation-fill-mode:forwards; }

@keyframes fade-dd-ani {
    0% {
        height: 0;
        opacity: 0;
        transform:  translateY(50px);
    }
    100%{
        height: calc(6.6vw + 10.15em);
        opacity: 1;
        transform: translateY(0px);
    }
}

.section4 { position: relative; background: url(../img/bg3.png); background-size: cover; }
.section4 .subj { width: 100%; padding-top: 95px; font-size: 30px; line-height: 45px; font-weight:bold; text-align: center; }
.section4 h3 { padding: 20px 0px; font-size: 26px; font-weight:bold; color: #FFFFFF; }
.section4 .box1 { width: 32.5%; margin-top: 40px; margin-right:1%; float: left; border-radius: 30px; padding: 15px; background: #fff; min-height: 370px; }  
.section4 .box2 { width: 33%; margin-top: 40px; margin-right:1%; float: left; border-radius: 30px;  padding: 15px; background: #fff; min-height: 370px;}
.section4 .box3 { width: 32.5%; margin-top: 40px; float: left; border-radius: 30px;  padding: 15px; background: #fff; min-height: 370px;}
.section4 div { word-wrap: break-word;}

.section4 .abs { text-align: center; line-height: 293px;}
.section4 .abs img { width: 90%; }
.section4 .sol_tit_eng {
    font-family: 'Gotham',sans-serif;
    font-size: 1.9rem;
    font-weight: 900;
    color:#e97017;
    padding-top: 8%;
  }

.section4 .box2 .sol_tit_eng { color:#1e8140; }

.section4 .sol_tit_ko {
    font-size: 1.05rem;
    font-weight: 600;
    padding-top: 2.5%;
} 

.section4 .sol_sub {
    font-family: 'BMDohyeon',sans-serif;
    font-size: 14px;
    padding-top: 6%;
}

.section4 .sol_des {
    font-size: 14px; line-height: 25px;
    font-weight: 200;
    padding-top: 6%;
}

.ul { border: 1px solid #D8D8D8; }
.ul ul li { background: url('../img/'); }

.section5 { position: relative; }

.section5 .container { width: 70%; margin-top: 110px; }
.section5 .subj { width: 100%; font-size: 30px; line-height: 45px; font-weight:bold; }
.section5 h3 { padding: 20px 0px; font-size: 18px; font-weight:bold; color: #EB6200; }

.section5 .listSwiper { width: 100%; position: relative; display: inline-block; padding: 30px 0px; overflow: hidden; margin-top: 30px; border-top: 2px solid #CECECE; }
.section5 .listSwiper .swiper-slide { border-bottom:1px solid #EFEFEF; padding: 15px 0px;}

.section5 .listSwiper .subject { display: inline-block; color:#EB6200; font-weight:bold; width: 150px; text-align: center; overflow: hidden; }
.section5 .listSwiper .content { display: inline-block; color:#1D1D1D; line-height: 22px; position: relative; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.section5 .listSwiper .content a span { color:#1D1D1D; }
.section5 .listSwiper .content a:hover span:after { width: 100%; }
.section5 .listSwiper .content span:after { content:''; background-color:rgba(96,187,70,0.2); height:60%; width:0; position:absolute; left:0; top:10%; transform:translateY(-50%); transition:all .3s; z-index:-1}

#fp-nav.text-white a { color: #fff !important;}

#ft { background:#111111; display:inline-block; width: 100%;  word-break: keep-all; color: #333;  padding: 0px; }
.main_page #ft { position: fixed; bottom: 0px; }

#ft h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
#ft h3 {margin:0 0 15px;font-size:1.2em;font-weight:normal;letter-spacing:1px;font-weight:normal;color:#3e976c}
#ft h3 a {color:#000}
.ft_wr {margin:0 auto;padding:0px 0px 20px}
.ft_wr:after {display:block;visibility:hidden;clear:both;content:""}
.ft_con { float:left; width:100%; padding:10px 0px 0px 0px ;color:#000;font-size:0.85em;line-height:1.5em;word-wrap:break-word;}
.ft_logo .logo {padding: 10px 0px; }
#ft_cs {border-left:0}
#ft_cs strong {color:#000;font-size:1.5em}
#ft_cs p {margin:5px 0 0;color:#000}
#ft_cs .qa_link {display:inline-block;background:#397b57;color:#000;padding:0 10px;line-height:32px;margin:10px 0 0;border-radius:2px}
#ft_bank p {margin:0 0 10px;color:#000;font-weight:bold}
#ft_if strong {display:block;color:#000}
#ft_if span {margin-right:5px;display:inline-block}

.ft_link_wrap {width: 100%; border-bottom: 1px solid #ddd; height: 55px;}
#ft_link {padding:5px 0; margin: 0px; text-align: left}
#ft_link li {display:inline-block;line-height:40px;padding:0px 40px 0px 0px; text-align:left;font-weight:normal;}
#ft_link li:first-child {border:0}
#ft_link li a {color:#000; font-size: 14px; font-weight: 400;}

#ft .csinfo > * { display: inline-block; }

#ft .csinfo .logo { margin-right: 12px;  }
#ft .csinfo .tit {
    font-size: 10px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.05em; color: #999; background-color: #e8e8e8; padding: 0 8px; border-radius: 4px; margin-right: 12px;
}

#ft .csinfo .tel {
font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    color: #a9aaab;
    line-height: 26px;
}

#ft .csinfo .tel:after { display: inline-block; content: ''; background-color: #ddd; width: 1px; height: 10px; margin: 0 11px; }

#ft .csinfo .tel i { font-size: 14px; color: #ccc; margin: 0px 5px 0px 0px; }

#ft .cstime span { font-size: 13px; line-height: 1.7; color: #888;
    line-height: 26px;
    margin-right: 5px;
}

.ft_wr p { margin: 0px; padding: 0px; }
#ft .company { width: 100%; font-size: 14px; line-height: 24px; word-break: break-word; color: #000; text-align: left; display: inline-block; padding-left: 50px}

#ft .company ul { padding: 0px; margin: 0px; }
#ft .company li { display: inline-block; margin-right: 14px; color: #DDDDDD; }
#ft .company li a { color: #DDDDDD;  }

#ft .company span { font-size: 14px; display: inline-block; color: #DDDDDD; font-weight: 500 }

#ft .company span:after { display: inline-block; content: ''; background-color: #ccc; width: 1px; height: 8px; margin: 0 8px; vertical-align: 0px; -webkit-transform: rotate(20deg); transform: rotate(20deg) }

.ft_copy {font-size:0.85em;clear:both; padding:10px 0; color:#a9aaab}

#ft .container { position: relative; }
#ft .sitemap { position: absolute; top:20px; right: 0px; }

#ft .select {
    min-width: 200px;
    height: 40px;
    text-align: center;
}

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

    /* section2 */
    .section2 .wrap {padding: 0 9vw;}
    .section2 .wrap .tit_cont .title p:nth-of-type(1) { font-size: 35px; }
    .section2 .wrap .tit_cont .title p:nth-of-type(2) { font-size: 25px }
    .section2 .wrap .tit_cont .title p:nth-of-type(3) { font-size: 35px }
    .section2 .wrap .list_cont>div { gap: 5%; }
    .section2 .wrap .list_cont>div ul li { margin-bottom: 10%; }
    .section2 .wrap .list_cont>div ul li a { width: 100%; height: 100%; }
    .section2 .wrap .list_cont>div ul li a p { font-size: 16px; }


    /* section4 */
    .section4 .wrap { padding: 0 9vw; }
}


@media screen and (max-width:1400px) {
    /* section2 */
    .section2 .wrap .tit_cont .title p:nth-of-type(1) { font-size: 35px; }
    .section2 .wrap .tit_cont .title p:nth-of-type(2) { font-size: 25px }
    .section2 .wrap .tit_cont .title p:nth-of-type(3) { font-size: 30px }


    /*!* footer *!*/
    /*#footer>div h2 { float: none; margin-bottom: 30px; }*/
    /*#footer>div .info { float: none; }*/

}

@media screen and (max-width:1100px) {
    .section { height: auto !important; }
    .fp-tableCell { height: auto !important;  }
    #fp-nav { display: none !important; }

    /* section1 */
    #visual { height: 100vh; }
    #visual::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 300px; background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%); z-index: 100; }
    #visual .text { left: 40px; }
    #visual .text p span { font-size: 40px; }
    #visual .swiper-paging { margin-top: 60px; }


    /* section2 */
    .section2 .wrap { flex-direction: column; padding: 0 40px; margin: 100px auto; }
    .section2 .wrap .tit_cont { width: 100%; padding-bottom: 80px; }
    .section2 .wrap .tit_cont .title p:nth-of-type(1) { font-size: 45px; }
    .section2 .wrap .tit_cont .button_wrap { margin-top: 50px; }
    .section2 .wrap .list_cont { width: 100%; height: auto; overflow-x: scroll; }
    .section2 .wrap .list_cont>div ul { display: flex; }
    .section2 .wrap .list_cont>div ul::after { content: ''; clear: both; display: block; }
    .section2 .wrap .list_cont>div ul li { margin-bottom: 0; margin-right: 30px; float: left; }
    .section2 .wrap .list_cont>div ul li:last-of-type { margin-right: 0; }
    .section2 .wrap .list_cont>div ul:nth-of-type(2) li:nth-of-type(1) { margin-top: 0; }
    .section2 .wrap .list_cont>div ul li a { width: 300px; height: 300px; }


    /* section3 */
    .section3 .wrap .list { height: auto; flex-direction: column; margin-top: 0; }
    .section3 .wrap .list li { width: 100%; height: 300px; }
    .section3 .wrap .list li.item1 { background-position: center center; }
    .section3 .wrap .list li.item2 { background-position: center center; }
    .section3 .wrap .list li.item3 { background-position: center center; }
    .section3 .wrap .list li.item4 { background-position: center center; }
    .section3 .wrap .list li.item5 { background-position: center center; }
    .section3 .wrap .list li dl dt { display: flex; align-items: center; margin-bottom: 0; }
    .section3 .wrap .list li.item3 dl dt { margin-bottom: 0; }
    .section3 .wrap .list li dl dt span { width: calc(50% - 80px); background-position: right center; margin-bottom: 0; }
    .section3 .wrap .list li dl dt strong { width: calc(50% + 80px); text-align: left; padding-left: 40px; }
    .section3 .wrap .list li dl dd { display: none; }

    .section3 .wrap .list li:hover { width: 100%; }
    .section3 .wrap .list li:hover::before { background: radial-gradient(circle, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%); }
    .section3 .wrap .list li:hover dl dt { margin-bottom: 0; }
    .section3 .wrap .list li:hover dl dt span { opacity: 1; }
    .section3 .wrap .list li:hover dd { animation: none; }


    /* section4 */
    .section4 .wrap { padding: 0 40px; margin-top: 150px; }
    .section4 .wrap .cont_tit>div p { display: none; }


    /* footer */
    /*#footer { flex-direction: column-reverse; gap: 55px; padding: 67px 40px 65px 40px; }*/
    /*#footer>div { width: 100%; justify-content: space-between; }*/
    /*#footer>div::after { display: none; }*/
}

/*** Mobile ***/
@media screen and (min-width:1px) and (max-width:768px) {
    /* section1 */

    /* section2 */
    .section2 .wrap { margin: 80px auto; padding: 0 20px; }
    .section2 .wrap .tit_cont { padding-bottom: 60px; }
    .section2 .wrap .tit_cont h2 { font-size: 20px; margin-bottom: 35px; }
    .section2 .wrap .tit_cont .button_wrap { margin-top: 30px; }
    .section2 .wrap .tit_cont .title p { margin-bottom: 15px; }
    .section2 .wrap .tit_cont .title p:nth-of-type(1) { font-size: 35px; }
    .section2 .wrap .tit_cont .title p:nth-of-type(2) { font-size: 25px }
    .section2 .wrap .tit_cont .title p:nth-of-type(3) { font-size: 25px }
    .section2 .wrap .list_cont>div ul li a:hover::before { opacity: 0; }
    .section2 .wrap .list_cont>div ul li a:hover p { transform: translateX(-50%) translateY(0);  }


    /* section3 */
    .section3 .wrap .list li { height: 230px; }
    .section3 .wrap .list li dl dt strong { font-size: 25px; }
    .section3 .wrap .list li dl dt span { width: calc(50% - 60px); background-size: contain; }
    .section3 .wrap .list li.item1 dl dt span { height: 70px; }
    .section3 .wrap .list li.item2 dl dt span { height: 60px; }
    .section3 .wrap .list li.item3 dl dt span { height: 65px; }
    .section3 .wrap .list li.item4 dl dt span { height: 60px; }
    .section3 .wrap .list li.item5 dl dt span { height: 50px; }
    .section3 .wrap .list li dl dt strong { width: calc(50% + 60px); padding-left: 30px; }


    /* section4 */
    .section4 .subj { padding-top: 25px; }
    .section4 .box1, .section4 .box2, .section4 .box3 { width: 96%; margin: 0px auto 10px auto; float: unset; text-align: center; min-height: unset; padding-left: 0px;}
    .section4 .box2 { margin-bottom: 20px; }
    .section4 .sol_tit_eng, .section4 .sol_tit_ko, .section4 .sol_sub { padding-left: 10px;}
    .section4 .abs img { width: 60%; }

    .section5 .container { width: 90%; margin-top: 10px; }    

    .section5 h3 { font-size: 14px; }
    .section5 .subj { font-size: 18px; line-height: 30px;}

    .section5 .listSwiper .subject { width: 15%; }
    .section5 .listSwiper .content { width: 83%;  }

    /* footer */
    #ft { position:relative !important; }
    /*#footer>div.right { text-align: left; }*/
}


@media screen and (min-width:1px) and (max-width: 500px) {
    /* section1 */
    #visual .text p span { font-size: 25px; }
    #visual .swiper-paging { width: 140px; margin-top: 40px; gap: 13px; }
    #visual .swiper-paging span { font-size: 13px; }
    #scroll { font-size: 12px; right: 20px; padding-bottom: 60px; font-weight: 500; }
    #scroll::before { height: 60px; left: 50%; }
    #scroll .dot { width: 6px; height: 6px; margin-top: 7px; }


    /* section2 */
    .section2 .wrap { margin: 75px auto; }
    .section2 .wrap .tit_cont { padding-bottom: 40px; }
    .section2 .wrap .tit_cont h2 { font-size: 15px; margin-bottom: 25px; }
    .section2 .wrap .tit_cont .button_wrap { margin-top: 15px; }
    .section2 .wrap .tit_cont .title p:nth-of-type(1) { font-size: 30px; }
    .section2 .wrap .tit_cont .title p:nth-of-type(2) { font-size: 20px }
    .section2 .wrap .tit_cont .title p:nth-of-type(3) { font-size: 20px }
    .section2 .wrap .list_cont>div ul li { border-radius: 15px; margin-right: 15px; }
    .section2 .wrap .list_cont>div ul li a { width: 170px; height: 170px; }
    .section2 .wrap .list_cont>div ul li a::after { height: 15px; }
    .section2 .wrap .list_cont>div ul li a p { font-size: 14px; bottom: 25px; }


    /* section3 */
    .section3 .wrap .list li { height: 175px; }
    .section3 .wrap .list li dl dt strong { font-size: 20px; }
    .section3 .wrap .list li dl dt span { width: calc(50% - 40px); }
    .section3 .wrap .list li.item1 dl dt span { height: 47px; }
    .section3 .wrap .list li.item2 dl dt span { height: 35px; }
    .section3 .wrap .list li.item3 dl dt span { height: 45px; }
    .section3 .wrap .list li.item4 dl dt span { height: 38px; }
    .section3 .wrap .list li.item5 dl dt span { height: 30px; }
    .section3 .wrap .list li dl dt strong { width: calc(50% + 40px); padding-left: 18px; }


    /* section4 */
    .section4 .wrap { margin-top: 75px; }
    .section4 .wrap .cont_tit>div h2 { font-size: 27px; }
    .section4 .wrap .cont_tit>div.btn_wrap a { width: 30px; height: 30px; }
    .section4 .wrap .cont_tit>div.btn_wrap a img { width: 8px; }
    .section4 .wrap .cont_list .swiper-slide { margin-top: 40px; margin-bottom: 75px; border-radius: 15px; }
    .section4 .wrap .cont_list .swiper-slide .photo { height: 150px; }
    .section4 .wrap .cont_list .swiper-slide .text { padding: 20px; }
    .section4 .wrap .cont_list .swiper-slide .text .item_title { font-size: 12px; margin-bottom: 5px; }
    .section4 .wrap .cont_list .swiper-slide .text .item_date { font-size: 10px; }

}

/* 풀페이지 nav */
#fp-nav { position: absolute; left: 3%; top: 50%; transform: translate3d(0, -50%, 0); margin-top: 0 !important; z-index: 99; }
#fp-nav ul li { display: flex; align-items: center; margin-bottom: 25px; }
#fp-nav ul li a span { display: inline-block; width: 5px; height: 5px; background: #fff; border-radius: 50%; margin-right: 18px; transform: translate3d(0, -3px, 0); }
#fp-nav ul li .fp-tooltip { font-size: 15px; font-weight: 600; }
#fp-nav ul li a.active span { width: 16px; height: 16px; margin-right: 8px; transform: translate3d(-4px, 0, 0); background: #1C9A3A; }
#fp-nav ul li a.active+.fp-tooltip { opacity: 1; }
#fp-nav.nav-dot-gy ul li a span { background: #333;  }
#fp-nav.nav-dot-gy ul li a.active span {  width: 16px; height: 16px; margin-right: 8px; transform: translate3d(-4px, 0, 0); background: #1C9A3A; }
#fp-nav.nav-dot-gy ul li a+.fp-tooltip { color: #333; }

.swiper-control { position: absolute; width:130px ; left: calc(50% - 65px); bottom: 30px; background-color: rgba(0,0,0,0.3); z-index: 99; padding: 5px 10px; color: #fff; border-radius: 30px; height: 30px; }

.idx_bottom .listSwiper .date { color:#535353; }

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.typed-cursor {
    opacity: 0;
    display: none;
}

.typed::after {
    position: relative;
    top: -4px;
    content: '|';
    display: inline-block;
    animation: blink 0.7s infinite;
}

.sb_text_wrap::after {
    position: relative;
    top: -4px;
    content: '|';
    display: inline-block;
    animation: blink 0.7s infinite;
}

.typed.del::after {
    position: relative;
    top: -4px;
    content: '';
    display: inline-block;
    animation: blink 0.7s infinite;
}

.typed2.add::after {
    position: relative;
    top: -4px;
    content: '|';
    display: inline-block;
    animation: blink 0.7s infinite;
}

/* 서브메뉴 */
.sub_bg_wrap {width: 100%; position: relative; height: 260px; background-size: cover; }

.sub_bg_10::after { background-image: url('../img/sub_bg10.png'); content: '';  }
.sub_bg_20::after { background: url('../img/sub_bg50.png') center center no-repeat; background-size: cover; height: 200px ;}
.sub_bg_30::after { background: url('../img/sub_bg60.png') center center no-repeat; background-size: cover; height: 200px ;}
.sub_bg_60::after { background: url('../img/sub_bg20.png') center center no-repeat; background-size: cover; height: 200px ;}
.sub_bg_a0::after, .sub_bg_70::after { background: url('../img/sub_bg30.png') center center no-repeat; background-size: cover; height: 200px ;}
.sub_bg_80::after { background: url('../img/sub_bg40.png') center center no-repeat; background-size: cover; height: 200px ;}
.sub_bg_90::after { background: url('../img/sub_bg50.png') center center no-repeat; background-size: cover; height: 200px ;}

.sub_bg_wrap .sb_text_wrap {position: relative;
    z-index: 100;
    padding-top: 60px;
    display: inline-block;
    width: 99%;
    vertical-align: middle;
    font-size: 46px; color: #fff;}

.tablet .sub_bg_wrap .sb_text_wrap { font-size: 30px; } 

.vis { position: relative; height: 352px; font-size: 0; text-align: center; overflow: hidden; }
.mobile .vis, .tablet .vis { height: 252px; }
.vis.ani::after { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }
.vis::after { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0; -webkit-transform: scale(1.12); transform: scale(1.12); -webkit-transition: opacity 1.5s, transform 3s; transition: opacity 1.5s, transform 3s; background-repeat: no-repeat; background-size: cover; }
.vis::before { content: ''; display: inline-block; width: 1px; height: 100%; vertical-align: middle; margin-left: -1px; }   

.section1 .abs { position: absolute; z-index: 99; color: #fff; max-width: 1000px; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.section1 .txt1, .sub_1010 .txt1 { font-family: 'Noto Sans KR'; font-size: 60px; line-height: 75px; font-weight:900 !important; margin: 60px 0px 40px 0px; }

.section1 .txt1 { font-size: 30px; line-height: 40px; font-family: 'GmarketSansMedium';}
.section1 .txt2 { font-size: 40px; line-height: 40px; font-family: 'GmarketSansMedium'; }
.section1 .txt3 { font-size: 24px; padding-top: 80px; line-height: 40px; font-family: 'GmarketSansMedium'; }

.tablet .sub_1010 .txt1 { font-size: 46px; }
.sub_1010 .txt2, .sub_80 .txt2 { font-family: 'Noto Sans KR'; font-size: 20px; line-height: 45px; word-wrap:break-word; word-break: keep-all; }
.tablet .sub_1010 .txt2, .tablet .sub_80 .txt2 { font-size: 24px; }
.sub_1010 .logo1 { text-align: right; }
.sub_1010 .logo1 img { max-width: 200px; padding: 15px 0px 30px 0px;}

@media (max-width:768px) {
    .section1 .abs {  width: 90%; }
    .section1 .txt1 { font-size: 18px; line-height: 80px; }
    .section1 .txt2 { font-size: 24px; line-height: 80px;  }
    .section1 .txt3 { font-size: 14px; line-height: 40px;  }
    
    .sub_bg_wrap { height: 150px; }
    .sub_bg_wrap .sb_text_wrap {left: 5px; font-size: 18px; line-height: 25px;}

    .sub_1010 .txt2, .sub_80 .txt2 { font-size: 18px !important; line-height: 30px; }

    .history-details { height: 2300px ;}
    .history-details dl dd { width: 45%; display: inline-block;} 
}


.history { background: #1D1D1D; position: relative; padding: 0px 0px 100px 0px; }
.history h3 { color:#4B4B4B; font-family: 'Noto Sans KR'; font-size: 40px; margin: 30px 0px; padding-top: 30px;}

.history .container { overflow: hidden;}

.history-details {position:relative;z-index:1;height:1500px;color:#fff; width: 100%;}
.history-details:after {content:'';display:block;width:2px;height:100%;background:#fff;z-index:0;position:absolute;left:50%;top:20px;margin-left:-1px}
.history-details dl {position:relative;z-index:10;left:50%;padding:0 4rem;margin-bottom:4rem}
.history-details dl dt {font-size:34px;margin-bottom:1.6rem;position:relative;}
.history-details dl dt:after {position:absolute;left:-74px;top:15px;content:'';display:block;width:20px;height:20px;border:2px solid #d5d5d5;background:#1D1D1D;border-radius:20px}
.history-details dl.hy02 dt:after { top: 5px; left:calc(100% + 54px); }
.history-details dl.hy04 dt:after { top: 5px; left:calc(100% + 54px); }
.history-details dl.hy06 dt:after { top: 5px; left:calc(100% + 54px); }

.history-details dl dd {font-size:14px;color:#d3d3d3;line-height: 24px}
.history-details dl span { width: 35px; display: inline-block;}

.history-details dl.al {text-align:right;left:auto;right:50%}
.history-details dl.hy03 {margin-top:0px}
.history-details dl.hy04 {margin-top:80px}
.history-details dl.hy05 {margin-top:0px}
.history-details dl.hy06 {margin-top:0px}

.pl-dgram {display:table;width:100%;margin:0 auto;height:550px; }
.pl-dgram .box {overflow:hidden;position:relative;display:table-cell;vertical-align:top;padding:0 116px;border-left:1px solid #505050; }
.pl-dgram .box h2 { font-size: 40px; margin-top: 80px;}

.pl-dgram .box:first-child {width:55%;border-left:0}
.pl-dgram .dl-box {float:left;width:52%;color:#808080; font-size:22px; margin-bottom:90px;}
.pl-dgram .dl-box:nth-child(odd) {width:48%}
.pl-dgram .dl-box dt {font-size:3rem;color:#606060;position:relative;padding-bottom:13px;margin-bottom:10px;font-weight:700;white-space:nowrap;}
.pl-dgram .dl-box dt:before {content:'';display:block;width:50px;height:1px;background:#000;position:absolute;bottom:0;left:0;}
.pl-dgram .dl-box li {position:relative;padding-left:10px;white-space:nowrap;}
.pl-dgram .dl-box li:before {content:'';display:block;width:2px;height:2px;background:#808080;position:absolute;left:0;top:15px}

.pl-dgram .dl-c dt {text-align:center;line-height:30px; padding: 20px 0px; border:2px solid #505050;width:200px; font-size:16px;color:#939393; font-weight:400;}
.pl-dgram .dl-c.d0 dt { border-radius: 100%; width: 150px; height: 150px; }
.pl-dgram .dl-c.d0:after {
    content: '';
    display: block;
    width: 1px;
    height: 50px;
    background: #505050;
    bottom: -50px; left: 50%; position: absolute;
}

.pl-dgram .dl-c dt strong  {display:block;font-size:18px;color:#000000;font-weight:700}
.pl-dgram .dl-c.d0 dt strong { padding-top: 30px; }

.pl-dgram .dl-c {position:absolute;top:30px;left:50%}
.pl-dgram .dl-c.d0 {margin-left:-90px;}
.pl-dgram .dl-c.d0 dd { position: absolute; top: 15px;  right: -172px; line-height: 25px; color: #939393; }

.pl-dgram .dl-c.d1 {margin-left:-500px; top:450px}
.pl-dgram .dl-c.d1 dd { position: absolute; top: 15px; right: -172px; line-height: 25px; color: #939393; }

.pl-dgram .dl-c.d2 {top:280px;margin-left:-240px;}
.pl-dgram .dl-c.d3 {top:280px;margin-left:-540px;}
.tablet .pl-dgram .dl-c.d3 { margin-left:-350px; }

.pl-dgram .dl-c.d4 {top:280px;margin-left:60px;}
.tablet .pl-dgram .dl-c.d4 { margin-left:-126px; }
.tablet .pl-dgram .dl-c dt { width: 120px; }
.pl-dgram .dl-c dd ul {margin-left:10px;padding:15px 0}
.pl-dgram .dl-c dd li {position:relative;padding-left:10px; line-height: 25px; color: #939393;}
.pl-dgram .dl-c.d1:after {content:'';display:block;width:0px;height:77px;background:#505050;bottom:-77px;left:50%;position:absolute;}
.pl-dgram .dl-c.d1:before {content:'';display:block;width:300px;height:1px;background:#505050;top:50px;left:241px; position:absolute;}
.tablet .pl-dgram .dl-c.d1:before { left: 205px; width: 225px;}

.pl-dgram .dl-c.d5 {top:280px;margin-left:360px;}

.pl-dgram .dl-c.d11 {margin-left:40px; top:450px}


.pl-dgram .dl-c.d2:before {content:'';display:block;width:1px;height:50px;background:#505050;left:115px;top:-50px;position:absolute;}
.tablet .pl-dgram .dl-c.d2:before { left: 139px;}

.pl-dgram .dl-c.d2:after {content:'';display:block;width:900px;height:1px;background:#505050;top:-50px;left:-200px;position:absolute;}

.pl-dgram .dl-c.d3:after,
.pl-dgram .dl-c.d4:after,
.pl-dgram .dl-c.d5:after  {content:'';display:block;width:1px;height:50px;background:#505050;top:-50px;left:50%;position:absolute;}

.pl_title { font-size: 24px; margin: 30px 0px; text-align: center;}

@media (max-width:769px) {
    .pl-dgram { height: 1400px; }
    .pl_title { font-size: 16px; margin: 15px 0px; text-align: center;}
    .pl-dgram .dl-c.d0 { margin-left: 0px; }
    .pl-dgram .dl-c { top: 20px; transform: translateX(-50%) !important; }

    .pl-dgram .dl-c.d1 { margin-left: 0px; top: 320px;}

    .pl-dgram .dl-c.d1 dd { top: 100px; left: 50%; font-size: 12px;}

    .pl-dgram .dl-c.d3 { top: 220px; margin-left: 0px;}
    .pl-dgram .dl-c.d2 { top: 380px; margin-left: 0px;}
    .pl-dgram .dl-c.d4 { top: 857px; margin-left: 0px;}
    .pl-dgram .dl-c.d5 { top: 600px; margin-left: 0px;}
    .pl-dgram .dl-c.d1:before { width: 300px;}
    .pl-dgram .dl-c.d3:after { left: -60px; height: 641px; top:37px;}
    .pl-dgram .dl-c.d3:before {content: ''; position: absolute; top:37px; left: -59px; width: 60px; height: 1px; background: #505050;}    
    
    .pl-dgram .dl-c.d2:before { left: -60px; width: 60px; top: 39px; height: 1px;}
    .pl-dgram .dl-c.d4:after { left: -60px; width: 60px; top: 40px; height: 1px;}
    .pl-dgram .dl-c.d2:after { width: 0px;}
    .pl-dgram .dl-c.d5:after { left: -60px; width: 60px; top: 40px; height: 1px;}
}

.yellow_box { background: #FEF9F1; padding: 15px; margin: 30px 0px 30px 0px; font-size: 16px; }
.yellow_box p { font-size: 18px; font-weight:bold; color: #EE7500;}
.yellow_box ul li { position: relative; padding-left: 15px; color: #141414;}
.yellow_box ul li:before { content: "\f0d8" !important; font-family: "FontAwesome"; position: absolute; left: 0px; color: #BABABA; transform: rotate( 90deg ); }

.solution, .work, .recru, .patent { font-size: 20px; line-height: 30px; }
.solution table, .work  table, .recru  table, .patent  table { font-size: 14px;}

.solution h2, .work h2, .recru h2, .patent h2 { position: relative; display: inline-block; margin: 20px 0px 20px 0px; font-size: 26px; line-height: 30px; font-weight:bold;}

.solution h2::after { background-color: rgba(255,237,183, 0.9); content: '';
    height: 60%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(-50%);
    transition: all .3s; z-index: -1; }

.work h2::after { background-color: rgba(214,231,253, 0.9); content: '';
    height: 60%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(-50%);
    transition: all .3s; z-index: -1; }

.patent h2::after { background-color: rgba(120,154,165, 0.9); content: '';
    height: 6%;
    width: 120%;
    position: absolute;
    left: 0;
    bottom: -5px;
    transform: translateY(-50%);
    transition: all .3s; z-index: -1; }

.recru h2::after { background-color: rgba(255, 237, 186, 0.9); content: ''; height: 60%; width: 100%; position: absolute; left: 0; bottom: 0; transform: translateY(-50%); transition: all .3s; z-index: -1; }    
    
    

.recruitment dl { width: 100%; display: inline-block; margin-top: 30px;  }
.recruitment dl dt { width: 60%; height: 150px; display: inline-block; position: relative;}
.recruitment dl dt span { position: absolute; top: 50%; transform: translate(0%, -50%);  }
.recruitment dl dd { width: 39%; display: inline-block; text-align:right; height: 150px; position: relative; }
.recruitment dl dd span { width: auto; display: inline-block; text-align: left; position: absolute; top: 50%; right: 0px; transform: translate(0%, -50%); }
.recruitment .text_master { background:url('../img/text_master.png') no-repeat 100px center; }
.recruitment .text_company { background:url('../img/text_company.png') no-repeat 100px center; }
.recruitment .text_dream { background:url('../img/text_dream.png') no-repeat 100px center; }

.patent .tbl th { background: #E8E8E8 !important; }

.recru .ul ul { padding: 15px; }
.recru .ul ul li { background:url('../img/li_01.png') no-repeat 5px 10px; padding-left: 25px; }
.recru .ul ul li span { width: 80px; font-weight:bold; display: inline-block;}
.txt_cloud { background:url('../img/txt_cloud.png') top right; background-repeat: no-repeat; background-size:contain  } 

/* 약관 Modal */
.modal-title { line-height: 2.2; }
#clauseModal {width:100vw; height: 350px; top: 80px}
#clauseModal .modal-dialog {min-height:auto}
#clauseModal .modal-header,
#clauseModal .modal-footer,
#clauseModal .modal-content {border-radius:0;border:none}
#clauseModal .modal-header {color:#fff;background:#612c93;}
#clauseModal .modal-header .close {color:#fff;}
#clauseModal .modal-body { height:calc(100vh - 80px); overflow:hidden; overflow-y:scroll; color:#666; text-align:justify; font-size:12px; font-weight:300; line-height:1.5; }
.modal ::-webkit-scrollbar { width: 3px;}
.modal ::-webkit-scrollbar-track { background: #fff; }
.modal ::-webkit-scrollbar-thumb { background: #0b2031; }
.modal ::-webkit-scrollbar-thumb:hover  { background: #0b2031; }
#clauseModal .modal-body h4,
#clauseModal .modal-body h5,
#clauseModal .modal-body h6 {margin:0 0 1rem 0; line-height:1.5;  color:#0b2031; font-weight:400;}
#clauseModal .modal-body h5 {font-size:14px; }
#clauseModal .modal-body h5 {font-size:13px; }
#clauseModal .modal-body p {margin:0 0 1rem 0;padding:0; }
#clauseModal .modal-body ul,
#clauseModal .modal-body ol,
#clauseModal .modal-body dl {margin:0;padding:0; list-style:none;}
#clauseModal .modal-body ul li,
#clauseModal .modal-body ol li {list-style-position : outside;}
#clauseModal .modal-body > ul,
#clauseModal .modal-body > ol,
#clauseModal .modal-body > dl {margin-bottom:1.25rem;}
#clauseModal .modal-body ul li {margin-left:1.25rem; padding-left:0.75rem; list-style-type:square; }
#clauseModal .modal-body ol li {margin-left:1.25rem; padding-left:0.75rem; list-style-type:decimal; }
#clauseModal .modal-body ul li ol,
#clauseModal .modal-body ul li ul,
#clauseModal .modal-body ol li ol,
#clauseModal .modal-body ol li ul {margin:0.75rem 0; }
#clauseModal .modal-body ol li ul li {list-style-type:square; }

#clauseModal .close span {font-size: 33px}

.w-25-ul { width: 25%; float: left; text-align: center; }
.w-33-ul { width: 33.333%; float: left; text-align: center; }
.w-50-div { width: 50%; }

.animate { transform: translateY(0px) !important; transform: translateX(0px) !important; transition: all 0.5s ease; opacity: 1 !important;}
#animated-example {z-index:999999;width:45px;height:20px;font-size:0.65em;line-height:20px;background-color:#ffa841;opacity:0.8;color:#fff;position:absolute;top:35px;left:-5px;border-radius:3px}
#animated-example:before {content:"";position:absolute;top:-4px;right:18px;width:4px;height:4px;border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid #ffa841}

/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;width:1px;height:1px;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;width:1px !important;height:1px !important;font-size:0;text-indent:-9999em;line-height:0;border:0 !important;overflow:hidden !important}

/* 본문 바로가기 */
#skip_to_container a {z-index:100000;position:absolute;font-size:0;line-height:0;overflow:hidden;left:0}
#skip_to_container a:focus, #skip_to_container a:active {width:100%;height:75px;background:#21272e;color:#fff;font-size:1.5em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.3em}

/*히스토리 */
#history { position: absolute; top: -20px; right: 50px;}
#history li { float: left; font-size: 10px; padding: 0px 0px 0px 10px }
#history li::after { padding-left: 10px; content: '>';}
#history li:last-child::after{ padding-left: 0px; content: '';}

/* 공통 탭 메뉴 */
.menutabWrap { padding: 0px; color:rgba(255, 255, 255, 0.6); transition:color .2s; background-color: transparent; margin-left: auto; transform: translateY(-100%); }
.menutabWrap .container { padding: 0px; }
.nav.nav-tabs { display: flex; height: 60px; background: rgba(0,0,0,.35); }
.nav.nav-tabs li { flex: 1; position: relative; text-align: center; height: 100%; }
.nav.nav-tabs li:first-child { display: none;}
.nav.nav-tabs li::before { content: ''; position: absolute; left: 50%; top: 67px; transform: translateX(-50%); width: 7px; height: 7px; background: #fff; border-radius: 50%; opacity: 0; transition: opacity .3s, transform .3s; }
.nav.nav-tabs li::after { content: ''; position: absolute; right: 0; top: 50%; transform: translate3d(0, -50%, 0); width: 1px; height: 18px; background: rgba(255, 255, 255, 0.3); }
.nav.nav-tabs li:last-of-type::after { display: none; }
.nav.nav-tabs li a  {display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; font-size:16px; color:#fff; width:100%; transition: all .3s ease;
    font-weight:400;  background-color: transparent; word-break: keep-all; padding-top: 20px;}
.nav.nav-tabs li.active a, .nav.nav-tabs li:hover a { background: #fff; color: #000; font-weight: 500; }
.nav.nav-tabs li.active::before,
.nav.nav-tabs li:hover::before{ transform: translateX(-50%) translateY(-23px); opacity: 1; }
.nav-pills .nav-link:not(.active):hover {color:#E74D16;}

/* .nav { position: fixed; top: -22px; left: 0; width: 100%; transition: all 0.5s ease; opacity: 0;  }
.nav.nav-tabs { position: relative; opacity: 1; transition: unset; transform:unset; display: -webkit-box; display: -ms-flexbox;
  display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-left: 0;  list-style: none; background-color: #FAFAFA; border: none; }
.nav.nav-tabs li { text-align: center; margin: 0px;  padding: 0px; }
.nav.nav-tabs li a { color: #fff; width: 100%;  padding: 10px 0px; font-weight: normal!important;border-radius:0px !important; }
.nav.nav-tabs li a:after { float: right; content: '|'; color: #fff; }
.mobile .nav.nav-tabs li a:after { content: '';}
.nav.nav-tabs li:last-child a:after { content: none !important; } 
.nav.nav-tabs li.home { color :#fff; line-height: 40px; background-color: #000;}

.nav.nav-tabs li a.active, .nav.nav-tabs li a {border : 1px solid #15365F; background: #15365F; }
.nav.nav-tabs li a.active, .nav.nav-tabs li a:hover { color: #fff!important; border: 1px solid #15365F; background: #15365F;  }

.nav-pills .nav-link {border-radius:0px} */

/* --- subNavi ---- */

#mqSub .location { position: absolute; left: 3.7%; bottom: 70px; }
#mqSub .location li { display: inline-block; margin-right: 11px; }
#mqSub .location li a { font-size: 15px; color: #888; }
#mqSub .location li:first-of-type a { display: block; transform: translateY(2px); }
#mqSub .location li:last-of-type a { color: #222; }


@media (min-width:769px) {
    .nav.nav-tabs li a {display: block}
}


 /* 기본 탭메뉴 */
ul.menutab { margin: 10px 0px; padding: 0px; width: 100%; display: inline-block; border: 1px solid #dddddd; }
ul.menutab li {float:left;  text-align: center; padding: 10px 0px; }
ul.menutab li a { color: #797979; }
ul.menutab li.active a { color: #fff; }
ul.menutab li.active {  background-color: #612c93;   }

ul.menutab.w2 li { width: 49.999999%; }
ul.menutab.w3 li { float:left; width: 33.33%; text-align: center;  }
ul.menutab.w4 li { float:left; width: 24.99%; text-align: center;  }


/* 반응형 테이블 */
.table-responsive  { min-width: 100%; }
.table-responsive .table { width: 99.99%; min-width: 800px}
.table-responsive .table th { text-align: center; vertical-align: middle;}
.table-responsive .table td { border-bottom: 1px solid #E9E9E9; border-right: 1px solid #E9E9E9; border-left: 1px solid #E9E9E9; vertical-align: middle;}

.table-responsive .tbl { border-top: 2px solid #C9C9C9; border-bottom: 2px solid #C9C9C9; }
.table-responsive .tbl th { background: #FFFAED; } 
.table-responsive .tbl2 { font-size: 15px;}
.table-responsive .tbl2 th { background: #FEF9D5; font-size: 16px; }

@media(max-width:769px){
    .table-responsive .table {min-width: 769px;}
}


.scroltable_wrap .scroltable {
    /*display: none;*/
        position: absolute;
        width: 40px;
        height: 100%;
        cursor: pointer;
}

.scroltable_wrap { position: relative; }

.scroltable.scroltable-nav-left{
    left: 0;
    background: linear-gradient(to left,rgba(255,255,255,0),#fff);
}

.scroltable.scroltable-nav-left:before{
    display: inline-block;
    position: absolute;
    z-index: 999;
    left: 8px;
    top: 40%;
    content: "\f0a6";
    font-family: "fontAwesome";
}

.scroltable.scroltable-nav-left:after{
    display: inline-block;
    position: absolute;
    z-index: 999;
    left: 8px;
    top: 40%;
    margin-top: 20px;
    content: "\f060";
    font-family: "fontAwesome";
}

.scroltable.scroltable-nav-right{
    right: 0;
    background: linear-gradient(to left,rgba(255,255,255,0),#fff);
}

.scroltable.scroltable-nav-right:before{
    display: inline-block;
    position: absolute;
    z-index: 999;
    right: 15px;
    top: 40%;
    content: "\f0a6";
    font-family: "fontAwesome";
}

.scroltable.scroltable-nav-right:after{
    display: inline-block;
    position: absolute;
    z-index: 999;
    right: 15px;
    top: 40%;
    margin-top: 20px;
    content: "\f061";
    font-family: "fontAwesome";
}

.desktop .scroltable-nav-left { display: none !important;}
.desktop .scroltable-nav-right { display: none !important;}

.td_subject a.bo_tit { width: 800px; display: inline-block;  overflow:hidden; white-space:nowrap; text-overflow: ellipsis; }

@media (max-width:768px) {
    .td_subject a.bo_tit { width: 180px; }
}

/* 기본 테이블 */
.table thead th { vertical-align: middle !important; }
.table td { letter-spacing: 0px; }

.table.table-striped th { text-align: center; vertical-align: middle;}
.table.table-striped td { vertical-align: middle;}
.table.table-striped td ul li, .basic_ul li { font-size:0.8em; line-height: 30px; background: url('../img/buliet.png') no-repeat 0px 12px; padding-left: 15px; text-align: left; }
.table.table-striped td ul li span { font-weight:bold; }


/* 퀵메뉴추가 */
#quick_wrap {position: fixed; bottom: 50px; right: 10px; z-index: 1000}
#quick_wrap ul li {margin-bottom: 15px;}
#quick_wrap ul li a img {border-radius: 100%;}
#quick_wrap #to_top img {border: 1px solid #aaa}

#quick_wrap .tell_fix {display: none;}

@media(max-width:769px){
    #quick_wrap ul li {margin-bottom: 10px;}
    #quick_wrap ul li a img {width: 40px}

    #quick_wrap .tell_fix {display: block;}
}


/* 프로모션 */
#hd_top { position: relative;  }
#hd_top a {color: #ffffff; }
#hd_top a img {margin-right: 10px;}
#hd_top a.link { display: inline-block; width: 50%; text-indent: -999px; }

.hd_top_x {position: absolute; bottom: 10px; right: 150px; z-index: 2;}
.hd_top_close {position: absolute; bottom: 10px; right: 50px;}

@media (max-width:768px) {
    #hd_top { display: none; }
}

/* 글쓰기 파일 관련 */
ul li.bo_w_flie { margin-bottom: 10px; font-size: 0.8rem; }

#bo_w h2.title { margin-bottom: 10px; }
#bo_w .bo_w_flie .lb_icon {position:absolute;top:0px;left:0px;border-radius:3px 0 0 3px;height:38px;line-height:38px;width:40px;font-size:1.2em;text-align:center;color:#b2b2b2}
#bo_w .bo_w_flie .frm_file {padding-left:50px;margin-top:3px}
#bo_w .bo_w_flie .file_wr {position:relative;border:1px solid #ccc;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;height:40px;margin:0}
#bo_w .bo_w_flie .frm_input {margin:10px 0 0}
#bo_w .bo_w_flie .file_del {position:absolute;top:10px;right:10px;font-size:0.92em;color:#7d7d7d}


/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;width:100%;  }

#hd_pop h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border-radius: 20px; box-shadow: 0 4px 9px rgba(0,0,0,0.3); z-index: 10000}
.hd_pops_con { position: relative; overflow: hidden; }
.hd_pops img {max-width:100%;height:auto; border-radius: 20px;}

/*
.hd_pops_footer {padding:10px 0;background:#000;color:#fff;text-align:right}
.hd_pops_footer button {margin-right:5px;padding:5px 10px;border:0;background:#393939;color:#fff}
*/

.hd_pops_con .hd_pops_reject { position:absolute; top: 0px; right: 0px; padding: 5px; z-index: 99999; width: 150px; background-color: #000; border-top-right-radius:15px;  }

/* 오늘 하루 닫기 아래로 이동시
.hd_pops_con .hd_pops_reject { position:absolute; bottom: 12px; left: 0px; z-index: 99999; width: 100%; padding: 0px 0px 0px 40px; line-height: 30px; background: #ffc107; color:#000; font-size: 12px;  }
*/

.hd_pops_close { position:absolute; top: 5px; right: 0px; z-index: 99999; border:none; display: inline-block; width: 20px; height: 20px; font-size: 20px; cursor: pointer; color: #fff !important;}

.hd_pops_con .hd_pops_reject label {
    color: #fff;
    opacity: 0.5;
    font-size: 11px;
}
/* 링크가 두개일 경우
.pop_3_0 { padding-top: 100px; }
.pop_3_0 .link1, .pop_3_0 .link2 { display: inline-block; width: 100%; height: 140px; text-indent: -999px;  }
*/

@media (max-width:768px) {
    .hd_pops_con { width: 360px !important; }
    .hd_pops { top: 100px !important; left:50% !important; margin:0px 0 0 -160px; max-width: 360px }
}

@media screen and (max-width: 460px)
{
    .hd_pops_con { width: 320px !important; }
    .hd_pops { top: 100px !important; left:50% !important; margin:0px 0 0 -160px; max-width: 320px; }
}

.checkbox {
    width: 18px;
        height: 18px;
        border: 0;
        background: url(../img/bg_checkbox.png) no-repeat 0 0;
        background-size: 18px 18px;
        -webkit-appearance: none;
}
/* 유튜브 팝업 */
.reveal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99998;
}

.video-wrapper {
    width: 100%;
    z-index: 99999;
}

.video-wrapper_div2 {
    width: 1000px;
    max-width: 100%;
    margin: 100px auto;
    text-align: center
}

.video-wrapper_div {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    z-index: 99999;
}

.video-wrapper video, .video-wrapper iframe {
    box-shadow: 30px 30px 50px rgba(0, 0, 0, 0.2);
    z-index: 99999;
    max-height: 80%;
}
.reveal .video-popup-closer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99998;
}

.video-wrapper .close_icon { position: relative; }
.video-wrapper .close_icon i.fa-times { position: absolute; z-index: 9999999999;top: -40px;
    right: 0px;
    color: #fff;
}
/* 유튜브 팝업 */



/* 동영상 영역 768px 이하 100% */
@media all and (max-width: 768px) {
    .video-wrapper {max-width: 96%; margin: 50px auto;}
    .video-wrapper_div2 {
        width: 100%;
        margin-top: 30px;
    }

}

/* 동영상 영역 768px 이하 100% */
.checkbox.checked { background: url(../img/bg_checkbox_checked.png) no-repeat 0 0; background-size: 18px 18px; -webkit-appearance:none;}

/* 서브 콘텐츠 공통 */

.content_wrap h2 { font-size: 1.2em; font-weight:bold; margin-top: 20px; position: relative; color: #11459c; padding: 10px 0px; }

.content_wrap h3 { font-size: 1em; font-weight:bold;}

/* 상단 레이아웃 */
#hd{width:100%;z-index:999; position: absolute; height: 74px; -webkit-transition: padding 0.3s linear, top 0.3s linear; transition: padding 0.3s linear, top 0.3s linear; 
    /* background-color: rgba(56, 56, 56, 0.4); */
}
#hd::before { -webkit-transition:opacity 0.3s linear, background 0.3s linear; transition:opacity 0.3s linear, background 0.3s linear; }

#hd .gnb_bg, #hd .gnb_2dul{ height: 0px; transition: all 0.3s; }

#gnb:hover .gnb_bg, #gnb:hover .gnb_2dul{ padding-top: 20px; height: 330px; transition: all 0.5s; } 

#hd:after {display:block;visibility:hidden;clear:both;content:""}

#hd_h1 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
#hd_wrapper{ margin:0 auto; width: 100%; }
#hd_wrapper:after {display:block;visibility:hidden;clear:both;content:""}

#hd_wrapper .container { position: relative; z-index: 100; }

#logo {float:left; padding:10px 10px 0px 10px; position: relative; z-index: 999;}
#logo img{vertical-align:middle;max-height:100%;}

#gnb_empty {padding:20px 0;color:#fff;text-align:center;line-height:2em}
#gnb_empty a {display:inline;text-decoration:underline}

.gnb_bg { position: absolute; top: 73px; overflow: hidden; width: 100%; background:rgba(20,20,20,0.8); height: 0px; max-height: 350px;   -webkit-transition: max-height 1s; -moz-transition: max-height 1s; -ms-transition: max-height 1s; -o-transition: max-height 1s; transition: max-height 1s; }

#gnb{ width: 100%; margin: 0px auto; display: inline-block; position: absolute; left:0px; z-index: 99; background: #fff; box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 50%); }
#gnb .gnb_1dul:after {display:block;visibility:hidden;clear:both;content:""}
.gnb_wr{max-width:1200px;padding-right:200px;margin:0 auto;position:relative;}
#gnb > a {display:block; color: #000;}
#gnb #gnb_1dul { float: right; }
.gnb_1dli{position:relative;float:left;line-height:40px; padding: 0px 10px; }
.gnb_1dli > a { position: relative; }
.gnb_1dli > a:after { content: ""; position: absolute;
    bottom: 0;
    left: 50%;
    width: 0; height: 3px; background: #E74D16; transition: .2s linear;
}

.gnb_1dli > a:hover:after { left: 0; width: 100%; background: #E74D16; }

.gnb_1dli button{display:none}
.gnb_1da  {float:left;padding:0px 0px 0px 0px;color:#fff;line-height:75px;font-size:18px;font-weight:500; text-align: center; width: 120px;}
.gnb_2dul {position:absolute;top:73px;left:0;height:0px;min-width:100%; overflow: hidden; }

/* .gnb_1dli:hover .gnb_2dul,  */
/* .hd_zindex .gnb_2dul {display:block; } */

.gnb_1dli:hover:before{position:absolute;bottom:0px;left:0px;width:100%;height:3px;content:''}
.gnb_1dli:hover .gnb_1da{color:#E74D16;}
.gnb_2dli .gnb_2da {color:#fff;padding:0px 0px 0px 0px;font-weight:normal; word-break: keep-all; display: inline-block; line-height: 20px;}
.gnb_2dli .gnb_2da:hover{color:#E74D16;}


#tnb{background:#000; line-height:40px; }
#tnb ul {max-width:1200px;margin:0 auto}
#tnb ul:after {display:block;visibility:hidden;clear:both;content:""}
#tnb li{float:left}
#tnb li a{color:#b8b8b8;padding-right:20px;}
#tnb .tnb_res a{background:#fa576b;color:#fff;padding:0 20px;font-weight:600;}
#tnb .tnb_res a:hover{background:#ff2f48}
#tnb .tnb_res i{margin-right:5px}
#tnb .tnb_sns i{color:#fa576b;margin-right:5px}

.hd_sch_btn{float:right;width:50px;border:0;background:0;height:80px;color:#000;font-size:18px;vertical-align:top; display: none}
#hd_sch{z-index:10;display:none;position:absolute;top:40px;left:0;background:#121418;width:100%;}
#hd_sch .sch_wr{margin:0 auto;max-width:1200px;position:relative;}
#hd_sch #sch_stx {background:none;border:0;width:100%;height:80px;padding:0 50px;color:#fff;font-size:1.385em}
#hd_sch #sch_stx:focus{outline:0;border-bottom:2px solid #ea185f}
#hd_sch #sch_submit{background:none;border:0;position:absolute;top:0;left:0;color:#fff;height:80px;width:50px;font-size:18px;}
#hd_sch .btn_close{background:none;border:0;position:absolute;top:0;right:0;width:50px;height:80px;color:#aaa;font-size:18px}
#hd_sch .btn_close:hover{color:#fff}

.right{border:0;background:none;position:relative;}
.right button{background:none;border:0;color:#c7c2bc;padding: 0 13px;height:34px;vertical-align:top}
.right img{vertical-align:middle;width:20px;height:20px;border-radius:50px}

#ol_after_private{display:none;position:absolute;top:40px;right:0;background:#fff;border-radius:3px;z-index:9;padding:10px 0;width:160px;
-webkit-box-shadow: 0 2px 7px rgba(0,0,0,0.2) ;
-moz-box-shadow: 0 2px 7px rgba(0,0,0,0.2);
box-shadow: 0 2px 7px rgba(0,0,0,0.2);}
#ol_after_private li{line-height:30px;display:block;float:none}
#ol_after_private li a{color:#808a9b;display:block;padding: 0 15px}
#ol_after_private li a:hover{background:#eee;color:#ea185f}
#ol_after_private li a:after {display:block;visibility:hidden;clear:both;content:""}
#ol_after_private li strong{display:inline-block;background:#fac843;float:right;line-height:20px;color:#fff;border-radius:30px;padding:0 7px;font-size:0.92em;margin-top:6px}
#ol_after_private li .admin{color:#ff0000 !important}

@media (max-width: 969px){
    #tnb .right button{padding:0;color:#fff}
    #tnb .prf{border-left:0;width:100%;padding: 0 0 10px}
    #ol_after_private{left:0;right:none}
    .right img{width:25px;height:25px}
}
#gnb_open{ position: absolute; top: 0px; right: 0px; width: 50px;border: 0 ;background: 0;height: 80px;color: #000; font-size: 24px; display: none; color:#fff;}

/*
#gnb2 {display:none;position:fixed;top:0;right:0;height:100%;background:#202228;z-index:99999;width:30%;min-width:300px}
#gnb2 .btn_close {position:absolute;top:0;right:0;width:50px;height:50px;border:0;background:none;color:#555}
#gnb2 .gnb_tnb{padding:0 10px;}
#gnb2 .gnb_tnb li{display:inline-block;line-height:50px}
#gnb2 .gnb_tnb li a{color:#b8b8b8;display:block;padding:0 10px}
#gnb2_1dul{margin:20px 0}
#gnb2_1dul .gnb2_1dli{position:relative}
#gnb2_1dul .gnb2_1dli button{position:absolute;top:0;right:0;border:0;background:none;height:50px;width:50px;text-indent:-999px;overflow:hidden; background: url(../img/mobile/gnb_bg2.png) no-repeat 50% 50%;background-size:10px}
#gnb2_1dul .gnb2_1da{padding:0 20px;display:block;color:#fff;font-size:1.15em;line-height:50px}
#gnb2_1dul .gnb2_2dul {display:none}
#gnb2_1dul .gnb2_2da {color:#a8a6b0;padding:0 30px;font-weight:normal;white-space: nowrap;line-height:30px}
*/

/* 모바일 헤더 메뉴추가 */
.m_gnb_wrap{ position:absolute; right:-200%; top:0; bottom:0; display: none; width:320px; height:100%; padding-top: 0px; -webkit-transition: padding 0.3s linear, top 0.3s linear;
    transition: padding 0.3s linear, top 0.3s linear; background:#0FA5A4;  transition: 0.6s; z-index: 2000}
.m_gnb_wrap h2 { position: relative; padding-left: 10px; line-height: 55px; background-color: rgba(20,20,20,.6); }
.m_gnb_wrap h2 img { width: 50%; margin: 10px 0px;}
.m_gnb_wrap .btnWrap { position: relative; height: 60px; background:#95B40F; }
.m_gnb_wrap.open{ right:0px; transition: 0.6s; display: inline-block;}
.m_gnb_wrap .btnWrap a { display:inline-block; padding:8px 15px; margin: 10px 0px 0px 15px; border:#fff solid 1px; border-radius:40px; font-size:14px; font-weight:500; color:#fff;   }

.m_gnb_wrap .m_etc_menu{ text-align: center; border-top:#404c6a solid 1px; padding:15px; background:#132248; }
.m_gnb_wrap .m_etc_menu > li{ display:inline-block; width:48%;  text-align: center; }
.m_gnb_wrap .m_etc_menu > li > a{ display:block; padding:15px 0;  font-size:16px; color:#fff; border:#404c6a solid 1px; border-radius: 5px; }
.m_gnb_wrap .m_etc_menu > li > a:hover{ background:#fff; border:#000 solid 1px; color:#424242  }
.m_gnb_wrap .m_gnb { position:relative; height:100%; background:#fff; overflow: auto; padding: 10px 15px 10px 25px;}
.m_gnb_wrap .m_gnb > li { border-bottom:#e1e1e1 solid 0.5px;  }
.m_gnb_wrap .m_gnb > li > a { display: block; padding: 13px 20px; border-bottom: 1px solid #e5e5e5;position: relative; }
.m_gnb_wrap .m_gnb > li > a:before { right: 17px; width: 12px; height: 2px; background: #000; }
.m_gnb_wrap .m_gnb > li > a:after { right: 22px; width: 2px; height: 12px; background: #000; }
.m_gnb_wrap .m_gnb > li > a:before, .m_gnb_wrap .m_gnb > li > a:after { content: "";position: absolute; z-index: 2;top: 0; bottom: 0; margin: auto; border: none; transform: none;-webkit-transform: none;
}    

.m_gnb_wrap .m_gnb > li.open > a{ background: #fff; border-bottom: 3px solid #EF7E2D; display: block; position: relative; color:#EF7E2D;}
.m_gnb_wrap .m_gnb > li.open > a:before { background:#EF7E2D;}
.m_gnb_wrap .m_gnb > li.open > a:after{ display:block; position:absolute; left:0; top:0; height:100%; width:0px; background:#000; content:""; }
.m_gnb_wrap .m_gnb > li:first-child > ul{ position: relative; left: 0px; display:block; width: 100%; }
.m_gnb_wrap .m_gnb > li > ul{ display:none; position:relative; top:0px; left:0%; width:100%; height:100%; background:#fff; border-top:none; border-left:none;  overflow-y:scroll }
.m_gnb_wrap .m_gnb > li > ul > li{ border-bottom:none;}
.m_gnb_wrap .m_gnb > li > ul > li > a{ display: block; padding:13px 15px; text-align: left; border-bottom: 1px solid #e5e5e5; background: #f8f8f8; color:#555; font-size:14px; }
.m_gnb_wrap .m_gnb > li > ul > li.has_sub.open > a{ background:#46ab3a; color:#fff; }
.m_gnb_wrap .m_gnb > li > ul > li > ul{ display:none; background:#f8f8f8; padding:10px 0 10px 10px; border-top:#eee solid 1px;  }
.m_gnb_wrap .m_gnb > li > ul > li > ul > li > a{ display:block; padding:10px; font-size:12px; }

.m_gnb_wrap .m_gnb > li > ul > li.has_sub{ position:relative}
.m_gnb_wrap .m_gnb > li > ul > li.has_sub:before, .m_gnb_wrap .m_gnb > li > ul > li.has_sub:after{ position:absolute; display:block; content:""; background:#5f5f5f;}
.m_gnb_wrap .m_gnb > li > ul > li.has_sub:before{right:10px;top: 27px;width:12px;height:2px;}
.m_gnb_wrap .m_gnb > li > ul > li.has_sub:after{right:15px;top: 22px;width:2px;height:12px;}
.m_gnb_wrap .m_gnb > li > ul > li.has_sub.open:after{ transform:rotate(-270deg); transition:0.2s; background-color:#fff }
.m_gnb_wrap .btn_m_close{ position: absolute; right:20px; top:13px; color: #fff; width:30px; height:30px; text-indent: -9999px; }
.m_gnb_wrap .btn_m_close span{ display:block;  text-indent: -9999px;}
.m_gnb_wrap .btn_m_close:before, .m_gnb_wrap .btn_m_close:after{ position:absolute; top:15px; display:block; width:30px; height:2px; content:""; background:#fff;  }
.m_gnb_wrap .btn_m_close:before{   transform: rotate(45deg);}
.m_gnb_wrap .btn_m_close:after{   transform: rotate(-45deg);}

.drawer{ position: fixed; width:100%; height:100%; left:0; top:0; background:rgba(0,0,0,0.7); visibility: hidden;  z-index: 1000}
.drawer.open{ visibility: visible;}


@media (max-width: 969px){
    #logo {padding:15px 10px}
    #gnb_open{display: block}
    .hd_sch_btn , #gnb_open{height:68px}
    #hd_sch {top:0}
    #hd_sch #sch_submit,#hd_sch .btn_close,#hd_sch #sch_stx{height:60px}
}


/*상단고정*/
.fixed #hd { position: fixed; top: 0; left: 0; backdrop-filter: blur(40px) !important; background-color: rgba(255,255,255,0.08); }
.fixed #hd #tnb {display:none}
.fixed #wrapper{padding-top:60px;}
.fixed #hd_wrapper {height: 90px}

@media (max-width: 1150px){
    .gnb_1da {padding: 0px 0px 0px 50px}
}

@media (min-width: 970px){
    .fixed .hd_sch_btn ,.fixed #gnb_open{height:60px}
    .fixed .gnb_1dli button{height:60px}
    .fixed #hd_sch {top:0}
    .fixed  #hd_sch #sch_submit,.fixed #hd_sch .btn_close,.fixed #hd_sch #sch_stx{height:60px}

}

@media (max-width: 969px){
    #logo img {width: 150px}
    #hd_wrapper {height: 65px}
    
    .fixed #hd_wrapper {height: 65px}
}
@media (max-width: 769px){
    .hd_sch_btn {display: none}

    #hd_sch {clear: both; display: none; width: 90%; position: inherit; top: 15px; left: inherit; margin: 15px auto 25px auto; }
    #hd_sch #sch_stx,
    #hd_sch #sch_submit,
    #hd_sch .btn_close {height: 40px;}

    .fixed #hd_sch {display: none}

    .solution h2, .work h2, .recru h2, .patent h2 { font-size: 20px;}
    .txt_bg { font-size: 16px;}
 
}

/* 중간 레이아웃 */
#wrapper:after {display:block;visibility:hidden;clear:both;content:""}
#container {position:relative;min-height:550px}
#container:after {display:block;visibility:hidden;clear:both;content:""}
#container_title {position:relative;font-weight:bold;background:#fff;color:#333; text-align:center;z-index:9;background:rgba(0,0,0,0.4);line-height:300px;color:#fff;font-size:2.5em}

#container>p{display:none;}

.idx_con{margin: 0 auto;max-width:1200px;text-align:center;}
.idx_con ul:after {display:block;visibility:hidden;clear:both;content:""}
.idx_con li{float:left;width:33.333%;padding:7% 20px}
.idx_con li h2 i{font-size:25px;background:#a8a8a8;color:#fff;width:70px;line-height:70px;border-radius:50px;margin-bottom:5px}
.idx_con li:hover i{background:#ea185f}
.idx_con li h2 span{display:block;font-size:1.385em }
.idx_con li:hover span{color:#ea185f}
.idx_con li p{margin:20px 0;color:#494949;font-size:1.154em   }
.idx_con li a{display:inline-block;color:#a9a9a9;text-decoration:underline}

.idx_lt{background:#f6f6f6;padding:80px 0}
.idx_lt_wr{margin:0 auto;max-width:1200px}
.idx_lt_wr:after {display:block;visibility:hidden;clear:both;content:""}
.idx_lt_wr .lt{float:left;width:33.333%}

 @media (max-width: 969px){
    .idx_con{padding:50px 0}
    .idx_con li{width:100%;padding:20px }
    .idx_con li h2 i{width:50px;line-height:50px;font-size:20px;}
    .idx_lt_wr .lt{width:100%}
    .idx_lt{padding:30px 0}
    #container_title {line-height:150px;;font-size:1.5em}
 }
 @media (max-width:639px){
    #container_title {line-height:55px;border-bottom:1px solid #eee;color:#000;font-size:1em;;text-align:left;padding:0 20px;background:none}

 }

 /* 게시판 목록 카테고리 */
#bo_cate {background:#ecf2f3;padding:7px;margin:10px 0;border:1px solid #bed1d4}
#bo_cate h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_cate ul {zoom:1}
#bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""}
#bo_cate li {display:inline-block;padding:2px;}
#bo_cate a {display:block;line-height:26px;padding:0 10px;border-radius:3px;border:1px solid transparent}
#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active {text-decoration:none;background:#d2d6dc;}
#bo_cate #bo_cate_on {z-index:2;background:#3497d9;color:#fff;font-weight:bold;border-bottom-color:#1977b5;
-webkit-box-shadow: inset 0 2px 5px rgb(33, 135, 202);
-moz-box-shadow: inset 0 2px 5px rgb(33, 135, 202);
box-shadow:inset 0 2px 5px rgb(33, 135, 202);}

/* 게시판 검색 */
#bo_sch {position: relative; width: 320px; margin: 0 auto; border: 1px solid #292929}
#bo_sch:after {display:block;visibility:hidden;clear:both;content:""}
#bo_sch legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#bo_sch select{border:0;margin:9px 5px ; line-height:21px;float:left;border-right:1px solid #ddd; background: #fff;}
#bo_sch .sch_btn{border:0;width:40px;background: #fff; color: #292929;}
#bo_sch input {border: none;}


/* 게시판 목록 하단 버튼 */
.bo_fx {margin-bottom:5px;float:right;zoom:1}
.bo_fx:after {display:block;visibility:hidden;clear:both;content:""}
.bo_fx ul {margin:0;padding:0;list-style:none}
.btn_bo_user {float:right;margin:0;padding:0;list-style:none}
.btn_bo_user li {float:left;margin-left:5px}

/* 게시판 읽기 */
#bo_v {margin-bottom:20px;padding:20px;background:#fff}

#bo_v_table {position:absolute;top:0;right:16px;margin:0;padding:0 5px;height:25px;background:#ff3061;color:#fff;font-weight:bold;line-height:2.2em}

#bo_v_title .bo_v_cate{display:inline-block;line-height:26px;background: #3497d9;color: #fff;font-weight: bold;border-bottom:1px solid #1977b5;padding:0 10px;border-radius:3px;
-webkit-box-shadow: inset 0 2px 5px rgb(33, 135, 202);
-moz-box-shadow: inset 0 2px 5px rgb(33, 135, 202);
box-shadow: inset 0 2px 5px rgb(33, 135, 202);}
#bo_v_title .bo_v_tit{display:block;font-size:2em;margin:5px 0 0 }

#bo_v_info {padding: 10px 0 15px;margin:0 0 20px;border-bottom:1px solid #ddd;color:#666}
#bo_v_info:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_info h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_info strong {display:inline-block;margin:0 10px 0 0;font-weight:normal}
#bo_v_info .sv_member,
#bo_v_info .sv_guest,
#bo_v_info .member,
#bo_v_info .guest {font-weight:bold}
#bo_v_info .profile_img img{border-radius:50%}
#bo_v_info .sv_member{color:#000}
#bo_v_info .if_view{display:inline-block;background:url(./img/icon_view.png) no-repeat 50% 50%;height:15px;width:20px;overflow:hidden;text-indent:-999px;vertical-align:middle;margin-right:3px}
#bo_v_info .if_comment{display:inline-block;background:url(./img/icon_comment.png) no-repeat 50% 50%;height:15px;width:20px;overflow:hidden;text-indent:-999px;vertical-align:middle;margin-right:3px}
#bo_v_info .if_date{float:right;margin:0;font-style:italic;color:#888}

#bo_v_file {margin:10px 0;border:1px solid #d4d4d4}
#bo_v_file h2 {padding:10px;background: #f3f3f3}
#bo_v_file ul {margin:0;padding:5px 0;list-style:none}
#bo_v_file li {padding:5px 10px;position:relative;}
#bo_v_file a {display:inline-block;color:#3497d9;text-decoration:underline;word-wrap:break-word}
#bo_v_file a:focus, #bo_v_file a:hover, #bo_v_file a:active {text-decoration:none}
#bo_v_file img {float:left;margin:0 10px 0 0}
.bo_v_file_cnt  {position:absolute;top:5px;right:10px;color:#888;font-size:0.92em}

#bo_v_link {margin:10px 0;border:1px solid #d4d4d4}
#bo_v_link h2 {padding:10px;border-bottom:1px solid #e8e8e8;background: #f3f3f3}
#bo_v_link ul {margin:0;padding:5px 0;list-style:none}
#bo_v_link li {padding:5px 10px;position:relative;}
#bo_v_link a {color:#3497d9;text-decoration:underline;word-wrap:break-word}
#bo_v_link a:focus, #bo_v_link a:hover, #bo_v_link a:active {text-decoration:none}
.bo_v_link_cnt {position:absolute;top:5px;right:10px;color:#888;font-size:0.92em}

#bo_v_top {zoom:1}
#bo_v_top:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_top h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_top ul {padding:0;list-style:none}

#bo_v_bot {zoom:1}
#bo_v_bot:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_bot h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_bot ul {padding:0px;list-style:none;}

.bo_v_com {margin:20px 0;float:right}
.bo_v_com li {float:left;margin-left:5px}

.bo_v_left {margin:20px 0;float:left}
.bo_v_left li {float:left;margin-right:5px}

.bo_v_nb {margin:20px 0;position:relative;clear:both;text-align:left;;border-bottom:1px solid #ddd}
.bo_v_nb:after {display:block;visibility:hidden;clear:both;content:""}
.bo_v_nb li {border-top:1px solid #ddd;padding-left:10px; padding-right:10px; padding-top:15px; padding-bottom:15px; border-left:1px solid #ddd;border-right:1px solid #ddd; overflow:hidden;}
.bo_v_nb li:hover{background:#f6f6f6}
.bo_v_nb li i{font-size:13px}
.bo_v_nb li .nb_tit{display:inline-block;padding-right:20px;color:#4567b5}
.bo_v_nb li a { width:170px; padding:0 5px;  text-overflow:ellipsis; white-space:nowrap; display: inline-block; }

@media (max-width:769px) {
    .bo_v_nb li a { overflow: hidden; }
}

.bo_v_nb li .nb_date{float:right;color:#888}

#bo_v_atc {min-height:200px;height:auto !important;height:200px}
#bo_v_atc_title {position:absolute;font-size:0;line-height:0;overflow:hidden}

#bo_v_img {width:100%;overflow:hidden;zoom:1; text-align: center}
#bo_v_img:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_img img {margin-bottom:20px;max-width:100%;height:auto}

#bo_v_con {margin:10px 0 30px;width:100%;line-height:1.7em; word-break:break-all;overflow:hidden}
.mobile #bo_v_con { overflow: scroll;}
#bo_v_con a {color:#000;text-decoration:underline}
#bo_v_con img {max-width:100%;height:auto}

#bo_v_act {margin-bottom:30px;text-align:center}
#bo_v_act .bo_v_act_gng {position:relative}
#bo_v_act a {margin-right:5px;vertical-align:middle}
#bo_v_act a:hover{background-color:#f3f3f3}
#bo_v_act_good, #bo_v_act_nogood {display:none;position:absolute;top:30px;left:0;padding:10px 0;width:165px;background:#ff3061;color:#fff;text-align:center}
#bo_v_act .bo_v_good{display:inline-block;border:1px solid #000;;width:70px;height:70px;padding-top:40px;background:url(./img/icon_good.png) 25px 18px no-repeat;border-radius:50%;font-style:italic}
#bo_v_act .bo_v_nogood{display:inline-block;border:1px solid #000;width:70px;height:70px;padding-top:40px;background:url(./img/icon_bad.png) 25px 18px no-repeat;border-radius:50%;font-style:italic}

#bo_v_share{position:relative;margin:20px 0;text-align:right}
#bo_v_share .btn{padding:0 10px 0 0;color:#555;font-weight:normal;font-size:1em ;line-height:30px;height:32px;border-radius:0;border-color:#d5d5d5}
#bo_v_share .btn:hover{background:#fff}
#bo_v_share .btn i{margin-right:5px;;background:#eee;color:#333;text-align:center;width:30px;line-height:30px;vertical-align:top;}

/* sns 공유 버튼 */
.fix_wrap {position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 100; background: rgba(0,0,0,0.5); width: 100%; height: 100%; z-index: 10000}
.bo_v_snswr{width: 540px; height: 300px; position: fixed; bottom: 50%; left: 50%; margin-left: -270px; margin-bottom: -150px; background: #fff; padding: 20px}
.bo_v_sns { z-index: 99999;display: block; padding: 20px 0; border:none;}
.bo_v_sns li {float:left;display:block;width:25%;text-align:center; line-height: 40px; margin-bottom: 20px;font-size: 0;}
.bo_v_sns li a{height:40px;padding:10px 0; font-size: 14px; color: #292929!important}
.bo_v_sns li img{vertical-align: top; width:40px;display: block; margin: 0 auto}

.bo_v_sns_hd {width: 100%; height: 50px; position: relative;text-align:left}
.bo_v_sns_hd .bsh_close {position: absolute; top: 0px; right: 5px}
.bsh_title {font-size: 22px; font-weight: 600; padding-bottom: 20px; border-bottom: 1px solid #ddd;}


@media(max-width:769px){

    .bo_v_snswr {bottom: 0px; width: 100%; margin-left: 0; left: 0; margin-bottom: 0; height: 280px; padding: 15px 5px}
    .bo_v_sns li {line-height: 30px; margin-bottom: 10px}
    .bo_v_sns li a {font-size: 11px;}
    .bo_v_sns li img {width: 60px }
    .bo_v_sns_hd {height: 35px; padding: 0px 10px}
}


/* 기본테이블 */
.tbl_wrap {margin:0 0 10px}
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_wrap caption {padding:10px 0;color:#4b8b99;font-weight:bold;text-align:left}

.tbl_head01 {margin:0 0 10px}
.tbl_head01 table {border-bottom:1px solid #d3d3d3}
.tbl_head01 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head01 thead th {padding:12px 0;border-bottom:1px solid #d3d3d3;background:#fff;color:#383838;font-size:0.85em;text-align:center;letter-spacing:-0.1em}
.tbl_head01 thead a {color:#383838}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th, .tbl_head01 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head01 tbody th {padding:10px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head01 td {padding:20px 5px;border-top:1px solid #f3f3f3;line-height:1.5em;word-break:break-all}
.tbl_head01 td:first-child{border-left:0}
.tbl_head01 td:last-child{border-right:0}

.tbl_head02 {margin:15px}
.tbl_head02 caption {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
.tbl_head02 thead th {padding:7px 0;border-top:1px solid #333;border-bottom:1px solid #ddd;background:#f3f3f3;color:#333;font-size:0.95em;text-align:center}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th {border-top:1px solid #666;border-bottom:1px solid #666;background:#484848;color:#fff}
.tbl_head02 tfoot td {background:#484848;color:#fff;font-weight:bold;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head02 td {padding:5px 3px;border-bottom:1px solid #e9e9e9;line-height:1.4em;word-break:break-all}


.tbl_head03 {margin:0 0 10px}
.tbl_head03 table {    padding: 12px 0; border-top: 2px solid #000; border-bottom: 1px solid #d3d3d3;  background: #fff;  color: #383838;
    font-size: 0.95em;   text-align: center;   letter-spacing: -0.1em;}
.tbl_head03 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head03 thead th {padding:12px 0;border-top:2px solid #000;border-bottom:1px solid #d3d3d3;background:#fff;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head03 thead a {color:#383838}
.tbl_head03 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head03 tfoot th, .tbl_head03 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head03 tbody th {padding:10px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head03 td {padding:15px 5px;border-top:1px solid #f3f3f3;border-left:1px solid #f3f3f3;line-height:1.5em;word-break:break-all}
.tbl_head03 td:first-child {border-left:0}

/* 폼 테이블 */
.tbl_frm01 th {padding:10px 0;width:90px;border:1px solid #e9e9e9;border-left:0;text-align:left}
.tbl_frm01 td {padding:10px 5px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
.tbl_frm01 textarea {width:100%;height:100px}
.tbl_frm01 a {text-decoration:none}
.tbl_frm01 .frm_address {margin-top:5px;width:100%}
.tbl_frm01 .frm_file {display:block;margin-bottom:5px;width:100%}
.tbl_frm01 .frm_info {display:block;padding:5px 0 0;color:#666;line-height:1.3em}

/* 기본리스트 */
.list_01 {padding:0 10px;font-size:0.85em}
.list_01 li {background:#fff;margin:10px 0;padding:10px 15px;border:1px solid #eee}
.list_01 li.li_all_chk {position:relative;text-align:center}
.list_01 li.li_all_chk div {position:absolute;left:5px;top:10px}
.list_01 li.li_all_chk label {vertical-align:baseline}
.list_01 li:hover {background:#f9f9f9}
.list_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.list_01 li.empty_li {border:0}


/* 테이블 기본 색상 */
.tbl_head01 thead th, .board_top_color { border-top:1px solid #999999; }

.table_base {min-width: 500px}

 /* 로그인 */
.mbskin { width:90%; max-width: 500px;  border: 1px solid #ddd; margin: 0px auto 0px auto; padding: 20px 10px 1px 10px; margin-top: 50px;  }
.mbskin p {padding-bottom:20px;}
.mbskin p strong {color:#4162ff;padding-bottom:5px;display:block;font-size:1.083em}
.mbskin h1 {display:none}

.sub_logo {text-align: center; margin-bottom: 30px;}
.sub_logo img { max-width: 90%; }

#mb_login .nav { position: unset; opacity: 1; transition: unset; transform:unset; display: -webkit-box; display: -ms-flexbox;
  display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-left: 0; margin-bottom: 0; height: unset;
  list-style: none; background-color: #FAFAFA; border: none; margin-bottom: 20px; }

#mb_login #login_tabs,
#mb_login #login_form {width:auto; margin:auto; }
#mb_login fieldset {display:block;position:relative; margin:auto;}
#mb_login legend {display:none;}
#mb_login #login_tabs .nav-item { text-align:center; -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1;}
#mb_login #login_tabs .nav-item:first-child .nav-link {border-left:2px solid #fff;}
#mb_login #login_tabs .nav-item:last-child .nav-link {border-right:2px solid #fff;}
#mb_login #login_tabs .nav-link { border-radius:0; background:rgba(0,0,0,.25); color:#fff; border-top:2px solid #fff; height:50px; display:flex; align-items:center; justify-content:center; }
#mb_login #login_tabs .nav-link.active { background:#fff; color:#222; }

#login_fs label {margin:0px}
#login_ex #nonmb_id,
#login_ex #nonmb_pw {display:block;width:100%; height:50px; margin-bottom:0.75rem; padding:.375rem 2rem; font-family:'Ubuntu','Montserrat','Nanum Square','NanumBarunGothic',sans-serif; font-size:14px; letter-spacing:0.1em;}

#sns_login {margin:30px auto!important; padding:0 !important; border:none !important}
#sns_login .sns-wrap .sns-icon {display: block; width:100%;}

#mb_login .find_btn_wrap {width: 100%; border-top: 1px solid #ddd; height: 50px; line-height: 50px;}
#mb_login .find_btn_wrap a {width: 49%; display: inline-block; border-right: 1px solid #ddd;text-align: center; font-size: 12px; color: #292929}
#mb_login .find_btn_wrap a.last {border-right: none}

.mbskin .agree_wrap {width: 100%; border: 1px solid #ddd; }
.mbskin .agree_wrap label {padding-left: 20px; font-size: 12px;}
.mbskin .agree_wrap label::before,
.mbskin .agree_wrap label::after {top: 20px; left: 0px}
.mbskin .agree_wrap .agree_all_wrap {width: 100%; height: 60px; line-height: 60px;  background: #f5f5f5; padding: 0px 20px;}
.mbskin .agree_wrap .agree_list {width: 100%; padding: 10px 0px;}
.mbskin .agree_wrap .agree_list label::before,
.mbskin .agree_wrap .agree_list label::after {top: 15px}
.mbskin .agree_wrap .agree_list .agree_con {height: 50px; line-height: 46px; }
.mbskin .agree_wrap .agree_list .agree_con a {float: right; font-weight: 400; border: 1px solid #ddd; padding: 0px 5px; height: 40px; line-height: 40px; font-size: 12px; margin-right: 10px}
.mbskin .agree_wrap .agree_list .agree_info {padding: 0px 20px 20px; display: none; height: 150px; overflow-y: scroll; font-size: 12px; }

.mbskin .age_wrap {height: 40px;line-height: 50px;margin-top: 15px; }
.mbskin .age_wrap input {position: absolute; opacity: 0}
.mbskin .age_wrap label {width: 100%; height: 50px; text-align: center;  border: 1px solid #ddd; border-radius: 5px; font-size: 14px; }
.mbskin .age_wrap input[type="radio"]:checked + label {background: #aaa;color: #fff;}
.mbskin .age_wrap span.al_bg {display: inline-block; margin-right: 3px; width: 20px; height: 20px; background: url(../img/check.png) no-repeat center center; vertical-align: inherit}
.mbskin .age_wrap input[type="radio"]:checked + label span.al_bg {background: url(../img/checked.png) no-repeat center center}

.mbskin .btn_wrap { display:inline-block; width: 100%; margin-top: 10px; margin-bottom: 20px;}

@media(max-width:769px){
    #mb_login {width: 100%;}
    
    .mbskin .age_wrap {height: auto}
}

/* 회원가입 */
#fregisterform h2 {font-size: 18px; font-weight: bold}
#register_title {margin:20px auto 10px auto;text-align:center; font-family:'Montserrat','NanumBarunGothic',sans-serif; font-size:26px; font-weight:300;}

#fregisterform {display:block; margin:auto; width:95%; }
#fregisterform h2 {display:none;}
#fregisterform #reg_mb_zip {width: 150px; display: unset;}
#fregisterform #captcha {display:block;}
#fregisterform .input-group-text label {margin:0;}

#register_form {display:block; width:100%; max-width: 500px; border:1px solid #ddd; background:#fff; padding:20px 10px 0px 10px; margin: 0px auto; border-radius:0.25rem}
#register_form textarea {height:5em; resize: none;}
#register_form label strong {position:relative;text-indent:-9999em;display:none;}
#register_form label strong:after {content:"*"; display:inline-block; position:absolute; right:0;text-indent:0;}


#register_agree {margin-top:50px;}
#register_agree hr {display:block; margin-top:0.5rem; margin-bottom:0.5rem}
#register_agree label a {border-bottom:1px solid #000; color:#000;}
#register_agree .custom-control {margin:0.5rem 0;}
#register_agree .custom-control-label::before,
#register_agree .custom-control-label::after {width:1.5rem;height:1.5rem;}
#register_agree .custom-control-label::before:focus,
#register_agree .custom-control-label::after:focus {box-shadow:none;}
#register_agree .custom-control-label { padding-left:0.5rem;}

.mbskin #btn_cancel {display:none}

#register_form span { font-size: 0.8rem; }
#register_form select { height: 50px; }

#register_form .form-group {margin-bottom: 0.5rem!important; }

#register_form label {display: none}
#register_form .form-row {position: relative}
#register_form .cert_wrap {position: absolute; top: 0px; right: 5px;}

#register_form #msg_mb_id {position: absolute; top: 0px; right: 0px;}

#register_form .ac_title { font-size: 14px; font-weight: 500;}

.full_input {width: 100% !important; }

#register_form .sns_list {height: 55px; border-bottom: 1px solid #ddd; margin-bottom: 30px;}
#register_form .sns_list .sns_con {float: left; width: 49%; text-align: center;height: 100%; line-height: 50px}
#register_form .sns_list .sns_con a {display: block; height: 100%}

#fregisterform .agree_info h1,
#fregisterform .agree_info h2,
#fregisterform .agree_info h3,
#fregisterform .agree_info h4,
#fregisterform .agree_info h5,
#fregisterform .agree_info h6 {font-size: 12px; margin-bottom: 3px;}
#fregisterform .agree_info p,
#fregisterform .agree_info li {font-size: 12px;}
.istablet_class #mb_login .agree_wrap label {font-size: 16px;}

#fregisterform .btn_frmline {width: 70px; font-size: 15px;}
#fregisterform .btn_addr,
#fregisterform span.input-group-text{height: 50px; line-height: 50px}
#fregisterform #reg_mb_mailling,
#fregisterform #reg_mb_sms{height: auto}

#fregisterform .custom-file-label ,
#fregisterform .register_agree label {display: block}

#fregisterform .mb_img_label {width: 100px; border: 1px solid #ddd; height: 100px; border-radius: 100%;left: 50%; margin-left: -50px; background: url(../img/no_profile.gif) no-repeat; background-size: cover; font-size: 0;}
#fregisterform .reg_mb_img_file {height: 100px}
#fregisterform .mb_img_label.custom-file-label::after {clear: both; content: ""; background-color: rgba(0,0,0,0); border: none; }
#fregisterform .mb_img_label.file_in {background: none}
#fregisterform .img_preview {position: absolute; width: 100px; top: 0px; border: 1px solid #ddd; height: 100px!important; border-radius: 100%;left: 50%; margin-left: -50px; z-index: 100}

#fregisterform .agree_wrap {width: 100%; border: 1px solid #ddd; text-align: left}
#fregisterform .agree_wrap label {padding-left: 20px; font-size: 0.8rem;display: inline-block;}
#fregisterform .agree_wrap label::before,
#fregisterform .agree_wrap label::after {top: 20px; left: -7px}
#fregisterform .agree_wrap .agree_all_wrap {width: 100%; height: 60px; line-height: 60px;  background: #f5f5f5; padding: 0px 20px;}
#fregisterform .agree_wrap .agree_list {width: 100%; padding: 10px 0px;}
#fregisterform .agree_wrap .agree_list label::before,
#fregisterform .agree_wrap .agree_list label::after {top: 15px}
#fregisterform .agree_wrap .agree_list .agree_con {height: 50px; line-height: 46px; }
#fregisterform .agree_wrap .agree_list .agree_con a {float: right; font-weight: 400; border: 1px solid #ddd; padding: 0px 5px; height: 40px; line-height: 40px; font-size: 12px; margin-right: 10px}
#fregisterform .agree_wrap .agree_list .agree_info {padding: 0px 20px 20px; display: none; height: 150px; overflow-y: scroll; font-size: 12px; }
#fregisterform .agree_wrap #agree_01-error,
#fregisterform .agree_wrap #agree_02-error{position: absolute; top: 23px; left: 15px;}

#me_file {height: 50px;}
#me_file_label {line-height: 40px;}
#me_file_label::after {height: 48px; line-height: 35px;}

/* 회원가입완료 */
#reg_result { width: 100%; padding: 20px 30px; border: 1px solid #ddd; margin: 30px auto; text-align: center;}
#reg_result h2{font-size:2em;margin:0 0 20px; word-break: keep-all}
#reg_result p {margin:10px 0; word-break: keep-all; text-align: left}
#reg_result .result_email {color:#292929; }
#reg_result #result_email {width:450px; margin:10px auto;padding:10px; border:1px solid #eee; border-left:none; border-right:none; text-align:left; }
#reg_result #result_email span {display:inline-block; width:120px; }
#reg_result #result_email strong {display:inline-block; }
#reg_result .reg_cong{font-size:1.25em;margin:0 0 10px;}
#reg_result .btn_confirm {margin:50px 0}
#reg_result .btn_submit{padding: 0px 30px;font-weight:500;line-height:40px;display:inline-block;margin:20px 0 0 ; width: 100%; border-radius:0; font-size:1.083em}

/* 아이디비번찾기*/
#find_info:after { clear:both; display:block; content:"";}
#find_info .mb_info { border:1px solid #ddd; position:relative; display:block;margin:0; padding:20px; -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow:1; width:100%; max-width:100%; background:#fff; }
#find_info .mb_info:after { clear:both; display:block; content:"";}
#find_info p { display:block; margin:0 0 10px; padding:0 0 1em; border-bottom:1px solid #eee; font-size:14px;}
#find_info #captcha {margin:20px auto; display:block; }

#mb_find { width:90%; max-width: 500px;  border: 1px solid #ddd; margin: 0px auto 0px auto; padding: 20px 10px 20px 10px;}
#mb_find li:after { clear:both; display:block; content:"";}
#mb_find .sub_logo {margin-bottom: 30px; text-align: center}
#mb_find h1 {display:none}


.mb_tabs { border:1px solid #ddd !important; background-color: #fff; }
.mb_tabs li { font-size: 13px; }
.mb_tabs li a.active, .mb_tabs li a:hover { border:none !important; background:#3e976c !important;color:#fff !important; border-bottom:1px solid transparent !important;}
#mb_find #find_tab li a:after, #login_tabs .nav-tabs li a:after { content:""; }


#mb_find .mb_find { display: -webkit-box; display: -ms-flexbox; display:flex; -ms-flex-wrap: wrap; flex-wrap:wrap; border:none; }
#mb_find .mb_find:after { clear:both; display:block; content:"";}

#mb_find .find_type { position:relative; display:none; padding:20px; -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow:1; width:100%; max-width:100%; /* min-height:480px; */ background:#fff; border:1px solid #ddd; }
#mb_find h3 { display:none; border:none; color:#0c4da2; font-size:22px; margin-bottom:20px; padding-bottom:0px;}
#mb_find p { display:block; margin:0 0 10px; padding:0 0 1em; border-bottom:1px solid #eee; font-size:12px; font-weight:bold;}
#mb_find input[type=text]:read-only,
#mb_find input[type=number]:read-only {background:#eee; color:#999; }
#mb_find input[type=radio] + label {margin-right:1em;}

.pw_way_wrap label { font-size: 0.8rem; line-height: 30px; }


#mb_find #hp_auth_pw {position: absolute; top: 0px;right: 0; height: 50px;}
#mb_find #hp_time {position: absolute; top: 15px;right: 10px; height: 50px; color: #dc3545;}

#find_mail #captcha {margin:20px auto; display:block; }

/* 체크박스 */
.all_chk,.bo_chk {position:relative}
.all_chk label .chk_img, .bo_chk label .chk_img{margin-top:2px;display:inline-block;height:15px;text-indent:-9999px;width:15px;background:#fff;border:1px solid #aab3c1;border-radius:3px;;vertical-align:top;
-webkit-box-shadow:inset 5px 5px 3px #f0f0f3;
-moz-box-shadow:inset 5px 5px 3px #f0f0f3;
box-shadow:inset 5px 5px 3px #f0f0f3}

.bo_chk label.click_on .chk_img, .all_chk label.click_on .chk_img{background:url('../img/input_chk.png') 50% 50% no-repeat #ea185f;border-color:#ea185f;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none}


.bo_chk input, .all_chk input {position:absolute;top:0;left:0;width:1px;height:1px;opacity:0;outline:0;z-index:9}

/* 게시물 선택복사 선택이동 */
.copymove_current {float:right;color:#ff3061}
.copymove_currentbg {background:#f4f4f4}
#copymove .tbl_head01{margin-top:10px}
#copymove td{background:#fff}
#copymove .win_btn{margin:10px}

/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;width:0;height:0;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;width:1px !important;height:1px !important;font-size:0 !important;line-height:0 !important;overflow:hidden}

/* 본문 바로가기 */
.to_content a {z-index:100000;position:absolute;top:0;left:0;width:0;height:0;font-size:0;line-height:0;overflow:hidden}

/* 이미지 등비율 리사이징 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden;}
#captcha #captcha_img {height:40px;border:1px solid #898989;;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;width:40px;height:40px;background:url('../../../img/captcha2.png') no-repeat;text-indent:-999px;;border-radius:3px}
#captcha #captcha_reload {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat  0 -40px;text-indent:-999px;border-radius:3px}
#captcha #captcha_key {margin:0 0 0 3px;padding:0 5px;width:90px;height:40px;border:1px solid #ccc;background:#fff;font-size:1.333em;font-weight:bold;text-align:center;border-radius:3px;vertical-align:top}
#captcha #captcha_info {display:block;margin:3px 0 5px ;font-size:0.95em;letter-spacing:-0.1em}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px}

/* 구글리캡챠 크기 조정 scale */
#captcha.recaptcha{width:213px;height:55px;overflow:hidden}
#rc-imageselect, .g-recaptcha {transform:scale(0.7);-webkit-transform:scale(0.7);transform-origin:0 0;-webkit-transform-origin:0 0;}

/* ckeditor 태그 기본값 */
#bo_v_con ul{display: block;list-style-type: disc;margin-top: 1em;margin-bottom: 1em;margin-left: 0;margin-right: 0;padding-left: 40px;}
#bo_v_con ol{display: block;list-style-type: decimal;margin-top: 1em;margin-bottom: 1em;margin-left: 0;margin-right: 0;padding-left: 40px;}
#bo_v_con li{display: list-item;}

/*단축키일람 */
.cke_sc{text-align:right}
.btn_cke_sc{background:#333;color:#fff;padding:5px;border:none}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f7f7f7;text-align:center}
.cke_sc_def dl{margin:0 0 5px;text-align:left;zoom:1}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:50%;font-weight:bold}
.cke_sc_def dd {width:50%}
.btn_cke_sc_close{background:#333;padding:5px;border:none;color:#fff}

/* 버튼 */
a.btn01 {display:inline-block;background:#eee;color:#444;text-decoration:none;vertical-align:middle}
a.btn01:focus, a.btn01:hover {text-decoration:none}
button.btn01 {display:inline-block;margin:0;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none}
a.btn02 {display:inline-block;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle}
a.btn02:focus, .btn02:hover {text-decoration:none}
button.btn02 {display:inline-block;margin:0;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none}
.btn_confirm {text-align:center} /* 서식단계 진행 */
.btn_submit {border:0;background:#fa576b;border:1px solid #ff2741;color:#fff;cursor:pointer}
.btn_submit:hover{background:#ff2741}
a.btn_cancel {display:inline-block;background:#ddd;color:#444;text-decoration:none;vertical-align:middle}
button.btn_cancel {display:inline-block;;border:1px solid #ccc;background:#fafafa;color:#000;vertical-align:top;text-decoration:none}
a.btn_frmline, button.btn_frmline {display:inline-block;padding:0 5px;;border:0;background:#333;color:#fff;letter-spacing:-0.1em;text-decoration:none;vertical-align:top} /* 우편번호검색버튼 등 */
button.btn_frmline {font-size:1em}

/* 게시판용 버튼 */
a.btn_b01,.btn_b01 {display:inline-block;background:#eee;border:0;color:#6b6b6b;text-decoration:none;vertical-align:middle}
.btn_b01:hover, .btn_b01:hover {background:#f8f8f8;color:#000}
a.btn_b02 ,.btn_b02{display:inline-block;background:#fa576b;color:#fff;text-decoration:none;vertical-align:middle;border:0}
a.btn_b02:hover, .btn_b02:hover {background:#ff2741}
a.btn_b03, .btn_b03 {display:inline-block;line-height:28px;border:1px solid #ed6478;color:#ed6478;background:none;text-decoration:none;vertical-align:middle}
a.btn_admin {display:inline-block;background:#ff0000;color:#fff;font-size:16px;text-decoration:none;vertical-align:middle;line-height:40px;width:40px;text-align:center;} /* 관리자 전용 버튼 */
a.btn_admin:focus, a.btn_admin:hover  {color:#fff;}

/* 기본테이블 */
.tbl_wrap {margin:0 0px 10px}
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_wrap caption {padding:10px 0;color:#4b8b99;font-weight:bold;text-align:left}

.tbl_head01 caption {padding:0 0 10px;color:#777;text-align:left}
.tbl_head01 thead th {padding:12px 0;background:#f7f8fa;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head01 thead a {color:#383838}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th {border-top:1px solid #666;border-bottom:1px solid #666;background:#484848;color:#fff}
.tbl_head01 tfoot td {border-color:#e3e3e5;background:#484848;color:#fff;font-weight:bold;text-align:center}
.tbl_head01 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head01 td {padding:5px;line-height:1.5em;word-break:break-all}

.tbl_head02 caption {padding:0 0 10px;color:#777;text-align:left}
.tbl_head02 thead th {padding:5px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th {border-top:1px solid #666;border-bottom:1px solid #666;background:#484848;color:#fff}
.tbl_head02 tfoot td {background:#484848;color:#fff;font-weight:bold;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.4em;word-break:break-all}

/* 기본리스트 */
.list_01{padding:0 10px;}
.list_01 li{background:#fff;border-radius:3px;padding:10px 0px;border-bottom:1px solid #eee;}

/* 기본폼 */
.form_01{margin:10px}
.form_01 .write_div{margin:5px 0;position:relative}
.form_01 li{margin:5px 0;position:relative;list-style:none}
 textarea, .frm_input {border:1px solid #d7d7d7;background:#fff;color:#000;vertical-align:middle;padding:0 10px;height:40px;}
textarea {width:100%;height:200px;padding:10px}
textarea:focus, .frm_input:focus{outline:none;border:1px solid #ea185f}
.frm_input {height:40px;}
.full_input{width:100%}
.form_01 .frm_file {display:block;margin-bottom:5px;width:100%}
.form_01 select{height:40px;border-radius:3px;background-color:#fff}
.form_01 .frm_info{font-size:0.92em;color:#4162ff;text-align:left;margin:3px 0 10px;display:block;line-height:1.3em}

/* 자료 없는 목록 */
.empty_table {padding:100px 0 !important;color:#777;text-align:center}
.empty_list {padding:20px 0 !important;text-align:center}

/* 필수입력 */
.required, textarea.required {background-image:url('../img/require.png')  !important;background-repeat:no-repeat   !important;background-position:right top  !important;}

/* 테이블 항목별 정의 */
.td_board {width:120px;text-align:center}
.td_category {width:80px;text-align:center}
.td_chk {width:30px;text-align:center}
.td_date {width:60px;text-align:center}
.td_datetime {width:150px;text-align:center}
.td_group {width:100px;text-align:center}
.td_mb_id {width:100px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_name {width:100px;text-align:left}
.td_nick {width:100px;text-align:center}
.td_num {width:50px;text-align:center}
.td_numbig {width:80px;text-align:center}
.td_stat {width:60px;text-align:center}

.txt_active {color:#5d910b}
.txt_done {color:#e8180c}
.txt_expired {color:#999}
.txt_rdy {color:#8abc2a}

/* 새창 기본 스타일 */
.new_win {position:relative;background:#fff}
.new_win .tbl_wrap {margin:0 20px}
.new_win #win_title {font-size:1.3em;height:50px;line-height:30px;padding:10px 20px;background:#fff;color:#000;-webkit-box-shadow:0 1px 10px rgba(0,0,0,.1);
-moz-box-shadow:0 1px 10px rgba(0,0,0,.1);
box-shadow:0 1px 10px rgba(0,0,0,.1)}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .win_ul {margin-bottom:15px;padding:0 20px}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li {float:left;background:#fff;text-align:center;padding:0 10px;border:1px solid #d6e9ff;border-radius:30px;margin-left:5px}
.new_win .win_ul li:first-child {margin-left:0}
.new_win .win_ul li a {display:block;padding:8px 0;color:#6794d3}
.new_win .win_ul .selected {background:#3a8afd;border-color:#3a8afd;position:relative;z-index:5}
.new_win .win_ul .selected a {color:#fff;font-weight:bold}
.new_win .win_desc {position:relative;margin:10px;border-radius:5px;font-size:1em;background:#f2838f;color:#fff;line-height:50px;text-align:left;padding:0 20px}
.new_win .win_desc i {font-size:1.2em;vertical-align:baseline}
.new_win .win_desc:after {content:"";position:absolute;left:0;top:0;width:4px;height:50px;background:#da4453;border-radius:3px 0 0 3px}
.new_win .frm_info {font-size:0.92em;color:#919191}
.new_win .win_total {float:right;display:inline-block;line-height:30px;font-weight:normal;font-size:0.75em;color:#3a8afd;background:#f6f6f6;padding:0 10px;border-radius:5px}
.new_win .new_win_con {margin:20px 0;padding:20px}
.new_win .new_win_con:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .new_win_con2 {margin:20px 0 0}
.new_win .btn_confirm:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_btn {text-align:center;padding-bottom:30px}
.new_win .btn_close {height:45px;width:60px;overflow:hidden;cursor:pointer}
.new_win .btn_submit {padding:0 20px;height:45px;font-weight:bold;}

/* 검색결과 색상 */
.sch_word {color:#00c4ac}

.new_icon {display:inline-block;width:16px;line-height:16px;font-size:0.825em;color:#23db79;background:#b9ffda;text-align:center;border-radius:2px;margin-left:2px;font-weight:bold;vertical-align:baseline}
.hot_icon {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#fff;background:#e52955;text-align:center;border-radius:2px;vertical-align:middle;margin-right:2px}
.fa-lock {display:inline-block;line-height:16px;color:#999;text-align:center;vertical-align:middle}

/* 내용관리 */
#ctt {margin:10px 0;padding:10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.ctt_admin { opacity:1; position:fixed; z-index:9999; bottom:100px; left:50%; margin-left:-70px;  width:140px; line-height:40px; text-align:center; }

#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ctt_con {padding:10px 0}
.ctt_img {text-align:center}


/* 사이드뷰 */
.sv_wrap {display:inline-block;position:relative;font-weight:normal;line-height:20px}
.sv_wrap .sv {z-index:1000;width:100px;display:none;margin:5px 0 0;font-size:0.92em;background:#333;text-align:left;
-webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);}
.sv_wrap .sv:before{content: "";position: absolute;top: -6px;left: 15px;width: 0;height: 0;border-style: solid;border-width: 0 6px 6px 6px;border-color: transparent transparent #333 transparent;}
.sv_wrap .sv a {display:inline-block;width:100px;margin:0;padding:0  10px;line-height:30px;font-weight:normal;color:#bbb }
.sv_wrap .sv a:hover{background:#000;color:#fff}
.sv_member{color:#333;font-weight:300;margin-right:10px}
.sv_on {display:block !important;position:absolute;top:23px;left:0px;width:auto;height:auto}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {clear:both;margin:30px 0;text-align:center}
.pg {display:inline-block }
.pg_page, .pg_current {display:inline-block;padding:0 13px;height:35px;color:#959595;line-height:35px;vertical-align:middle}
.pg a:focus, .pg a:hover {text-decoration:none;background-color:#f8f8f8; }
.pg_page {background:#fff; border: 1px solid #aaaaaa}
.pg_start {background:url(../img/btn_first.gif) no-repeat 50% 50% #fff;width:35px;height:35px ;text-indent:-999px;overflow:hidden}
.pg_prev {background:url(../img/btn_prev.gif) no-repeat 50% 50% #fff;width:35px;height:35px ;text-indent:-999px;overflow:hidden}
.pg_next {background:url(../img/btn_next.gif) no-repeat 50% 50% #fff;width:35px;height:35px ;text-indent:-999px;overflow:hidden}
.pg_end {background:url(../img/btn_end.gif) no-repeat 50% 50% #fff;width:35px;height:35px ;text-indent:-999px;overflow:hidden}
.pg_wrap .pg_current {display:inline-block;background:#3991e4;color:#fff;font-weight:normal;line-height:35px; border: 1px solid #3991e4}

/* ####### 쇼핑몰 컨텐츠 ####### */

.st_bg {display:inline-block;width:1px;height:10px;margin:0 10px;background:#e2e1e0;vertical-align:-1px}
#listtype {margin:30px 0 20px}

/* 장바구니 주문서 공통 */
#sod_chk {margin:10px;font-size:0.85em}
.sod_list {margin:10px;font-size:0.85em}
.sod_list .sod_li {background:#fff;border:1px solid #eee;margin:10px 0}
.sod_list .li_name {border-bottom:1px solid #eee;line-height:1.3em;padding:15px;font-size:1.2em}
.sod_list .li_op_wr {position:relative;margin:10px;padding-left:90px;min-height:80px}
.sod_list .total_img {position:absolute;top:0;left:0}
.sod_list .mod_options {padding:0 7px;border:1px solid #ff4444;color:#ff4444;background:#fff;height:30px;line-height:21px;margin:5px 0 0}
.sod_list .li_prqty {margin:10px 10px;border-top:1px solid #dcdcdc;padding:10px 0 0}
.sod_list .li_prqty:after {display:block;visibility:hidden;clear:both;content:''}
.sod_list .li_prqty_sp {float:left;width:50%;display:block;line-height:20px;padding:0 7px;text-align:right}
.sod_list .li_prqty_sp span {float:left}
.sod_list .prqty_sc,.sod_list .prqty_price {border-right:1px solid #dcdcdc}
.sod_list .total_price {background:#f5f5f5;border:1px solid #e2e2e2;display:block;clear:both;margin:10px;text-align:right;padding:5px 10px;line-height:20px}
.sod_list .total_price span {float:left}
.sod_list .total_price strong {font-size:1.25em;color:#ff4444}
.sod_opt li {padding-left:10px;background:url('../img/bullet.gif') no-repeat 3px 50%;color:#777;margin:3px 0;line-height:1.3em}

#sit_opt_added {margin:0 0 10px;padding:0 0 10px;border-bottom:0;list-style:none;border-bottom:1px solid #e9e9e9}
#sit_opt_added li {padding:10px 15px;border:1px solid #e9e9e9;position:relative;margin-bottom:5px}
#sit_opt_added li .opt_name {line-height:18px;padding:0 0 5px}
#sit_opt_added li .opt_count:after {display:block;visibility:hidden;clear:both;content:""}
#sit_opt_added button {float:left;width:30px;height:30px;border:1px solid #cdcdcd;background:#fff;color:#666;font-size:0.92em}
#sit_opt_added button:hover {color:#000}
#sit_opt_added .num_input {float:left;border:0;height:30px;width:40px;border-top:1px solid #e4e4e4;border-bottom:1px solid #e4e4e4;text-align:center}
#sit_opt_added .sit_opt_del {border:0;font-size:15px;background:#fff;margin-left:3px}
#sit_opt_added .sit_opt_del:hover {color:red}
#sit_opt_added .sit_opt_prc {float:right;display:block;padding:0 3px;text-align:right;line-height:30px;font-size:1.183em;font-weight:bold}

/* 장바구니 */
#mod_option_frm {position:absolute;top:0;left:0;background:#fff;width:100%;z-index:99;border-radius:0 0 3px 3px;
-webkit-box-shadow:1px 1px 5px rgba(0,0,0,0.4);
-moz-box-shadow:1px 1px 5px rgba(0,0,0,0.4);
box-shadow:1px 1px 5px rgba(0,0,0,0.4)}
#mod_option_frm h2 {height:45px;line-height:45px;font-size:1.167em;background:#333;color:#fff;padding:0 15px}
#mod_option_frm #sit_tot_price {margin:15px;font-size:1.3em;font-weight:bold;text-align:right;position:relative}
#mod_option_frm #sit_tot_price span {font-weight:normal;font-size:13px}

#mod_option_frm #sit_sel_option ul {background:#f3f3f3;border:0}
#mod_option_frm h3 {margin:0 0 10px;color:#5772d5}
#mod_option_frm .option_wr {margin:15px}
#mod_option_frm .option_wr label {margin:0 0 5px;display:block}
#mod_option_frm .option_wr select {width:100%;height:30px;border:1px solid #d9d9d9;margin:0 0 5px}
#mod_option_frm .btn_confirm {margin:15px}
#mod_option_frm .btn_confirm .btn_close {position:absolute;top:0;right:0;width:45px;height:45px;border:0;background:none;color:#fff;font-size:1.25em}

#sod_bsk .btn_del_wr {margin:10px}
#sod_bsk .sod_ta_wr {background:#fff;padding:15px}
#sod_bsk .go_shopping {margin:10px}
#sod_bsk .go_shopping .btn01 {height:45px;line-height:43px;font-size:1em;font-weight:bold;width:100%;text-align:center}
#m_sod_bsk_tot {background:#f4f4f4;border-radius:5px;padding:5px 10px}
#m_sod_bsk_tot:after {display:block;visibility:hidden;clear:both;content:""}
#m_sod_bsk_tot dt {float:left;width:40%;padding:5px 0;line-height:20px;clear:both; font-weight: 500}
#m_sod_bsk_tot dd {float:left;width:60%;padding:5px 0;text-align:right;line-height:20px;font-weight: 500}
#m_sod_bsk_tot .sod_bsk_cnt {border-top:1px solid #e2e2e2;margin-top:5px;line-height:25px}
#m_sod_bsk_tot .sod_bsk_cnt strong {color:#ff4444;font-size:1.25em}

/* 주문서 작성 */
#sod_frm .od_prd_list {background:#fff}
.od_prd_list .td_chk {border-left:0}
.od_prd_list .td_prd {border-left:0;position:relative;padding-left:90px;min-height:100px}
.od_prd_list .td_prd .sod_img {position:absolute;top:15px;left:0}
.od_prd_list .td_prd .sod_name {min-height:80px; text-align: left; padding-left: 10px}
.od_prd_list .td_prd .prd_name {font-size:1.167em}
.od_prd_list .total_prc {color:#ff006c;font-weight:bold;font-size:1.167em}

#sod_frm_orderer {padding:10px;border-bottom:1px solid #d6d3d3}
#sod_frm_taker {padding:10px}
#sod_frm_taker h2,#sod_frm_orderer h2 {margin:10px 0;font-size:1.25em}
.odf_list label,.odf_list strong {display:block;margin:7px 0 5px;color:#444;font-weight:normal}
.odf_list .frm_input {width:100%;margin:0 0 5px}
.odf_list .dlv_slt div {background:#f3f3f3;border:1px solid #ccc;margin:5px 0;padding:10px}
.odf_list .dlv_slt div label {display:inline-block;margin:3px 0;color:#000}
#order_address {display:inline-block;width:100px;text-align:center;border:1px solid #3e976c;color:#fff;height:30px;margin-left:10px;line-height:28px;vertical-align:baseline;background:#3e976c}
.odf_list .ad_default {display:inline-block;margin:0}
.odf_list .btn_addsch {position:absolute;top:5px;right:5px;border-radius:3px;height:30px}
.odf_list .add_num {position:relative;display:block}
.odf_list textarea {border:1px solid #ccc;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;width:100%;height:70px;
-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
}
#m_sod_frm_paysel {margin:10px 0}
#m_sod_frm_paysel ul {margin:0 0;background:#fff;padding:10px;border-bottom:1px solid #ccc}
#m_sod_frm_paysel ul:after {display:block;visibility:hidden;clear:both;content:""}
#m_sod_frm_paysel li {float:left;padding:5px;width:46%;height:25px}
#m_sod_frm_paysel .KPAY {background:url('../../../img/kpay.png') no-repeat;width:37px;height:15px;overflow:hidden;text-indent:-999px;display:inline-block;background-size:100%}
#m_sod_frm_paysel .PAYNOW {background:url('../../../img/paynow.png') no-repeat;width:46px;height:15px;overflow:hidden;text-indent:-999px;display:inline-block;background-size:100%}
#m_sod_frm_paysel .PAYCO {background:url('../../../img/payco.png') no-repeat 1px;width:46px;height:15px;overflow:hidden;text-indent:-999px;display:inline-block;background-size:100%}
#m_sod_frm_paysel .inicis_lpay {background:url('../../../img/lpay_logo.png') no-repeat;width:35px;height:12px;overflow:hidden;text-indent:-999px;display:inline-block;background-size:100%}
.kakaopay_icon {background:url('../../../img/kakao.png') no-repeat;height:21px;width:74px;display:inline-block;overflow:hidden;text-indent:-999px;background-size:100%}
.samsung_pay {background:url('../../../img/samsungpay.png') no-repeat;height:12px;width:83px;display:inline-block;overflow:hidden;text-indent:-999px}

#sod_frm {font-size:0.85em}
#sod_frm .sod_ta_wr {background:#fff;padding:15px}
#sod_frm .btn_confirm {width:400px;margin:0 auto 10px}
#sod_frm .btn_cancel,#sod_frm .btn01 {width:49.5%;line-height:46px;height:50px;font-size:1em;margin:5px 0;padding:0;border-radius:0; display: inline-block; text-align: center; background: #aaa; color: #fff;}

#sod_frm_pay {padding:10px;border-top:1px solid #f3f3f3}
#sod_frm_pay h2 {margin:10px 0;font-size:1.25em}
#sod_frm_pay .cp_btn1,#sod_frm_pay .cp_cancel1 {margin-top:0}
.odf_tbl {position:relative}
.odf_tbl table {background:#fff;width:100%;border-collapse:collapse;border-bottom:1px solid #ccc}
.odf_tbl table th {border-top:1px solid #eceff4;padding:10px;text-align:left;width:120px;font-weight:normal}
.odf_tbl table td {border-top:1px solid #eceff4;padding:7px 10px;text-align:right}

#sod_frm_pt_alert {margin:10px 0;color:#328abd}

.sod_frm_point {padding:10px 0;clear:both}
.sod_frm_point div {background:#fff;border-bottom:1px solid #eceff4;padding:10px;text-align:right}
.sod_frm_point div:after {display:block;visibility:hidden;clear:both;content:''}
.sod_frm_point div label {float:left;line-height:30px}
.sod_frm_point div span {display:block;font-size:0.92em}
.sod_frm_point div span:after {display:block;visibility:hidden;clear:both;content:''}
.sod_frm_point .max_point_box em {font-style:normal !important}
.sod_frm_point div strong {float:left;color:#666;font-weight:normal}
.sod_frm_point #od_temp_point {height:30px;border:1px solid #ccc;text-align:right}

#settle_bank {background:#fff;border-bottom:1px solid #ccc;padding:10px;text-align:right;clear:both}
#settle_bank select {height:30px;margin:0 0 5px;width:100%}
#settle_bank #od_deposit_name {height:30px;border:1px solid #ccc;text-align:center}
#settle_bank label {float:left;line-height:30px}
#sod_frm_pt_info {border-bottom:1px solid #ccc}
.od_coupon {position:absolute;top:0;left:0;background:#fff;width:100%;z-index:99;border-radius:0 0 3px 3px;
-webkit-box-shadow:1px 1px 5px rgba(0,0,0,0.4);
-moz-box-shadow:1px 1px 5px rgba(0,0,0,0.4);
box-shadow:1px 1px 5px rgba(0,0,0,0.4)}
.od_coupon h3 {height:45px;line-height:45px;font-size:1.167em;background:#333;color:#fff;padding:0 15px;text-align:left}
.od_coupon .tbl_head02 .btn_frmline {background:#3b67c2;color:#fff;border:0;padding:0 5px;line-height:40px}
.od_coupon .tbl_head02 td {text-align:left}
.od_coupon .tbl_head02 th {width:auto !important}
.od_coupon .tbl_head02 .td_mngsmall {width:60px;text-align:center}
.od_coupon .tbl_head02 .td_numbig {width:80px;text-align:right}
.od_coupon .btn_confirm {margin:20px}
.od_coupon .btn_confirm .btn_close {position:absolute;top:0;right:0;width:45px;height:45px;border:0;background:none;color:#fff;font-size:1.25em}

.cp_btn ,.cp_btn1 {padding:0 7px;border:1px solid #38b2b9;color:#38b2b9;background:#fff;height:23px;line-height:21px;margin:10px 0 0}
.cp_apply {background:#3b67c2;color:#fff;border:0;padding:0 5px;line-height:25px}
.cp_cancel,.cp_cancel1 {padding:0 7px;border:1px solid #aaa;color:#666;background:#fff;height:23px;line-height:21px;margin:10px 0 0 2px}

#sod_frm_escrow {margin:10px}
#sod_frm_escrow h2 {font-size:1.25em}
#od_pay_sl h3 {font-size:1.25em}

/* 쿠폰 */
#scp_list li {position:relative;padding:0}
#scp_list .li_pd {position:relative;padding:10px}
#scp_list .li_title {font-weight:bold;font-size:1.167em}
#scp_list .pd_price {position:absolute;top:10px;right:10px}
#scp_list .pd_price strong {color:#ff006c;font-size:1.5em}
#scp_list .li_target {color:#666;margin:5px 0 0;background:#f3f3f3;border-top:1px dotted #ccc;padding:5px 10px}
#scp_list .pd_date {float:right;color:#777}

/* 배송지 목록 */
#sod_addr ul {margin:0;padding:0;list-style:none}
#sod_addr li {position:relative;padding:0;border-bottom:1px solid #e9e9e9}
#sod_addr .addr_title {border-bottom:1px solid #ddd;padding:10px 10px 10px 30px}
#sod_addr .ad_subject {height:30px;border:1px solid #bbb;width:100%;padding:0 10px}
#sod_addr .ad_chk {position:absolute;top:17px;left:10px}
#sod_addr .addr_info {padding:15px}
#sod_addr .addr_name {margin:0 0 10px;font-weight:bold;font-size:1.083em}
#sod_addr .addr_addr {line-height:1.5em;margin:5px 0}
#sod_addr .addr_tel {margin:5px 0;color:#666}
#sod_addr .fa-mobile {font-size:14px}
#sod_addr .addr_btn {border-radius:0 0 3px 3px;padding:10px}
#sod_addr .addr_btn:after {display:block;visibility:hidden;clear:both;content:""}
#sod_addr .sel_address {width:32%;float:left;margin-right:1%;height:30px;background:none;border:1px solid #333;color:#333;padding:0 5px}
#sod_addr .del_address {display:block;width:32%;text-align:center;float:left;margin-right:1%;border:1px solid #aaa;background:none;color:#888;padding:0 5px;height:30px;line-height:28px;vertical-align:middle}
#sod_addr input[type="radio"] {position:absolute;width:0;height:0;overflow:hidden;visibility:hidden;text-indent:-999px;left:0;z-index:-1px}
#sod_addr .add_lb {display:inline-block;float:left;width:32%;text-align:center;border:1px solid #4162ff;color:#4162ff;height:30px;line-height:28px}
#sod_addr input[type="radio"]:checked+.add_lb {z-index:3;background:#4162ff;color:#fff}

/* 주문내역 */
#sod_v {margin:10px}
#sod_v .td_stat {width:100px}
#sod_v_info {margin:0 0 10px;padding:10px;background:#e6d5d2;color:#883d1a;text-align:center;border-bottom:1px solid #c3bcb1}

/* 주문상세내역 */
.sod_fin_list .sod_ta_wr {padding:15px;background:#fff}
.sod_fin_list h2 {position:absolute;border:0;font-size:0;line-height:0;content:""}
.sod_fin_list .prqty_stat {position:absolute;top:0;right:0;padding:3px 5px;background:#6583c5;color:#fff}
.sod_fin_list .li_opt {color:#777;margin:3px 0;line-height:1.3em;padding-right:50px}
#sod_sts_wrap {margin:10px}
#sod_sts_wrap .btn_wr {border-top:1px solid #bbb;text-align:center}
#sod_sts_explan_open {padding:0 10px;height:30px;border:1px solid #bbb;border-top:1px solid #e6e6e6;margin-top:-1px;color:#333;background:none}
#sod_sts_explan {display:none}
#sod_fin_legend {background:#f7f7f7;margin:0 0 10px;padding:10px;line-height:20px}
#sod_fin_legend:after {display:block;visibility:hidden;clear:both;content:""}
#sod_fin_legend dt {float:left;width:20%}
#sod_fin_legend dd {float:left;width:80%}
#sod_fin_view {margin:10px}
#sod_fin_view h2 {position:absolute;border:0;font-size:0;line-height:0;content:""}
#sod_fin_view h3 {font-size:1.167em;margin:20px 0 10px}

#sod_fin_no {margin:10px;border:2px solid #b9b9b9;background:#f3f3f3;color:#444;text-align:center;padding:10px}
#sod_fin_no strong {font-size:1em}

#sod_fin_tot {margin:10px}
#sod_fin_tot h2 {font-size:1.167em;margin:20px 0 10px}
#sod_fin_tot ul {margin:0;padding:0;list-style:none}
#sod_fin_tot li {padding:10px;background:#38b2b9;border-bottom:1px solid #5ec2c7;color:#fff;zoom:1}
#sod_fin_tot li:after {display:block;visibility:hidden;clear:both;content:""}
#sod_fin_tot #alrdy {border-bottom:0 !important}
#sod_fin_tot #alrdy .right {margin-top:10px;text-align:right;color:#f3f3f3;font-size:0.9em}
#sod_fin_tot #alrdy .right p {position:relative}
#sod_fin_tot #alrdy .right .title {position:absolute;left:0;padding-left:8px}
#sod_fin_tot strong {float:right}

#sod_fin_cancel {margin:10px}
#sod_fin_cancel h2 {position:absolute;border:0;font-size:0;line-height:0;content:""}
#sod_fin_cancel h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#sod_fin_cancel button {height:40px;border:1px solid #5e6b6f;font-weight:bold;width:100%;background:none;color:#5e6b6f}
#sod_fin_cancel p {text-align:center;background:#ffe0e0;border:2px solid #d50c0c;padding:15px;color:#d50c0c;font-size:1.167em;font-weight:bold}
#sod_fin_cancelfrm {display:none;margin:10px 0 0;text-align:center;background:#fff;padding:15px}
#sod_fin_cancelfrm .frm_input {background:#fff;margin:0 0 5px;width:100%}
#sod_fin_cancelfrm .btn_frmline {background:#5e6b6f;color:#fff;border:0;padding:10px;width:100%;cursor:pointer}
#sod_fin_test {padding:10px}


/* 마이페이지 */
#smb_my {padding:15px;background:#fff;}
#smb_my::after {display: block; content: ""; clear: both}
#smb_my .btn_more {display:block; height:43px;width:100%;border:1px solid #c8c8c8;border-bottom-color:#aaa;font-size:1.167em;color:#282828;line-height:43px;text-align:center}
#smb_my_ov {margin:0px auto 20px; }
#smb_my_ov h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
#smb_my_ov .my_name {position:relative;line-height:20px;height:50px;padding:15px;background:#1e5cf6;color:#fff;font-weight:normal;}
#smb_my_ov .my_name img {border-radius:50%;vertical-align:top}
#smb_my_ov #smb_my_act {margin-top: 10px}
#smb_my_ov #smb_my_act li {display:inline-block;font-size:0.92em; margin-bottom: 5px}
#smb_my_ov #smb_my_act li a {line-height:28px;height:30px;vertical-align:middle;padding:0 5px;margin:0;border-radius:3px}
#smb_my_ov .my_pocou {padding:10px 5px;background:#fff}
#smb_my_ov .my_pocou li {position:relative;padding:0 10px;line-height:30px}
#smb_my_ov .my_pocou a {position:absolute;top:0;right:10px;font-weight:bold;color:#f50057}
#smb_my_ov .my_info {display:none;clear:both;width:100%;background:#fff;padding:10px;border-top:1px solid #e6e6e6}
#smb_my_ov .my_info:after {display:block;visibility:hidden;clear:both;content:''}
#smb_my_ov .my_info_wr {float:left;width:50%;line-height:20px;padding:3px 0px;position:relative;color:#666}
#smb_my_ov .my_info_wr strong {display:inline-block;position:absolute;top:0;left:0;vertical-align:top;padding:3px 0px}
#smb_my_ov .my_info_wr span {display:block;padding-left:100px}
#smb_my_ov .ov_addr {width:100%}
#smb_my_ov .my_ov_btn {text-align:center;border-top:1px solid #ccc}
#smb_my_ov .my_ov_btn button {border:1px solid #ccc;border-top:1px solid #fff;background:#fff;padding:0 20px;height:20px;margin-top:-1px}
#smb_my_od h2 {font-size:1.167em;margin:10px 0 }
#smb_my_wish h2 {font-size:1.167em;margin:30px 0 10px }
.wishlist ul {margin:10px 0}
.wishlist ul:after {display:block;visibility:hidden;clear:both;content:''}
.wishlist li {float:left;padding:5px;width:33.333%;text-align:center}
.wishlist li img {width:100%;height:auto;max-width:250px}
.wishlist li .info_link {display:block;font-weight:bold;margin:5px 0 2px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}
.wishlist li .info_date {font-size:0.92em;color:#666}


#smb_my_ov dt { color: #8c9eb0; line-height: 25px}

.smb_con .op_area {font-size: 0; }
.smb_con .op_area .opa_con {display: inline-block; width: 200px; margin-bottom: 20px; font-size: 14px}

.smb_con .smb_my_wrap {margin: 20px 0px; border: 1px solid #ddd; padding: 20px 0px 0px; height: 240px}
.smb_con .smb_my_wrap .my_ov_name {padding:0px 20px; text-align: center}
.smb_con .smb_my_wrap .my_ov_name img {border-radius: 100%; margin-right: 10px; max-width: 70px}
.smb_con .smb_my_wrap #smb_my_act {height: 90px; padding: 10px 20px 0px; text-align: center}
.smb_con .smb_my_wrap .cou_pt table {width: 100%; border-top: 1px solid #ddd}
.smb_con .smb_my_wrap .cou_pt table td {width: 50%; text-align: center; padding: 15px 0px}

.smb_con .smb_case_wrap {margin: 20px 0px; border: 1px solid #ddd; padding: 20px 0px 0px}
.smb_con .smb_case_wrap,
.smb_con .smb_case_wrap .smb_list {height: 240px}
.smb_con .smb_case_wrap .smb_list {font-size: 0}
.smb_con .smb_case_wrap .smb_case {float: left; width: 20%; text-align: center; height: 200px; background: url(../img/my_arrow.svg) no-repeat 100% 45%; background-size: 8px}
.smb_con .smb_case_wrap .smb_case.last {background: none}
.smb_con .smb_case_wrap .smb_case .sc_cnt {height: 45%; width: 100%; padding: 20px 0px 0px}
.smb_con .smb_case_wrap .smb_case .sc_img {height: 55%; width: 100%; font-size: 14px;}
.smb_con .smb_case_wrap .smb_case .sc_img span {height: 65px; display: block; }
.smb_con .smb_case_wrap .smb_case img {width: 50px; display: block; margin: 0 auto 10px}

@media (max-width:970px) {
    #smb_my_ov .my_info_wr {width:100%}
    .smb_con .smb_my_wrap #smb_my_act {padding: 10px 10px 0px}

    .smb_con .smb_case_wrap .smb_case {background: none}
}

@media (max-width:769px) {
    #smb_my {padding: 15px 0px;}

    .smb_con .smb_my_wrap {padding: 10px 0px 20px}
    .smb_con .smb_my_wrap .my_ov_name {padding: 10px 15px 0px}
    .smb_con .smb_my_wrap .cou_pt table td span {letter-spacing: -3px}

    .smb_con .smb_case_wrap .smb_case img {width: 40px}
    .smb_con .smb_case_wrap .smb_case .sc_img {letter-spacing: -2px}
    
    
}

/* 위시리스트 */
#sod_ws {margin:10px}
#sod_ws li {background:#fff;border-bottom:1px solid #eee;margin:10px 0;position:relative;border-radius:3px}
#sod_ws .wish_img { position:absolute;top:50%;left:20px;z-index:10;width:70px;height:70px;margin-top:-35px;border-radius:50%;overflow:hidden;z-index:4}
#sod_ws .wish_info {padding:15px 15px 15px 100px;min-height:90px}
#sod_ws .wish_chk {position:absolute;top:5px;left:5px;z-index:9}
#sod_ws .info_date {color:#777;display:block;font-size:0.92em;margin:5px 0 0}
#sod_ws .wish_prd {display:block;font-weight:bold;font-size:1em}
#sod_ws .wish_del {position:absolute;bottom:10px;right:10px}
#sod_ws .wish_del a {display:block;width:30px;height:30px;line-height:30px;background:#eee;border-radius:3px;color:#777;text-align:center;font-size:1.25em}
#sod_ws .sold_out {display:inline-block;padding:3px 5px;background:#ff0000;color:#fff}

#sod_ws_act {text-align:center;margin:10px auto;width:200px}
#sod_ws_act:after {display:block;visibility:hidden;clear:both;content:''}
#sod_ws_act .btn01 {float:left;width:49%;height:50px;background:#3e976c;font-weight:bold;border:0;color:#fff;font-weight:bold;font-size:1em}
#sod_ws_act .btn02 {float:right;width:49%;height:50px;border:1px solid #3e976c;color:#3e976c;font-weight:bold;background:#fff;font-weight:bold;font-size:1em}

/* 주문내역 include */
#sod_inquiry li {background:#fff;border:1px solid #eee;padding:15px;margin-bottom:10px;position:relative;border-radius:5px}
#sod_inquiry li .idtime_link {font-weight:bold;font-size:1.167em}
#sod_inquiry li .idtime_time {position:absolute;top:15px;right:15px;color:#999}
#sod_inquiry li .inquiry_name {margin:10px 0;color:#666}
#sod_inquiry li .inquiry_price {font-size:1.25em;font-weight:bold}
#sod_inquiry li .inv_status {display:block;text-align:center;margin:5px 0 0;font-weight:bold}
#sod_inquiry li .inv_inv {margin:10px 0 0;display:block;border:1px solid #c4c5cc;color:#666}

.status_01 {display:block;background:#fda83c;color:#fff;line-height:30px;}
.status_02 {display:block;background:#ff6f6f;color:#fff;line-height:30px;}
.status_03 {display:block;background:#5bd085;color:#fff;line-height:30px;}
.status_04 {display:block;background:#6fa8ff;color:#fff;line-height:30px;}
.status_05 {display:block;background:#333;color:#fff;line-height:30px;}
.status_06 {display:block;background:#f3f3f3;border:1px solid #ddd;color:#666;line-height:30px;font-weight:bold}

/* 주문상세내역 중 현금영수증 발급 */
#scash section {padding:10px 0}
#scash h2 {margin:0 0 10px;text-align:center}
#scash .tbl_head01 th {padding:0 10px;border-top:1px solid #eee;border-bottom:1px solid #eee;background:#f2f5f9;text-align:left}
#scash_apply {padding:10px 0 15px;text-align:center}
#scash_apply button {padding:10px;border:0;background:#565e60;color:#fff}
#scash_copy {text-align:center}


/* 이미지 등비율 리사이징 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#captcha #captcha_img {height:40px;border:1px solid #898989;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;width:40px;height:40px;background:url('../../../img/captcha.png') no-repeat;text-indent:-999px;border-radius:3px}
#captcha #captcha_reload {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha.png') no-repeat 0 -40px;text-indent:-999px;border-radius:3px}
#captcha #captcha_key {margin:0 0 0 3px;padding:0 5px;width:90px;height:40px;border:1px solid #ccc;background:#fff;font-size:1.333em;font-weight:bold;text-align:center;border-radius:3px;vertical-align:top}
#captcha #captcha_info {display:block;margin:3px 0 5px;font-size:0.95em;letter-spacing:-0.1em}

/* ckeditor 태그 기본값 */
#bo_v_con ul {display:block;list-style-type:disc;margin-top:1em;margin-bottom:1em;margin-left:0;margin-right:0;padding-left:40px}
#bo_v_con ol {display:block;list-style-type:decimal;margin-top:1em;margin-bottom:1em;margin-left:0;margin-right:0;padding-left:40px}
#bo_v_con li {display:list-item}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px}

/* Mobile화면으로 */
#mobile_cng {display:block;margin:5px;padding:5px 0;border:1px solid #eee;border-radius:2em;background:#fff;color:#000;font-size:2em;text-decoration:none;text-align:center}

/* ckeditor 단축키 */
.cke_sc {margin:0 0 5px;text-align:right}
.btn_cke_sc {display:inline-block;padding:0 10px;height:23px;border:1px solid #ccc !important;background:#fafafa !important;color:#000 !important;text-decoration:none !important;line-height:1.9em;vertical-align:middle}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f2f5f9;text-align:center}
.cke_sc_def dl {margin:0 0 5px;text-align:left}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:20%;font-weight:bold}
.cke_sc_def dd {width:30%}

/* 콘텐츠별 스타일 */
.cnt_cmt {display:inline-block;margin:0 0 0 5px;font-weight:bold}




a.btn_cancel {display:inline-block;padding:8px 7px 7px;border:1px solid #ccc;background:#fff;color:#000;text-decoration:none;vertical-align:middle}
button.btn_cancel {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;vertical-align:top;text-decoration:none}
a.btn_frmline, button.btn_frmline {display:none;padding:0 5px;height:40px;border:0;background:#333;color:#fff;letter-spacing:-0.1em;text-decoration:none;vertical-align:top;line-height:1.9em} /* 우편번호검색버튼 등 */
button.btn_frmline {font-size:1em}

.btn_top {margin:10px;text-align:right}
.btn_top li {display:inline-block}
.btn_top .btn_cancel, .btn_top .btn_b01 {border:1px solid #ddd;background:none;color:#666;line-height:40px;background:#fff;font-size:0.85em}



#point {width: 1140px; margin: 0 auto; max-width: 100%;}
#point #bo_sch .sch_btn {float: inherit; position: inherit}
#point .date_wrap {float: left}

.point_info { width: 100%; text-align: center; line-height: 70px; margin: 30px auto; background: #f9f9f9;}
.point_wrap #bo_sch.point_sch {padding: 0px; width: 320px; margin: 0 auto;}
.point_wrap .con_table  {padding: 0 10px;}

.point_wrap .date_wrap {margin-bottom: 5px}

.pointyear_info { width: 100%; text-align: center; border: 1px solid #dddddd; padding: 25px 0px; margin: 30px auto; }


.bg_table table {border-top: 1px solid #e9e9e9; }
.bg_table table th,
.bg_table table td {padding: 20px 10px; border-right: 1px solid #e9e9e9; border-bottom: 1px solid #e9e9e9}
.bg_table table th {background: #fc3461; color: #fff; text-align: center}
.bg_table table td {text-align: center; }
.bg_table table th.last,
.bg_table table td.last {border-right: none;}

.bg_table.bg_gray_table th {background: #f9f9f9; color: #292929}

@media only screen and (min-width : 1224px) {
    #mb_login, #register_form, #reg_result { max-width: 500px; }
}

@media(max-width : 769px) {
    #point .date_wrap {width: 120px}
}


/* 자료 없는 목록 */
.empty_table {padding:50px 0 !important;text-align:center !important;color:#666 !important}
.empty_list { display:inline-block; width: 100%; padding:50px 0 !important;text-align:center !important;color:#666 !important}

/* 필수입력 */
.required, textarea.required {background-image:url('../img/require.png') !important;background-repeat:no-repeat !important;background-position:right top !important}

/* 테이블 항목별 정의 */
.td_chk {width:50px;text-align:center}
.td_group {width:100px;text-align:center}
.td_board {width:120px;text-align:center}
.td_statsmall {width:50px;text-align:center}
.td_num {width:50px;text-align:center}
.td_numbig {width:100px;text-align:center}
.td_mb_id {width:100px;text-align:center}
.td_nick {width:100px;text-align:center}
.td_name {width:100px;text-align:left}
.td_namesmall {width:100px;text-align:left}
.td_date {width:50px;text-align:center}
.td_datetime {width:170px;text-align:center}
.td_mngsmall {width:50px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_stat {text-align:center}

/* 새창 기본 스타일 */
.new_win #win_title {font-size:1em;font-weight:bold;height:50px;padding:10px;line-height:30px;background:#000;color:#fff}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win_con {margin:10px}

.new_win .win_ul {margin:10px}
.new_win .win_ul li {display:inline-block}
.new_win .win_ul li a {display:block;line-height:24px;padding:0 10px}
.new_win .win_ul li .selected {background:#4162ff;color:#fff;border-radius:13px;
-webkit-box-shadow:0 0 5px rgba(65,98,255,0.8);
-moz-box-shadow:0 0 5px rgba(65,98,255,0.8);
box-shadow:0 0 8px rgba(65,98,255,0.8)}

.new_win .win_desc {margin:5px 0;font-size:0.92em;color:#4162ff}
.new_win .win_btn {clear:both;margin:10px;text-align:center}
.new_win .win_btn a {display:inline-block;height:40px;line-height:40px;font-weight:bold}
.new_win .win_btn .btn_close {display:inline-block;padding:0 10px;border:0;background:#000;color:#fff;text-decoration:none;height:40px;margin:10px 0}

/* 자바스크립트 alert 대안 */
#validation_check {margin:100px auto;width:500px}
#validation_check h1 {margin-bottom:20px;font-size:1.3em}
#validation_check p {margin-bottom:20px;padding:30px 20px;border:1px solid #e9e9e9;background:#fff}

/* 사이드뷰*/
.sv_wrap {display:inline-block;position:relative;font-weight:normal}
.sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;border:1px solid #283646;background:#111}
.sv_wrap .sv a {display:inline-block !important;margin:0 !important;padding:5px !important;width:94px;border-bottom:1px solid #283646;color:#fff !important}
.sv_wrap a:focus, .sv_wrap a:hover, .sv_wrap a:active {text-decoration:none !important}
.sv_on {display:block !important;position:absolute;top:10px;left:20px;width:auto;height:auto !important}
.sv_nojs .sv {display:block}


/* 상품상세 메뉴 floating */
#info_top_layer {display:none;position:absolute;top:0;left:0;width:100%;background-color:#eee}
#form_btn_layer { display:none;position:absolute;top:0;left:0;width:100%;height:60px;background-color:#eee}

/*현금영수증*/
#kcp_req_rx .tbl_head01 tbody th {text-align:left}

/*배송지목록*/
#sod_addr .win_desc {padding:10px 20px}

/*쇼핑몰레이아웃*/
#bo_list,#bo_cate {margin-top:10px !important}
#bo_w {padding:10px}
#sit_sms_new #sms_agree {padding:10px 20px !important}

/*이벤트*/
#sev_hhtml,#sev_thtml {padding:10px}
#sev_hhtml img,#sev_thtml img {width:100%}

/*네이버페이*/
.naverpay-item {padding-top:15px;clear:both}
#sod_bsk_act .naverpay-cart {margin-top:15px;clear:both;position:static}

/*PC 주문서*/
#sod_frm_orderer .tbl_frm01, #sod_frm_taker .tbl_frm01 {background:#fafafa;padding:10px 0}
#sod_frm_orderer table th, #sod_frm_taker table th {border:0;padding:10px 5px;text-align:right}
#sod_frm_orderer table td, #sod_frm_taker table td {border:0;padding:5px 10px;vertical-align:middle}

#od_pay_sl input[type="radio"] {position:absolute;width:0;height:0;overflow:hidden;visibility:hidden;text-indent:-999px;left:0;z-index:-1px}
#od_pay_sl .lb_icon {display:inline-block;float:left;width:150px;background:#fff;border:1px solid #eceff4;margin:-1px 0 0 -1px;cursor:pointer;height:60px;position:relative;padding-top:20px;z-index:1; text-align: center}
#od_pay_sl input[type="radio"]:checked+.lb_icon {border:1px solid #ff006c;z-index:3}

#sod_frm_paysel legend {position:absolute;font-size:0;line-height:0;overflow:hidden}
#sod_frm_paysel .KPAY {background:url('../../../img/kpay.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px}
#sod_frm_paysel .PAYNOW {background:url('../../../img/paynow.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px}
#sod_frm_paysel .PAYCO {background:url('../../../img/payco.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px}
#sod_frm_paysel .inicis_lpay {background:url('../../../img/lpay_logo.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px}
#sod_frm_paysel .kakaopay_icon {background:url('../../../img/kakao.png') no-repeat 50% 50% #f4dc34;overflow:hidden;text-indent:-999px}
#sod_frm_paysel .bank_icon {background:url('../../../img/pay_icon1.png') no-repeat 15px 50% #fff}
#sod_frm_paysel .vbank_icon {background:url('../../../img/pay_icon2.png') no-repeat 15px 50% #fff;padding-top:13px}
#sod_frm_paysel .iche_icon {background:url('../../../img/pay_icon2.png') no-repeat 15px 50% #fff;padding-top:13px}
#sod_frm_paysel .hp_icon {background:url('../../../img/pay_icon3.png') no-repeat 24px 50% #fff}
#sod_frm_paysel .card_icon {background:url('../../../img/pay_icon4.png') no-repeat 17px 50% #fff}

#sod_frm #sod_bsk_tot {margin:10px}
#sod_frm #sod_bsk_tot:after {display:block;visibility:hidden;clear:both;content:""}
#sod_frm #sod_bsk_tot li {position:relative;float:left;background:#fff;width:33.333%;height:70px;text-align:center;border-bottom:1px solid #e7ebf1;padding:15px 0}
#sod_frm #sod_bsk_tot li:after {display:block;visibility:hidden;clear:both;content:""}
#sod_frm #sod_bsk_tot li span {display:block;color:#777;margin-bottom:5px;font-weight:bold}
#sod_frm #sod_bsk_tot .sod_bsk_sell,#sod_frm #sod_bsk_tot .sod_bsk_coupon {border-right:1px solid #e7ebf1}
#sod_frm #sod_bsk_tot .sod_bsk_point,#sod_frm #sod_bsk_tot .sod_bsk_cnt {width:100%;clear:both;height:40px;padding:0 15px;line-height:40px;text-align:right}
#sod_frm #sod_bsk_tot .sod_bsk_point span,#sod_frm #sod_bsk_tot .sod_bsk_cnt span {float:left;margin:0}
#sod_frm #sod_bsk_tot .sod_bsk_coupon:before {display:block;content:"-";position:absolute;top:25px;left:-10px;width:20px;height:20px;background:#fff;color:#ff006c;border-radius:50%;border:1px solid #e7ebf1;font-weight:bold;font-size:16px;line-height:14px}
#sod_frm #sod_bsk_tot .sod_bsk_dvr:before {display:block;content:"+";position:absolute;top:25px;left:-10px;width:20px;height:20px;background:#fff;color:#ff006c;border-radius:50%;border:1px solid #e7ebf1;font-weight:bold;font-size:16px;line-height:14px}
#sod_frm #sod_bsk_tot .sod_bsk_cnt strong {color:#ff006c;font-size:1.25em}
#sod_frm_pay .pay_tbl table {width:100%;border-collapse:collapse}
#sod_frm_pay .pay_tbl th {text-align:left;padding:10px;width:80px;border-bottom:1px solid #e7ebf1;background:#fff;font-weight:bold;color:#777; font-size: 13px;}
#sod_frm_pay .pay_tbl td {text-align:right;padding:10px;height:30px;border-bottom:1px solid #e7ebf1;background:#fff}
#sod_frm_pay .pay_tbl td .cp_cancel {margin:0 0 0 2px}
#sod_frm_pay .pay_tbl td .btn_frmline {padding:0 7px;border:1px solid #38b2b9;color:#38b2b9;background:#fff;height:23px;line-height:21px;margin:0}
#od_tot_price {margin:10px 0;background:#fff;line-height:40px;text-align:right;padding:0 10px}
#od_tot_price span {float:left;font-weight:bold}
#od_tot_price strong {font-size:1.5em;color:#ff006c}

.btn_address{background:#3e976c;height:40px;color:#fff;padding:0 10px;font-size:1.083em;font-weight:400; border: none}

.sod_left{display:table-cell;width:65%;padding:0 10px;vertical-align:top}
.sod_right{display:table-cell;width:35%;background:#eceff4;padding:20px;vertical-align:top;height:100%}

@media (max-width: 1199px){
    .sod_right,.sod_left{display:block;width:100%;padding:10px}
    #sod_frm .frm_input{width:100%}

}

/*개인결제 폼*/
#m_sod_frm_orderer {margin:10px}
#m_sod_frm_orderer h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
#m_sod_frm_orderer ul {background:#fff;margin:10px 0;border-bottom:1px solid #ccc;padding:10px 15px}
#m_sod_frm_orderer li {line-height:20px}
#m_sod_frm_orderer th {width:80px}
#m_sod_frm_orderer td .frm_input {width:100%}
#m_pv_sod_frm .btn_confirm {margin:10px}

/* 상품관련 */
a.popup_item_image {display: block; width: 100%; height: 100%; background: #fff;}





/* 마이페이지 */
.my_page_wrap {font-size: 15px; position: relative; margin-bottom: 50px; padding-bottom: 20px;}
.my_page_wrap .local_sch {margin-bottom: 15px;}
.my_page_wrap .local_sch select {height: 40px;border: 1px solid #ddd;}

.my_page_wrap .btn_fixed_top {text-align: center; position: absolute; bottom: -20px; right: 0;}
.my_page_wrap .btn_fixed_top .btn_01,
.my_page_wrap .btn_fixed_top .btn_02 {padding: 10px!important; text-align: center;font-size: 14px;color: #fff; width: 80px}
.my_page_wrap .btn_03 { text-align: center;font-size: 14px;color: #fff; }

.btn_01 { background: #00c394!important; color: #fff!important;}
.btn_02 { background: #999999!important; color: #fff!important;}
.btn_03 { background: #3f51b5!important; color: #fff!important;}

.my_page_wrap .btn-success {color: #fff;}

.my_page_wrap .tbl_frm01 th{border-top:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6;background:#f6f6f6;padding: 10px;width:200px;text-align:left; font-weight: normal;}
.my_page_wrap .tbl_frm01 td {border-top:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6;padding: 10px;text-align:left;}
.my_page_wrap .tbl_frm01 th,
.my_page_wrap .tbl_frm01 td {font-size: 15px;}
.my_page_wrap .tbl_frm01 input {margin-bottom: 2px; height: 40px}
.my_page_wrap .tbl_frm01 textarea {height:150px}
.my_page_wrap .tbl_frm01 #captcha {margin:0;padding:0;border:0;background:transparent}
.my_page_wrap .tbl_frm01 #captcha input {margin-left:5px;text-align:center}
.my_page_wrap .h2_frm{text-align:left;color:#3f51b5;font-size:1.09em;font-weight:bold;margin:20px 0 10px}
.my_page_wrap .btn_frmline {height: 40px}

caption {display: none}

.my_page_wrap h2 {margin: 30px 0px 10px; font-weight: bold;}

.ms_wrap table {width: 500px;}



/* 장바구니 추가 */
#sod_bsk .btn_confirm {text-align: center; margin: 30px 0px}

/* 상품 */
.item_title {width: 100%; position: relative; height: 300px; text-align: center; background: url(../img/item_bg.png) no-repeat; color: #fff; padding-top: 70px; margin-bottom: 50px; background-size: cover}
.item_wrap .item_con {text-align: center; width: 100%; position: relative; height: 320px; border-radius: 15px; box-shadow: 8px 8px 8px #f1f9ff}
.item_wrap .item_con::after {display: block; content: ""; clear: both}
.item_wrap .item_con a img {width: auto;}

.item_wrap .item_con .item_img_wrap {float: left; max-width: 435px; overflow: hidden}
.item_wrap .item_con .item_img_wrap img {max-width: 100%;}
.item_wrap .item_con .item_info {padding: 50px 0px 0px 480px; text-align: left}
.item_wrap .item_con .item_info span.it_basic {word-break: keep-all ; max-height: 40px; overflow: hidden;}
.item_wrap .item_con .item_btn_wrap a {display: inline-block; margin-right: 20px; text-align: center; width: 190px; height: 60px; line-height: 58px;}
.item_wrap .item_con .item_btn_wrap a img{ vertical-align: inherit; margin-right: 5px}
.item_wrap .item_con .item_btn_wrap a.btn_cart {border: 1px solid #fff; background: linear-gradient(to right,#00c394,#00adbc);}
.item_wrap .item_con .item_btn_wrap a.btn_buy {border: 1px solid #ddd; margin-right: 0}

#sit_use_wbtn a,
#sit_qa_wbtn a {color: #fff; width: 100px; height: 35px; display: inline-block;text-align: center}
a#itemuse_list,
a#itemqa_list {color: #292929}



.con_title_wrap { text-align: center; margin: 0; font-weight: bold; word-break: keep-all}
.con_sub_title {font-size: 24px; font-weight: bold;  margin-bottom: 20px; background: url(../img/sub_title_icon.png) no-repeat 5px 50%; padding-left: 30px}


.con_menu_wrap {width: 100%;  background: #f6f6f7;  height: 60px; clear: both; transition: 0.5s; display: none}
.con_menu_wrap a { font-weight: 500; display: block; font-size: 16px; color: #292929;}
.con_menu_wrap .con_menu {width: 1140px; margin: 0 auto; }
.con_menu_wrap .con_menu ul{font-size: 0; background: #fff; border-bottom: 1px solid #ddd; border-left: 1px solid #ddd; border-right: 1px solid #ddd;}
.con_menu_wrap .con_menu ul li{float: left; height: 60px; line-height: 60px; padding: 0 20px; background: #fff;}
.con_menu_wrap .con_menu > ul > li {background: url(../img/sub_line.png) no-repeat 100% 50%;}
.con_menu_wrap .con_menu .on a{color: #700540}
.con_menu_wrap .con_menu .con_home {width: 60px; height: 60px; text-align: left; padding: 0; border-left: 0; text-align: center;}
.con_menu_wrap .con_menu .con_home img {margin-right: 5px}
.con_menu_wrap .con_menu .con_select {width: 200px;  border-left: 0;  text-align: center}
.con_menu_wrap .con_menu .con_select a {color: #7a7a7a}
.con_menu_wrap .con_menu .con_submenu {position: relative;  width: 270px; background: url(../img/down02.png)no-repeat 95% 50%; cursor: pointer; }
.con_menu_wrap .con_menu .con_submenu .submenu_wrap {border: none; font-size: 16px; color: #292929; }
.con_menu_wrap .con_menu .con_submenu .con_select_menu {position: absolute;  z-index:5; left: 0px; top: 60px;  width: 270px; display:none ;  }
.con_menu_wrap .con_menu .con_submenu .con_select_menu li {display: block; width: 100%; padding: 0 20px; height: 40px; line-height: 40px; }
.con_menu_wrap .con_menu .con_submenu .con_select_menu li a{color: #292929;}
.con_menu_wrap .con_menu .con_submenu .con_select_menu li:hover {background: #437bd1}
.con_menu_wrap .con_menu .con_submenu02 .con_select_menu li:hover {background: #797979}
.con_menu_wrap .con_menu .con_submenu03 .con_select_menu li:hover {background: #43a4d1}
.con_menu_wrap .con_menu .con_submenu .con_select_menu li:hover a {color: #fff;}

.con_menu_wrap.s_fix {position: fixed; top: 0px; left: 0; z-index: 10;transition: 0.5s; }

.con_menu_wrap a {font-size: 14px;  overflow: hidden; height: 60px;}

@media(max-width:1101px){
    #sub_title_wrap {height: 320px}
    #container_title {font-size: 30px;}
    .con_menu_wrap .con_menu {width: 100%; }
    .con_menu_wrap .con_menu .con_home {width: 80px;}
    .con_menu_wrap .con_menu .con_select {width: 170px;}
    .con_menu_wrap .con_menu .con_submenu,
    .con_menu_wrap .con_menu .con_submenu .con_select_menu {width: 170px}
    .con_menu_wrap .con_menu .con_submenu .con_select_menu li {padding: 0px 10px;}
    .con_menu_wrap a {font-size: 14px;}
}

@media(max-width:400px){
    .con_menu_wrap .con_menu .con_home {width: 60px;}
    .con_menu_wrap .con_menu .con_select {width: 130px;}
    .con_menu_wrap .con_menu .con_submenu,
    .con_menu_wrap .con_menu .con_submenu .con_select_menu {width: 120px; letter-spacing: -2px}
}


/* 하단 레이아웃 */
.ft_wr:after {display:block;visibility:hidden;clear:both;content:""}
#ft h1 {width:0;height:0;font-size:0;line-height:0;overflow:hidden}
#ft p { color: #898989; font-size: 12px;}

.ft_info{margin:0 auto;max-width:1200px;padding:40px 10px}
.ft_info:after {display:block;visibility:hidden;clear:both;content:""}
.ft_info .lt{float:left;width:50%;padding:20px}
#ft_contact{float:left;width:50%;;padding:20px;color:#fff}
#ft_contact h2{font-size:1.154em; margin-bottom:20px}
#ft_contact i{width:25px;color:#fa576b;line-height:30px;background:#222;position:relative;z-index:2}
#ft_contact li:after {display:block;visibility:hidden;clear:both;content:""}
#ft_contact .time{position:relative}
#ft_contact .time:before{content:'';position:absolute;top:50%;left:0;width:100%;height:1px ;background-image: linear-gradient(90deg, #666 25%, #222222 25%, #222222 50%, #666 50%, #666 75%, #222222 75%, #222222 100%);
background-size: 8.00px 8.00px;;z-index:0}
#ft_contact .text{background:#222;padding-right:10px;z-index:2;display:inline-block;line-height:30px;position:relative}
#ft_contact .num{background:#222; padding-left:10px;z-index:2;display:inline-block;line-height:30px;position:relative}
#ft_contact  a{display:block;text-align:center;background: #fa576b; color: #fff;margin-top:20px;line-height:45px; font-weight: 600;}

#top_btn{position:fixed;bottom:40px;right:20px;width:50px;height:50px;background:#121418;border:0;z-index:999;color:#fff;transition: opacity 0.3s ease-out;opacity:0;}
#top_btn.show {opacity: 1;}
 @media (max-width: 969px){
     .ft_info .lt,#ft_contact{width:100%}
     .ft_info {padding:20px 0}
 }

 #device_change {display:block;line-height:40px;border-radius:5px;background:#302e2e;color:#777;font-size:1em;text-decoration:none;text-align:center}



@media (min-width: 320px) and (max-width: 480px) {
    .form-row .select {
        min-width: 200px;
    }
}

#ft select { color: #fff;
  padding: .375rem .75rem;
  border: 1px solid #d7dbe6;
  box-sizing: border-box;
  background: url('../img/arr.png') 95% 50% no-repeat;
}

#ft p {text-align: left; padding-left: 50px; margin: 0}

@media (max-width:969px) {
    .ft_wr {padding:10px 0px}
    #ft_cs {border-top:0}
    #ft_cs a {width:100%;text-align:center}
    #ft_link li {padding:0 20px 0 0}
}

@media (max-width:400px) {
    #ft .sitemap { position: unset; margin: 0px auto 10px auto; text-align: center; }
    
    #ft_link li {padding:0 10px 0 0}
}

#pw_reset {width: 600px; margin: 0 auto; max-width: 94%;}


.font_12 {font-size: 12px;}
.font_13 {font-size: 13px;}
.font_14 {font-size: 14px;}
.font_15 {font-size: 15px;}
.font_16 {font-size: 16px;}
.font_18 {font-size: 18px;}
.font_20 {font-size: 20px;}
.font_22 {font-size: 22px;}
.font_24 {font-size: 24px;}
.font_25 {font-size: 25px;}
.font_28 {font-size: 28px;}
.font_30 {font-size: 30px;}
.font_33 {font-size: 33px;}
.font_37 {font-size: 37px;}
.font_40 {font-size: 40px;}
.font_44 {font-size: 44px;}
.font_48 {font-size: 48px;}
.font_50 {font-size: 50px;}
.font_62 {font-size: 62px;}
.font_64 {font-size: 64px;}

@media(max-width:1100px){
    .font_12 {font-size: 12px;}
    .font_13 {font-size: 13px;}
    .font_14 {font-size: 14px;}
    .font_15 {font-size: 15px;}
    .font_16 {font-size: 16px;}
    .font_18 {font-size: 18px;}
    .font_20 {font-size: 19px;}
    .font_22 {font-size: 20px;}
    .font_24 {font-size: 21px;}
    .font_25 {font-size: 22px;}
    .font_28 {font-size: 25px;}
    .font_30 {font-size: 28px;}
    .font_33 {font-size: 31px;}
    .font_37 {font-size: 33px;}
    .font_40 {font-size: 35px;}
    .font_44 {font-size: 38px;}
    .font_48 {font-size: 40px;}
    .font_50 {font-size: 45px;}
    .font_62 {font-size: 55px;}
    .font_64 {font-size: 60px;}
}

@media(max-width:769px){
    .font_12 {font-size: 10px;}
    .font_13 {font-size: 11px;}
    .font_14 {font-size: 12px;}
    .font_15 {font-size: 13px;}
    .font_16 {font-size: 14px;}
    .font_18 {font-size: 15px;}
    .font_20 {font-size: 16px;}
    .font_22 {font-size: 17px;}
    .font_24 {font-size: 18px;}
    .font_25 {font-size: 19px;}
    .font_28 {font-size: 22px;}
    .font_30 {font-size: 23px;}
    .font_33 {font-size: 26px;}
    .font_37 {font-size: 30px;}
    .font_40 {font-size: 30px;}
    .font_44 {font-size: 35px;}
    .font_48 {font-size: 38px;}
    .font_50 {font-size: 40px;}
    .font_62 {font-size: 45px;}
    .font_64 {font-size: 50px;}
}

.bold {font-weight: bold}
.light {font-weight: 400}

.color_green {color: #006656;}
.color_black {color: #292929!important}
.color_blue {color: #3071b7!important}
.color_red {color: crimson!important}
.color_gray {color: #999999!important}
.color_white {color: #fff!important}
.color_purple {color: #5C64A0!important}

a.btn-danger {color: #fff}

.font_kopub {font-family: 'KoPub Batang', serif!important;}
.font_gmarket {font-family: 'GmarketSansMedium';}
.font_rc {font-family: 'ROEHOE-CHAN';}

.word_break {word-break: keep-all}




.com_wrap .swiper-button-next,
.com_wrap .swiper-button-prev {opacity: 1; background-size: 10px; height: 30px; z-index: 100000!important; top: inherit; bottom: 30px; border: 1px solid #292929}
/* .com_wrap .swiper-button-next {background-image: url(../img/right_btn.svg)!important; left: 70px; }
.com_wrap .swiper-button-prev {background-image: url(../img/left_btn.svg)!important; right: inherit; left: 40px } */

.ft_logo .logo img {max-width: 150px}


@media(max-width:989px){
    .notice_wrap .nw_con {width: 80%}
}


@media(max-width:769px){
    .icon_wrap {padding: 0px;}
    .icon_wrap .iw_con {width: 33.33%; margin-bottom: 20px;}
    .icon_wrap .iw_con img {max-width: 60px}    
    .now_wrap .now_title {width: 90%; font-size: 30px; margin-left: -45%; line-height: 50px; word-break: keep-all}
    .now_wrap .now_list {padding-top: 100px}
    .now_wrap .now_list .now_con {width: 100%; border-left: none; padding: 0px; margin-bottom: 40px}
    .now_wrap .now_list .now_con .now_text {margin-bottom: 20px!important}
    
    .board_wrap .com_wrap {padding: 20px 10px}
    .board_wrap .com_wrap .com_title {width: 20%; opacity: 0}
    .board_wrap .com_wrap .com_slide_wrap {width: 80%; padding-left: 50px}
    .board_wrap .com_wrap .com_slide_wrap .com_slide {overflow: hidden;}
    
    .ft_logo .logo {text-align: left; padding: 5px 0px 5px 10px}
    #ft .company,
    #ft p {padding-left: 15px}
}

.gallery ul { width: 100%; display: inline-block;}
.gallery ul li { width:24%; margin-right: 1%; margin-bottom: 1%; float: left; border: 1px solid #CECECE;}
.gallery ul li .text { border-top: 1px solid #CECECE; text-align: center; font-size: 13px;}
.gallery ul li img { width: 100%; padding: 5px;}
.gallery ul li:last-child { margin-right: 0%;}

.gallery2 ul { width: 100%; display: inline-block; margin: 10px auto;}
.gallery2 ul li { width:49%; margin-right: 1%; margin-bottom: 1%; text-align: center; float: left; border: 1px solid #CECECE;}
.gallery2 ul li .text { border-top: 1px solid #CECECE; text-align: left; padding-left: 15px; font-size: 13px; height: 150px;}
.gallery2 ul li .img {  padding: 5px; }
.gallery2 ul li:last-child { margin-right: 0%;}

.gallery2 .tit { font-size: 14px; text-align: center; font-weight: bold; border-bottom: 1px solid #CECECE; }


@media (max-width:768px) {
    .gallery { text-align: center;}
    .gallery ul { width: 96%; margin: 0px auto;}
    .gallery ul li { width: 100%; }

    .gallery2 { text-align: center;}
    .gallery2 ul { width: 96%; margin: 0px auto;}
    .gallery2 ul li { width: 100%; }
}

.container.intro, .container.solution, .container.work { max-width: 800px;}
.intro img, .solution img, .work img, .recru img { max-width: 100%; }

ul.g4 { margin: 20px 0px 20px 0px;}
ul.g4 li { width: 25%; float: left; text-align: center; height: 350px; border: 1px solid #E5E5E5; }
ul.g4 .img1 { background: url('../img/r1.png'); height: 200px; background-size:cover; }
ul.g4 .img2 { background: url('../img/r2.png'); height: 200px; background-size:cover;}
ul.g4 .img3 { background: url('../img/r3.png'); height: 200px; background-size:cover;}
ul.g4 .img4 { background: url('../img/r4.png'); height: 200px; background-size:cover;}
ul.g4 li .bg { background: rgba(20,20,20,0.4); width: 300px; font-size: 16px; height: 200px; color: #fff; display: table-cell; vertical-align: middle; }
ul.g4 li .txt { font-size: 14px;  }
ul.g4 li .txt p { height : 150px; width: 300px; display: table-cell; vertical-align: middle; text-align: center; }

div.ul .btn { position: absolute; top: 10px; right: 10px; height: 130px; line-height: 100px; color: #fff; }