@charset "utf-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;200;300;400;500;600;700;800;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200;300;400;500;600;700;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap);


/**
 * reset
 */

*,*:before,*:after{box-sizing:border-box}
*{-webkit-tap-highlight-color:rgba(0,0,0,.1)}
html{font-size:62.5%}
html,body{height:100%}
article,aside,details,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}
body{overflow-x:hidden;background-color:#fff;word-break:keep-all;-webkit-text-size-adjust:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
body,p,h1,h2,h3,h4,h5,h6,div,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select,iframe{padding:0;margin:0}
body,th,td,input,select,textarea,button{color:#000;font-size:1.6rem;line-height:1;font-family:'Montserrat','Apple SD Gothic Neo','Noto Sans KR','Malgun Gothic',sans-serif}
hr{display:none}
img,fieldset,iframe,button{border:0}
img,iframe{vertical-align:top}
dl,ul,ol,li{list-style:none}
i,em,address{font-style:normal}
a{color:inherit;text-decoration:none;transition:color .2s ease-out}
button,input,select,textarea{outline:0;border-radius:0;line-height:normal;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none}
button{background-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
button,input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;-moz-appearance:button;appearance:button;cursor:pointer}
button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}
button[disabled],input[disabled],input[disabled]+label{cursor:default!important;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}
input[type=checkbox]{-webkit-appearance:checkbox;-moz-appearance:checkbox;appearance:checkbox}
input[type=radio]{-webkit-appearance:radio;-moz-appearance:radio;appearance:radio}
input[readonly]{outline:0;pointer-events:none}
input,select,textarea{-webkit-tap-highlight-color:rgba(0,0,0,0)}
textarea{overflow:hidden;overflow-y:auto;resize:none}
::-webkit-input-placeholder{color:#999}
:-moz-placeholder{color:#999}
::-moz-placeholder{color:#999}
:-ms-input-placeholder{color:#999}
::placeholder{color:#999;opacity:1}
table{width:100%;border:0;border-spacing:0;border-collapse:collapse;empty-cells:show}
caption{visibility:hidden;overflow:hidden;width:0;height:0;font-size:0;line-height:0}
legend{visibility:hidden;overflow:hidden;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0}
.blind{overflow:hidden;position:absolute !important;clip:rect(0,0,0,0);width:1px;height:1px;padding:0 !important;margin:-1px !important;background:none !important;line-height:0 !important}
mark{background-color:#ffff00;color:inherit}

/**
 * common
 */

/* form */
select,textarea,input[type=text],input[type=password],input[type=search],input[type=url],input[type=email],input[type=tel],input[type=number],input[type=date]{width:100%;height:4rem;padding:0 1rem;border:1px solid #ccc;background-color:#fff;font-size:1.4rem}
input[type=file]{width: 100%;height: 4rem;padding: 0;border-bottom: 1px solid #ccc;background-color: #fff;font-size: 1.4rem;}


select {
    background-size: 25px 8px;
    height: 4rem;
    padding: 0 1rem;
    padding-right: 3.5rem;
    background-image: url(../images/icon/arr_select.png);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    white-space: nowrap
}


input:focus,select:focus,textarea:focus{border-color:#000}
textarea{height:19rem;padding:1rem;line-height:1.5}
input[readonly]{background-color:#ddd}

/* checkbox, radio */
.input_chk,.input_rdo{display:inline-block;position:relative;min-height:2rem;vertical-align:top;margin-right:2rem}
.input_chk input,.input_rdo input{display:grid;place-content:center;position:absolute;top:-.2rem;left:0;width:2.4rem;height:2.4rem;border:1px solid #ccc;background-color:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none}
.input_chk label,.input_rdo label{display:inline-block;padding-left:3rem;font-size:1.3rem;line-height:2rem;letter-spacing:-.05rem;vertical-align:top;cursor:pointer; padding-top: 0!important}
.input_chk input:checked,.input_rdo input:checked{border:0;background-color:#17afb5}
.input_chk input:checked:before{width:1rem;height:1rem;clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0%,43% 62%);background-color:#fff;content:''}
.input_rdo input{border-radius:50%}
.input_rdo input:checked:before{width:1rem;height:1rem;border-radius:50%;background-color:#fff;content:''}
.input_chk input[disabled],.input_chk input[disabled]+label,.input_rdo input[disabled],.input_rdo input[disabled]+label{opacity:.2;-webkit-filter:grayscale(100%);filter:grayscale(100%)}

.input_chk_box,.input_rdo_box{display:inline-block;position:relative;min-width:10rem;padding:0 1rem;height:3.2rem;vertical-align:top}
.input_chk_box input,.input_rdo_box input{display:grid;place-content:center;position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid #dcdcdc;border-radius:100px;background-color:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none}
.input_chk_box label,.input_rdo_box label{display:block;position:relative;z-index:1;width:100%;height:100%;color:#3f3f3f;font-size:1.4rem;line-height:3.2rem;letter-spacing:-.05rem;text-align: center !important; cursor: pointer; padding-top: 0 !important;}
.input_chk_box input:checked,.input_rdo_box input:checked{border-color:transparent;background-color:#3abbc0;color:#fff}
.input_chk_box input:checked+label,.input_rdo_box input:checked+label{color:#fff}

/* button */
.btn_area{display:flex;justify-content:center;align-items:center;position:relative;margin-top:3rem}
.btn_area .btn+.btn{margin-left:1.2rem}

.btn{display:inline-block;overflow:hidden;position:relative;width:100%;border-radius:100px;letter-spacing:-.05rem;text-decoration:none;text-align:center;vertical-align:middle;white-space:nowrap;transition:all ease .3s}
.btn.small{height:3.2rem;font-size:1.4rem;line-height:3rem}
.btn.middle{height:4rem;font-size:1.6rem;line-height:3.8rem}
.btn.large{height:4.8rem;font-size:1.8rem;line-height:4.6rem}
.btn.large2{max-width:34rem !important; height:4.8rem;font-size:1.8rem;line-height:4.6rem}

.btn.blue{max-width:30rem;background-color:#2b74ce;color:#fff}
.btn.gray_dk{max-width:23.5rem;background-color:#4c4c4c;color:#fff}
.btn.gray{max-width:18rem;background-color:#999;color:#fff}
.btn.white_dk{max-width:28rem;border:1px solid #bfbfbf;background-color:#fff;color:#4a4a4a}
.btn.bluegreen{max-width:28rem;background-color:#29b5bb;color:#fff}

.btn.white_md{min-width:12rem;width:auto;padding:0 1rem;border:1px solid #dcdcdc;background-color:#fff;color:#3f3f3f}
.btn.blue_md{min-width: 9rem;width:auto;padding:0 1rem;border:1px solid #007AFF;background-color:#007AFF;color:#fff}

.btn.white_lt{max-width:28rem;border:1px solid #e5e5e5;background-color:#fff;color:#4a4a4a}
.btn.blue_lt{max-width:28rem;background-color:#4a9bff;color:#fff}
.btn.blue:focus,.btn.blue:hover,.btn.blue.on{background-color:#004293}
.btn.gray_dk:focus,.btn.gray_dk:hover,.btn.gray_dk.on{background-color:#040404}
.btn.gray:focus,.btn.gray:hover,.btn.gray.on{background-color:#666}
.btn.white_dk:focus,.btn.white_dk:hover,.btn.white_dk.on{border-color:#00979d;color:#00979d}
.btn.bluegreen:focus,.btn.bluegreen:hover,.btn.bluegreen.on{background-color:#00979d;color:#fff}

.btn.white_md:focus,.btn.white_md:hover,.btn.white_md.on{border-color:transparent;background-color:#3abbc0;color:#fff}

.btn.blue_md:focus,.btn.blue_md:hover,.btn.blue_md.on{border-color:transparent;background-color:#2b74ce;color:#fff}

.btn.white_lt:focus,.btn.white_lt:hover,.btn.white_lt.on{border-color:#2b74ce;color:#2b74ce}
.btn.blue_lt:focus,.btn.blue_lt:hover,.btn.blue_lt.on{background-color:#2b74ce}

.btn.btn_excel{padding:0 28px 0 52px}
.btn.btn_excel:after{position:absolute;top:50%;left:20px;width:20px;height:20px;background:url(../images/icon/ico_excel.png) 0 0 no-repeat; background-size: 20px; content:'';-webkit-transform:translateY(-50%);transform:translateY(-50%)}
.btn.btn_dnld{height: 24px;padding: 0 10px 0 28px;border:1px solid #3d72d7;border-radius:50px;background-color:#fff;color:#0065d4;font-size: 12px;line-height: 18px;}
.btn.btn_dnld:after{position:absolute;top:50%;left: 7px;width:20px;height:20px;background:url(../images/icon/ico_dnld.png) 0 0 no-repeat;content:'';-webkit-transform:translateY(-50%);transform:translateY(-50%)}
.btn_search{display:inline-block;position:relative;width:20px;height:20px;vertical-align:top}
.btn_search:after{position:absolute;top:50%;left:50%;width:20px;height:20px;background:url(../images/icon/ico_search.png) 0 0 no-repeat;content:'';-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
.btn_del{display:inline-block;position:relative;height:20px;padding-left:16px;color:#db0000;font-size:13px;line-height:20px;vertical-align:top}
.btn_del:before,.btn_del:after{position:absolute;top:50%;left:3px;width:10px;height:1px;background-color:#db0000;content:'';-webkit-transform:translateY(-50%) rotate(-45deg);transform:translateY(-50%) rotate(-45deg)}
.btn_del:after{-webkit-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}

.btn.btn_done{height: 24px;padding: 0 10px 0 28px;border: 1px solid #c01010;border-radius:50px;background-color: #c01010;color:#fff;font-size: 12px;line-height: 18px;font-weight: 600;}
.btn.btn_done:after{position:absolute;top:50%;left: 0px;width: 32px;height: 32px;background: url(../images/board/ico_check_w.png) 0% 50% no-repeat;content:'';background-size: 32px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}

.file{display:inline-block;overflow:hidden;max-width:80%;padding:0;font-weight:400;font-size:13px;text-overflow:ellipsis;white-space:nowrap; margin-left: 1rem}
.file img{ margin-right:1rem }

.btn.arrow{font-size:1.6rem}
.btn.arrow:before{position:absolute;top:50%;right:2.5rem;width:2rem;height:1px;background-color:#fff;content:'';transform:translateY(-50%)}
.btn.arrow:after{position:absolute;top:50%;right:2.5rem;width:1.2rem;height:1.2rem;border:1px solid #fff;border-width:0 1px 1px 0;content:'';transform:translateY(-50%) rotate(-45deg)}
.btn.more{max-width:30rem;border:1px solid #e5e5e5;background-color:#fff;color:#080606}
.btn.more:after{display:inline-block;width:1rem;height:1rem;margin:1.6rem 0 0 1.2rem;border:1px solid #666;border-width:0 1px 1px 0;vertical-align:top;content:'';transform:rotate(45deg)}
.btn.more:hover{border-color:#00979d;color:#00979d}
.btn.more:hover:after{border-color:#00979d}
.btn.all:before{position:absolute;top:50%;left:1rem;content:'+';transform:translateY(-50%)}


.btn_post{display:flex;justify-content:space-between;align-items:center;position:absolute;right:0;left:0}
.btn_post .btn_prev,.btn_post .btn_next{display:inline-block;position:relative;height:3rem;color:#808080;font-size:1.4rem;line-height:3rem;vertical-align:top}
.btn_post .btn_prev:after,.btn_post .btn_next:after{position:absolute;top:50%;width:1rem;height:1rem;border:1px solid #808080;border-width:0 1px 1px 0;content:''}
.btn_post .btn_prev:after{left:.2rem;transform:translateY(-50%) rotate(135deg)}
.btn_post .btn_next:after{right:.2rem;transform:translateY(-50%) rotate(-45deg)}
.btn_post .btn_prev{padding-left:2.6rem}
.btn_post .btn_next{padding-right:2.6rem}
.btn_post .btn_prev:hover,.btn_post .btn_next:hover{color:#000}
.btn_post .btn_prev:hover:after,.btn_post .btn_next:hover:after{border-color:#000}

.btn_url { position: absolute; margin: 1rem 0 0 -3rem; }

.btn_viewmore_wrap{position:relative;margin-top:7rem}
.btn_viewmore{display:inline-block;padding:.5rem 0;font-size:1.6rem;color:#b7b7b7;font-weight:700;font-family:'Montserrat',sans-serif;letter-spacing:-.01rem;vertical-align:middle}
.btn_viewmore i{display:inline-block;width:4.4rem;height:3.4rem;background:url(../images/icon/ico_viewmore.png) 50% 50% no-repeat;background-size:100% auto;vertical-align:middle}
.btn_viewmore:hover i{animation:viewMoreAni 1s linear infinite}
.btn_viewmore.black{color:#000}
.btn_viewmore.black i{background-image:url(../images/icon/ico_viewmore_black.png)}
.btn_viewmore.white{color:#fff}
.btn_viewmore.white i{background-image:url(../images/icon/ico_viewmore_white.png)}
.btn_viewmore span+i,.btn_viewmore i+span{margin-left:3rem}
@keyframes viewMoreAni{
    0%{opacity:1;transform:translateX(0px) scale(1)}
    25%{opacity:0;transform:translateX(10px) scale(0.9)}
    26%{opacity:0;transform:translateX(-10px) scale(0.9)}
    55%{opacity:1;transform:translateX(0px) scale(1)}
}

/* paginate */
.paginate{margin-top:3rem;font-size:0;line-height:0;text-align:center}
.paginate a,.paginate strong{display:inline-block;overflow:hidden;min-width:2.9rem;height:2.9rem;padding:0 .5rem;margin:0 .5rem;border-radius:100px;font-size:1.6rem;line-height:2.9rem;font-family:'Montserrat',sans-serif;letter-spacing:-.05rem;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;vertical-align:top;transition:all ease .3s}
.paginate strong{background-color:#666;color:#fff;font-weight:400}
.paginate a:hover{background-color:#00a4aa;color:#fff}
.paginate .btn_page{display:inline-block;position:relative;height:2.9rem;color:#808080;font-size:1.4rem;line-height:2.9rem;vertical-align:top}
.paginate .btn_page:after{position:absolute;top:50%;width:1rem;height:1rem;border:1px solid #808080;border-width:0 1px 1px 0;content:''}
.paginate .prev:after{left:.2rem;transform:translateY(-50%) rotate(135deg)}
.paginate .next:after{right:.2rem;transform:translateY(-50%) rotate(-45deg)}
.paginate .prev{padding-left:2.6rem;margin-right:3rem}
.paginate .next{padding-right:2.6rem;margin-left:3rem}
.paginate .btn_page:hover{color:#000}
.paginate .btn_page:hover:after{border-color:#000}
.paginate .disabled{opacity:.5;cursor:auto;pointer-events:none}

/**
 * layout
 */

/* header */
#header{position:relative;z-index:100; background-color:#fff; transition:background-color.8s,border.8s}
#header .haad_inner{position:relative; display: flex; justify-content: space-between; max-width:178rem;width:90%;margin:0 auto}
#header .haad_inner:after{display:none;clear:both;content:''}
#header .logo{display:block;padding: 1.5rem 0;margin-right: 2.3rem;}
#header .logo a{display:block;    width: 17.6rem;
    height: 5.7rem; background:url(../images/common/logo.png) 0 0 no-repeat;background-size:100% auto;margin:0 auto}
.gnb_menu{display:flex; top:0rem;margin-top:0; right:  1rem;}
.gnb_menu button{display:block;width:3rem;height:3rem;background-position:50% 50%;background-repeat:no-repeat}
.gnb_menu .btn_srch{background-image:url(../images/icon/ico_search.png)}
.gnb_menu .btn_cart{background-image:url(../images/icon/ico_cart.png)}
.nav_wrap{position:relative;width: 100%;}
/*.nav_wrap:before{position:absolute;top:0;right:0;left:0;height:1px;background-color:#d9d9d9;content:''}*/
.nav_menu{display:flex;justify-content:center;align-items:center}
.nav_menu>ul{display:flex;width: 100%;justify-content: space-evenly;}
.nav_menu>ul>li{position:relative}
.nav_menu>ul>li>a{display:flex;justify-content:center;align-items:center;position:relative;height:8.6rem;margin:0 4.5rem;color:#626262;font-weight:600;font-size:1.8rem;font-family:'Montserrat',sans-serif;letter-spacing:-.025rem; transition:all ease .3s}
.nav_menu>ul>li>a:after{position:absolute;top:0;right:0;width:0;height:3px;background-color:#17afb5;content:'';transition:all ease .3s}
.nav_menu>ul>li>a:hover,.nav_menu>ul>li.on>a{color:#2c2c2c}
.nav_menu>ul>li>a:hover:after,.nav_menu>ul>li.on>a:after{right:auto;left:0;width:100%}
.nav_menu>ul>li.store>a{color:#17afb5}
.nav_menu>ul>li.category>a{padding:0 2.5rem;margin:0}
.nav_menu .btn_category .ico{display:block;position:relative;width:2.4rem;height:2.2rem}
.nav_menu .btn_category .line{position:absolute;left:0;width:100%;height:2px;background-color:#1b1b1b}
.nav_menu .btn_category .line.line1{top:0}
.nav_menu .btn_category .line.line2{top:1rem}
.nav_menu .btn_category .line.line3{top:2rem;width:1.2rem}
.nav_menu .depth{display:none;position:absolute;top:7.7rem;right:0;left:0;z-index:10;min-width:17rem;border-radius:1rem;background-color:#fff;box-shadow:0 .4rem .67rem .12rem rgba(0,0,0,.13)}
.nav_menu .depth ul{padding:1.5rem 0 1.5rem 2.5rem}
.nav_menu .depth li a{display:block;position:relative;padding:1rem 0 1rem 2rem;font-size:1.6rem;line-height:1.3;letter-spacing:-.05rem;white-space:nowrap}
.nav_menu .depth li a:before{position:absolute;top:50%;left:-1rem;width:.5rem;height:.5rem;border-radius:100%;background-color:#17afb5;content:'';opacity:0;transform:translateY(-50%);transition:all ease .3s}
.nav_menu .depth li a:hover:before,.nav_menu .depth li.on a:before{left:0;opacity:1}
.ly_category_wrap{display:none;position:absolute;top:20rem;/* left:calc(50% + 1rem); */z-index:1000;width: 100%;background-color:#fff;/* transform:translateX(-50%); */border-bottom: #e5e5e5 solid 1px;border-top: #e5e5e5 solid 1px;}
.ly_category{height:100%;padding-left:12.5rem; display: flex; justify-content: center;}
.ly_category>ul{display:flex}
.ly_category>ul>li{padding:1.5rem 0}
.ly_category>ul>li:nth-child(1){width:15rem}
.ly_category>ul>li:nth-child(2){width:15rem}
.ly_category>ul>li:nth-child(3){width:15rem}
.ly_category>ul>li:nth-child(4){width:14rem}
.ly_category>ul>li:nth-child(5){width:15rem}
.ly_category .list_category h2{display:none}
.ly_category .list_category li a{display:inline-block;position:relative;padding:1.2rem 0 1.2rem 2rem;font-size:1.6rem;line-height:1.3;letter-spacing:-.05rem;vertical-align:top}
.ly_category .list_category li a:before{position:absolute;top:50%;left:-1rem;width:.5rem;height:.5rem;border-radius:100%;background-color:#17afb5;content:'';opacity:0;transform:translateY(-50%);transition:all ease .3s}
.ly_category .list_category li a:hover:before,.ly_category .list_category li.on a:before{left:0;opacity:1}

#header.fixed{position:fixed;top:0;right:0;left:0;background-color: rgba(255, 255, 255, .8); backdrop-filter: blur(30px);border-bottom: 1px solid #e6e6e6;display: flex; transition:background-color.8s,border.8s}
#header.fixed .haad_inner{display:flex;align-items:center}
#header.fixed .logo{padding:0;margin-right:2.3rem}
#header.fixed .gnb_menu{}
#header.fixed .nav_wrap:before{display:none}
/*#header.fixed .nav_menu>ul>li>a{ margin: 0 2.5rem; font-size: 1.6rem; transition:all ease .3s }*/
#header.fixed .nav_menu .depth { min-width:19rem; }

/* footer */
#footer{background-color:#222}
#footer .foot_inner{max-width:160rem;width:90%;margin:0 auto}
#footer .foot_inner:after{display:block;clear:both;content:''}
#footer .ft_top{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.08)}
#footer .ft_btm{display:flex;justify-content:space-between;align-items: flex-start;padding:2.5rem 0 6.5rem;font-family: 'Montserrat', sans-serif;}
.ft_link{display:flex;gap:4rem}
.ft_link li a{display:block;color:#fff;font-weight:500;font-size:1.6rem;line-height:1.5;white-space:nowrap}
.ft_sns{display:flex;align-items:center;gap:2rem}
.ft_sns a{display:block;width: 4rem;height: 4rem;border-radius:50%;background-color:#222;background-position:50% 50%;background-repeat:no-repeat;background-size: 24px;transition:background-color .3s;border: 1px solid rgba(255, 255, 255, 0.45);}
.ft_sns a:hover{background-color:#333}
.ft_sns a.facebook{background-image:url(../images/common/sns_facebook.png)}
.ft_sns a.instagram{background-image:url(../images/common/sns_instagram.png)}
.ft_sns a.youtube{background-image:url(../images/common/sns_youtube.png)}
.ft_cs{position:relative}
.ft_cs h2{color:#fff;font-weight:500;font-size:1.6rem}
.ft_cs h2 strong{font-weight:400}
.ft_cs .tel{display:block;margin-top:2rem;color:#fff;font-weight:700;font-size: 3.6rem;font-family:'Montserrat',sans-serif;letter-spacing:.025rem}
.ft_cs .time{margin-top:2rem;color: #ccc;font-size: 1.4rem;line-height: 1.6;}
.ft_cs .btn_inquiry{display:inline-block;padding:1.1rem 8rem;margin-top:4.5rem;border:1px solid rgba(255,255,255,.4);border-radius:100px;background-color:rgba(65,65,65,.4);color:#fff;font-size:1.6rem;text-align:center;vertical-align:top;transition:background-color .3s}
.ft_cs .btn_inquiry:hover{background-color:rgba(65,65,65,0)}
.ft_corp{text-align:right}
.ft_addr{color:#bfbfbf;font-size:1.4rem;line-height:1.7;/* letter-spacing:-.025rem; */}
.ft_info{margin-top:3rem;color:#bfbfbf;font-size:1.4rem;line-height:1.7;letter-spacing:-.025rem}
.ft_copy{margin-top:4rem;color:#808080;font-size:1.4rem}





.sns-wrap {
    display: flex;
    gap: 9px;
    flex-wrap: wrap;
    padding: 0;
}

.sns-item {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s ease;
    cursor: pointer;
}

.sns-item svg {
    width: 40px;
    height: 40px;
    fill: #fff;
    opacity: 0.9;
    transition: 0.25s ease;
}
.sns-item img {
    width: 24px;
    height: 24px;
    opacity: 0.9;
    transition: 0.25s ease;
}
/* 호버 시 강조 */
.sns-item:hover {
    border-color: #fff;
}
.sns-item:hover svg {
    opacity: 1;
    transform: scale(1.08);
}


/* contents */
#container{padding-bottom:10rem}
#container:after{display:block;clear:both;content:''}
#container.main{padding-bottom:0 !important}

/* main */
.main_inner{position:relative;max-width:160rem;width:90%;margin: 20px auto;}

.scrolldown{position:absolute;bottom:2.5%;left:50%;z-index:10;width:8rem;text-align:center;transform:translateX(-50%)}
.scrolldown i{display:inline-block;position:relative;width:2.2rem;height:3.7rem;border:2px solid #09acac;border-radius:1rem}
.scrolldown i:after{position:absolute;top:.5rem;left:50%;width:.2rem;height:.6rem;border-radius:2px;background-color:#09acac;content:'';transform:translateX(-50%);animation:scrollDown 1.4s infinite}
.scrolldown p{margin-top:1.3rem;color:#09acac;font-weight:700;font-size:1.4rem;font-family:'Montserrat',sans-serif}
@keyframes scrollDown{
    0%{top:.5rem}
    100%{top:2rem}
}
.main_visual{position:relative;height:720px}
.main_visual .swiper-container{position:absolute;top:50%;left:50%;width:100%;height:100%;transform:translate(-50%,-50%)}
.main_visual .swiper-slide{overflow:hidden}
.main_visual .swiper-slide .bg{position:absolute;left:0;top:0;width:100%;/*height:100%;*/background-position:50% 50%;background-repeat:no-repeat;background-size:cover;transform:scale(1.1);transition-duration:3s}
.main_visual .swiper-slide .txt{display:flex;flex-direction:column;justify-content:center;position:relative;z-index:1;max-width:150rem;width:90%;height:100%;margin:0 auto;align-items: center;}
.main_visual .swiper-slide .txt>h2,.main_visual .swiper-slide .txt>h3,.main_visual .swiper-slide .txt>p{opacity:0;transform:translateY(40px)}
.main_visual .swiper-slide.swiper-slide-active .bg{transform:scale(1);transition:transform 1.4s}
.main_visual .swiper-slide.swiper-slide-active .txt>h2,.main_visual .swiper-slide.swiper-slide-active .txt>h3,.main_visual .swiper-slide.swiper-slide-active .txt>p{opacity:1;transform:translateY(0);transition:opacity 1s,transform 1.4s}
.main_visual .swiper-slide.swiper-slide-active .txt>h3{transition-delay:.05s}
.main_visual .swiper-slide.swiper-slide-active .txt>p{transition-delay:.1s}
.main_visual .swiper-slide.item01 .txt>h2{color: #fff;font-weight: 700;font-size: 4.8rem;line-height:1.2;font-family:'Montserrat',sans-serif;/* letter-spacing:1.25rem; */text-align: center;}
.main_visual .swiper-slide.item01 .txt>h3{margin-top:4.5rem}
.main_visual .swiper-slide.item01 .txt>p{margin-top:2rem;color: #ffffff;font-size: 2.0rem;line-height:1.5; display: flex; align-items: center; flex-direction: column; text-align: center; gap: 5rem; }
.main_visual .swiper-slide.item01 .txt>p em{color:#000}
.main_visual .swiper-slide.item01 .txt>p i{text-emphasis:filled}
.main_visual .swiper-slide.item02 .txt>h2{color: #fff;font-weight: 700;font-size: 4.8rem;line-height:1.2;font-family:'Montserrat',sans-serif;/* letter-spacing:1.25rem; */text-align: center;}
.main_visual .swiper-slide.item02 .txt>h3{margin-top:4.5rem}
.main_visual .swiper-slide.item02 .txt>p{margin-top:2rem;color: #ffffff;font-size: 2.0rem;line-height:1.5;/* font-family:'SeoulHangangM',sans-serif; */ display: flex; align-items: center; flex-direction: column; text-align: center; gap: 5rem;}
.main_visual .swiper-slide.item02 .txt>p em{color:#000}
.main_visual .swiper-slide.item02 .txt>p i{text-emphasis:filled}
.main_visual .swiper-slide.item03 .txt>h2{color:#8a8a8a;font-weight:400;font-size:2.4rem;line-height:1.5;font-family:'Montserrat',sans-serif;/* letter-spacing:1.25rem; */text-align: center;}
.main_visual .swiper-slide.item03 .txt>h3{margin-top:4.5rem}
.main_visual .swiper-slide.item03 .txt>p{margin-top:2rem;color:#787878;font-size:3rem;line-height:1.5;font-family:'SeoulHangangM',sans-serif}
.main_visual .swiper-slide.item03 .txt>p em{color:#000}
.main_visual .swiper-slide.item03 .txt>p i{text-emphasis:filled}
.main_visual .swiper-button-prev,.main_visual .swiper-button-next{position:absolute;top:50%;right:8.5%;left:auto;width:7rem;height:7rem;border:1px solid #fff;border-radius:50%;background:url(../images/icon/arr_white.png) 50% 50% no-repeat}
.main_visual .swiper-button-prev{margin-top:-9.5rem;transform:rotate(-180deg)}
.main_visual .swiper-button-next{margin-top:-1.5rem}
.main_visual .swiper-button-prev:after,.main_visual .swiper-button-next:after{display:none}
.main_visual .swiper-pagination{position:absolute;top:50%;right:8.5%;bottom:auto;left:auto;width:7rem;margin-top:8rem;color:#fff;font-style:italic;font-size:1.2rem;font-family:'Montserrat',sans-serif;letter-spacing:.3rem;text-align:center}
.main_visual .swiper-pagination span{font-style:normal}


.main_visual .txt>p button {
    display: flex;
    width: 360px;
    height: 60px;
    background-color: rgba(255,255,255,.9);
    border: #2395ff solid 1px;
    border-radius: 30px;
    font-size: 2rem;
    font-weight: 800;
    transition: all .3s;
    align-items: center;
    justify-content: center;
}

.main_visual .txt>p button img {
    height: 32px;
    margin-right: 1rem
}

.main_visual .txt>p button:hover {
    background-color: #2395ff;
    color: #fff;
    transition: all .3s
}

.main_visual .txt>p button:hover img {
    transition: all .3s ease;
    filter: brightness(0) invert(1)
}

.main_visual .swiper-slide:hover { cursor:pointer}

 
.main_title{position:relative}
.main_title h2{color:#2c2c2c;font-size:7.2rem;line-height:1.2;font-family:'Montserrat',sans-serif;letter-spacing:-.01rem}
.main_title h2 em{color:#0042bf}
.main_title p{color:#2c2c2c;font-size:2.4rem;line-height:1.2;letter-spacing:-.025rem}
.main_title h2+p{margin-top:4rem}
.main_title p+h2{margin-top:4rem}

.main_info{text-align:center}
.main_info .txt_area{margin-top: 60px;}
.main_info .tit{color: #333;font-weight: 600;font-size: 48px;line-height:1.3;}
.main_info .tit em{color:#000}
.main_info .desc{margin-top: 30px;color: #444;font-size: 18px;line-height: 1.6;}
.main_info .desc em{color:#232323;font-weight:500}
.main_info .btn_area{margin-top: 40px;}

.main_products{position:relative;padding:9rem 0;border-top:1px solid #d0d0d0}
.main_products:after{position:absolute;top:0;bottom:0;left:-70%;z-index:2;width:100%;background:linear-gradient(to right,#fff 80%,rgba(255,255,255,0) 100%);content:''}
.main_products .main_inner{display:flex}
.main_products .main_title{z-index:3;width:46rem;padding-top:5.5rem}
.main_products .btn_viewmore span{display:none}
.main_products .list_prd{width:114rem}
.main_products .list_prd .swiper-container{overflow:visible}
.main_products .list_prd ul{padding-bottom:8rem}
.main_products .list_prd li{position:relative;width:35rem;margin:0 4rem}
.main_products .list_prd li a{display:block} 
.main_products .list_prd .thumb{overflow:hidden;position:relative;padding-bottom:100%}
.main_products .list_prd .thumb img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}
.main_products .list_prd .thumb:before{position:absolute;left:0;bottom:0;z-index:1;width:0;height:100%;background-color:#00979d;content:'';opacity:1;mix-blend-mode:screen;transition:all .7s cubic-bezier(.54,.005,.155,.99)}
.main_products .list_prd .info{padding:3rem;text-align:center}
.main_products .list_prd .info .tit,.main_products .list_prd .info .model,.main_products .list_prd .info .desc{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:1}
.main_products .list_prd .info .tit{color:#292929;font-weight:500;font-size:1.8rem;line-height:1.5}
.main_products .list_prd .info .model{margin-top:.5rem;color:#2b74ce;font-weight:500;font-size:1.4rem;line-height:1.5;font-family:'Montserrat',sans-serif}
.main_products .list_prd .info .desc{margin-top:2rem;color:#4d4d4d;font-size:1.6rem;line-height:1.5;-webkit-line-clamp:2}
.main_products .list_prd li a:hover .thumb:before{width:100%}
.main_products .list_prd li a:hover .thumb img{filter:grayscale(100%)}
.main_products .swiper-button-prev,.main_products .swiper-button-next{position:absolute;top:45%;right:0;left:auto;width:10rem;height:10rem;border:1px solid #dcdcdc;border-radius:50%;background:url(../images/icon/arr_gray.png) 50% 50% no-repeat;background-color:rgba(255,255,255,.2)}
.main_products .swiper-button-prev{margin-right:-1.42rem;transform:rotate(-180deg)}
.main_products .swiper-button-next{margin-right:-12.6rem}
.main_products .swiper-button-prev:after,.main_products .swiper-button-next:after{display:none}
.main_products .swiper-container-horizontal>.swiper-scrollbar{right:0;bottom:0;left:0;width:auto;height:2px}
.main_products .swiper-scrollbar-drag{border-radius:0;background:rgba(0,0,0,.65)}
.main_products .swiper-scrollbar{border-radius:0;background:rgba(0,0,0,.1)}

.main_live{height:116.5rem;border-top:1px solid #d0d0d0}
.main_live .main_inner{height:100%}
.main_live .main_title{position:absolute;top:18rem;left:0;z-index:1} 
.main_live .main_title h2{font-size:8rem}
.main_live .btn_viewmore_wrap{margin-top:4rem}
.main_live .list_gallery{position:absolute;top:0;right:0;bottom:0;left:0}
.main_live .list_gallery ul{height:100%}
.main_live .list_gallery li{overflow:hidden;position:absolute}
.main_live .list_gallery li a{display:block}
.main_live .list_gallery .item{position:relative}
.main_live .list_gallery .item:before{position:absolute;top:50%;left:50%;z-index:2;margin-left:.6rem;border:1.2rem solid transparent;border-left:1.6rem solid #fff;content:'';transform:translate(-50%,-50%)}
.main_live .list_gallery .item:after{position:absolute;top:50%;left:50%;z-index:1;width:7rem;height:7rem;border:1px solid #fff;border-radius:50%;background-color:rgba(255,255,255,.29);content:'';transform:translate(-50%,-50%)}
.main_live .list_gallery .thumb{overflow:hidden;position:relative}
.main_live .list_gallery .thumb:before{position:absolute;left:0;bottom:0;z-index:1;width:0;height:100%;background-color:#00979d;content:'';opacity:1;mix-blend-mode:screen;transition:all .7s cubic-bezier(.54,.005,.155,.99)}
.main_live .list_gallery .thumb:after{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,.2) 88%);content:'';pointer-events:none}
.main_live .list_gallery .thumb img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}
.main_live .list_gallery .thumb video{position:absolute;top:50%;left:50%;width:100%;height:100%;transform:translate(-50%,-50%)}
.main_live .list_gallery .info{position:absolute;right:4rem;bottom:10%;left:4rem;text-align:center}
.main_live .list_gallery .info .tit{display:-webkit-box;overflow:hidden;color:#fff;font-weight:500;font-size:2.4rem;line-height:1.3;letter-spacing:-.025rem;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:1}
.main_live .list_gallery .info .tag{display:-webkit-box;overflow:hidden;margin-top:2rem;color:#fff;font-size:1.8rem;line-height:1.3;letter-spacing:-.025rem;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.main_live .list_gallery li a:hover .thumb:before{width:100%}
.main_live .list_gallery li a:hover .thumb img{filter:grayscale(100%)}
.main_live .list_gallery .item01{top:17rem;left:calc(50% - 22rem);width:40rem}
.main_live .list_gallery .item01 .item{height:80rem;padding:2.5rem 2.7rem;background:url(../images/main/bg_phone.png) 50% 50% no-repeat;background-size:100%  auto}
.main_live .list_gallery .item01 .thumb{padding-bottom:215.61%;border-radius:3.6rem}
.main_live .list_gallery .item02{top:61.5rem;left:calc(50% + 27rem);width:40rem}
.main_live .list_gallery .item02 .thumb{padding-bottom:100%;border-radius:100%}
.main_live .list_gallery .item03{top:16.4rem;left:calc(50% + 46rem);width:56rem}
.main_live .list_gallery .item03 .thumb{padding-bottom:63.39%;border-radius:6rem}

.main_awards{padding:7rem 0;background-color:#1d66c0}
.main_awards .main_inner{display:flex}
.main_awards .main_title{width:60rem;padding-top:5.5rem}
.main_awards .main_title h2,.main_awards .main_title p{color:#fff}
.main_awards .list_awards{position:relative;width:104.2rem;margin-right:-6.9rem}
.main_awards .list_awards ul{display:flex;flex-wrap:wrap;margin:-2.7rem 0}
.main_awards .list_awards li{width:25%;padding:2.7rem}
.main_awards .list_awards li a{display:block;padding:2.5rem 2rem;border-radius:1rem;background-color:rgba(255,255,255,.14)} 
.main_awards .list_awards .thumb{overflow:hidden;position:relative;padding-bottom:141.12%}
.main_awards .list_awards .thumb:before{position:absolute;left:0;bottom:0;z-index:1;width:0;height:100%;background-color:#00979d;content:'';opacity:1;mix-blend-mode:screen;transition:all .7s cubic-bezier(.54,.005,.155,.99)}
.main_awards .list_awards .thumb:after{position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid #fff;border-radius:inherit;content:'';pointer-events:none}
.main_awards .list_awards .thumb img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}
.main_awards .list_awards .desc{position:absolute;top:50%;right:0;left:0;transform:translateY(-50%)}
.main_awards .list_awards .desc p{color:#fff;font-size:1.2rem;line-height:1.3;letter-spacing:-.025rem;text-align:center}
.main_awards .list_awards li a:hover .thumb:before{width:100%}
.main_awards .list_awards li a:hover .thumb img{filter:grayscale(100%)}

.main_new{position:relative;padding:23rem 0}

.main_new .main_inner{display:flex;align-items:center}
.main_new .main_title{z-index:3;width:40rem}
.main_new .list_new{width:120rem}
.main_new .list_new .swiper-container{overflow:visible}
.main_new .list_new li{position:relative;width:40rem;margin:3.5rem}
.main_new .list_new li a{display:block} 
.main_new .list_new .thumb{overflow:hidden;position:relative;padding-bottom:100%;border-radius:50%}
.main_new .list_new .thumb:before{position:absolute;left:0;bottom:0;z-index:1;width:0;height:100%;background-color:#00979d;content:'';opacity:1;mix-blend-mode:screen;transition:all .7s cubic-bezier(.54,.005,.155,.99)}
.main_new .list_new .thumb:after{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background-color:rgba(0,0,0,.2);content:'';pointer-events:none}
.main_new .list_new .thumb img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}
.main_new .list_new .info{position:absolute;top:50%;right:2rem;left:2rem;transform:translateY(-50%)}
.main_new .list_new .info .tit{display:-webkit-box;overflow:hidden;color:#fff;font-weight:500;font-size:2.4rem;line-height:1.2;letter-spacing:-.05rem;text-align:center;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:3}
.main_new .list_new li a:hover .thumb:before{width:100%}
.main_new .list_new li a:hover .thumb img{filter:grayscale(100%)}

.main_reference{position:relative;height:84rem}
.main_reference .main_inner{z-index:3;pointer-events:none}
.main_reference .main_title{width:43rem;padding-top:19rem}
.main_reference .list_network{position:absolute;bottom:3.7rem;left:50%;z-index:3;max-width:160rem;width:90%;transform:translateX(-50%)}
.main_reference .list_network ul{display:flex;flex-wrap:wrap;border:1px solid rgba(0,0,0,.13);background-color:#fff}
.main_reference .list_network li{width:20%;height:12rem;border:1px solid rgba(0,0,0,.13);border-width:1px 0 0 1px}
.main_reference .list_network li:nth-child(-n+5){border-top:0}
.main_reference .list_network li:nth-child(5n+1){border-left:0}
.main_reference .list_network li a{display:flex;justify-content:center;align-items:center;height:100%} 
.main_reference .swiper-container{position:absolute;top:50%;left:50%;width:100%;height:100%;transform:translate(-50%,-50%)}
.main_reference .swiper-slide{overflow:hidden}
.main_reference .swiper-slide .bg{position:absolute;left:0;top:0;width:100%;height:100%;background-position:50% 0;background-repeat:no-repeat;background-size:cover}
.main_reference .swiper-slide .txt{display:flex;flex-direction:column;justify-content:flex-end;position:relative;z-index:1;max-width:75rem;width:90%;height:54%;margin:0 auto;text-align:right}
.main_reference .swiper-slide .txt p,.main_reference .swiper-slide .txt span{opacity:0;transform:translateY(40px)}
.main_reference .swiper-slide.swiper-slide-active .txt>p,.main_reference .swiper-slide.swiper-slide-active .txt>span{opacity:1;transform:translateY(0);transition:opacity 1s,transform 1.4s}
.main_reference .swiper-slide.swiper-slide-active .txt>span{transition-delay:.1s}
.main_reference .swiper-slide.item01 .txt>p{color:#fff;font-weight:500;font-size:1.8rem;line-height:1.5;letter-spacing:-.025rem}
.main_reference .swiper-slide.item01 .txt>span{margin-top:3rem;color:#fff;font-weight:500;font-size:2.4rem;line-height:1.5;letter-spacing:-.025rem}
.main_reference .swiper-slide.item02 .txt>p{color:#fff;font-weight:500;font-size:1.8rem;line-height:1.5;letter-spacing:-.025rem}
.main_reference .swiper-slide.item02 .txt>span{margin-top:3rem;color:#fff;font-weight:500;font-size:2.4rem;line-height:1.5;letter-spacing:-.025rem}
.main_reference .swiper-slide.item03 .txt>p{color:#fff;font-weight:500;font-size:1.8rem;line-height:1.5;letter-spacing:-.025rem}
.main_reference .swiper-slide.item03 .txt>span{margin-top:3rem;color:#fff;font-weight:500;font-size:2.4rem;line-height:1.5;letter-spacing:-.025rem}
.main_reference .swiper-slide.item04 .txt>p{color:#fff;font-weight:500;font-size:1.8rem;line-height:1.5;letter-spacing:-.025rem}
.main_reference .swiper-slide.item04 .txt>span{margin-top:3rem;color:#fff;font-weight:500;font-size:2.4rem;line-height:1.5;letter-spacing:-.025rem}
.main_reference .control_area{display:flex;justify-content:flex-end;align-items:center;position:absolute;top:60%;left:50%;z-index:1;max-width:70rem;width:90%;transform:translateX(-50%)}
.main_reference .swiper-pagination{position:relative;bottom:auto;left:auto;width:7rem;color:#fff;font-style:italic;font-size:1.2rem;font-family:'Montserrat',sans-serif;text-align:center}
.main_reference .swiper-pagination span{font-style:normal}
.main_reference .swiper-pagination2{position:relative;width:20rem;height:2px;bottom:auto}
.main_reference .swiper-pagination-progressbar{background:rgba(255,255,255,.25)}
.main_reference .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:rgba(255,255,255,1)}
.main_reference .btn_autoplay{display:block;width:2.8rem;height:2.8rem;border-radius:50%;background:url(../images/icon/ico_pause.png) 50% 50% no-repeat;background-size:100%  auto}
.main_reference .btn_autoplay.on{background-image:url(../images/icon/ico_play.png)}


.main_reference .swiper-slide:after{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,rgba(236,245,243,0.4) 40%,rgba(0,0,0,0) 70%);content:''; /* background: rgba(0, 0, 0, 0.15); mix-blend-mode: multiply;*/ }


.main_contact{padding:13rem 0;background:url(../images/main/contact_01.jpg) 50% 100% no-repeat;background-size:cover}
.main_contact .main_title{text-align:center}
.main_contact .main_title h2{margin-top:5rem;font-size:6rem}
.main_contact .main_title p{font-size:2.1rem}
.main_contact .btn_area {margin-top:10rem}
	
/* sub */
.max_inner{position:relative;max-width:120rem;width: 100%;margin:0 auto}

@media (max-width: 640px) {

.max_inner{margin: 0 20px;width: auto;}
}

.sub_visual{position:relative;max-width:178rem;width:90%;height: 180px;margin:0 auto;border-radius:1rem;background-position:50% 50%;background-repeat:no-repeat;background-size:cover}
.sub_visual .visual_tit{display:flex;justify-content: center;align-items:center;max-width:158rem;width:90%;height:100%;margin:0 auto;color:#fff;letter-spacing:1.25rem;text-shadow: 0 0 6px rgba(0, 0, 0, 0.4);flex-direction: column;gap: 15px;}
.sub_visual .visual_tit h2{font-weight: 700; font-size: 21px; font-family: 'Montserrat'; text-transform: uppercase; }
.sub_visual.visual_tit strong{display:block;font-weight:500;font-size:2.1rem}
.sub_visual.company{background-image:url(../images/sub/visual_company.jpg); background-position: 100% 50%;}
.sub_visual.hospital{background-image:url(../images/sub/visual_hospital.jpg);}
.sub_visual.hospital2{background-image:url(../images/sub/visual_hospital2.jpg); }
.sub_visual.outpatient{background-image:url(../images/sub/visual_outpatient.jpg); }
.sub_visual.rehab{background-image:url(../images/sub/visual_rehab.jpg); }
.sub_visual.cancer{background-image:url(../images/sub/visual_cancer.jpg);}
.sub_visual.checkup{background-image:url(../images/sub/visual_checkup.jpg); }




.sub_visual.customers{background-image:url(../images/sub/visual_customers.jpg)}
.sub_visual.brand{background-image:url(../images/sub/visual_brand.jpg)}
.sub_visual.support{background-image:url(../images/sub/visual_support.jpg); background-position: 100% 50%;}
.sub_visual.store{background-image:url(../images/sub/visual_store.jpg)}



/*.company .visual_tit h2 {color: #3d749a}*/


.support .visual_tit h2,
.support .visual_tit strong {text-transform: uppercase;}


.tab_visual{position:relative;max-width:178rem;width:90%;margin:0 auto}
.tab_visual:before{position:absolute;right:0;bottom:0;left:0;height:1px;background-color:#d9d9d9;content:''}
.tab_visual ul{display:flex;align-items:center;justify-content: center;}
.tab_visual li{position:relative}
.tab_visual li a{display:flex;justify-content:center;align-items:center;position:relative;height:8rem;padding:0 4rem;margin:0 3.5rem;font-size:1.8rem;letter-spacing:-.025rem;white-space:nowrap}
.tab_visual li a:before{position:absolute;bottom:0;right:0;width:0;height:3px;background-color:#17afb5;content:'';transition:all ease .3s}
.tab_visual li a:hover:before,.tab_visual li.on>a:before{right:auto;left:0;width:100%}

.sub_title{position:relative;max-width:178rem;width:90%;padding:10rem 0;margin:0 auto;text-align:center}
.sub_title span{display:block;margin-top: 40px;color: #4B515B;font-size: 20px;line-height:1.5;letter-spacing:-.025rem}
.sub_title h3{color:#2c2c2c;font-size: 40px;font-family:'Montserrat',sans-serif;letter-spacing:-.01rem}
.sub_title h3 span { font-size: 1.6rem; color: #666; font-weight: 400; margin: 4rem 0 0 0}
.sub_title p{margin-top:5rem;color:#4c4c4c;font-size:1.6rem;line-height:1.5;letter-spacing:-.05rem}

.basicFilter_wrap{display:flex;justify-content:space-between;position:relative;margin-bottom:2.5rem}
.basicFilter_sort{display:flex;overflow-x:auto;-webkit-overflow-scrolling:touch}
.basicFilter_sort::-webkit-scrollbar{display:none}
.basicFilter_sort .btn{margin-right:.8rem}
.basicFilter_choice{position:relative}
.basicFilter_choice .btn_filter{width:auto;height:3.2rem;padding:0 .8rem;font-size:1.6rem;line-height:3.2rem;letter-spacing:0}
.basicFilter_choice .btn_filter:after{display:inline-block;position:relative;top:50%;width:1.4rem;height:1.4rem;margin-left:.8rem;;background:url(../images/icon/ico_filter.png) 50% 50% no-repeat;vertical-align:top;content:'';transform:translateY(-50%)}
.basicFilter_choice .sel_sort{width:10rem;height:3.2rem;padding-right:3rem;margin-left:2rem;border:0;background-image:url(../images/icon/arr_select_02.png);font-size:1.6rem}

.keyword_search{position:absolute;top:0;right:0;width:30rem}
.keyword_search .box_search{position:relative;padding:0 4rem 0 .5rem;border-bottom:1px solid #000}
.keyword_search .tf_keyword{height:3.2rem;padding:0;border:0;background-color:transparent;font-size:1.6rem;vertical-align:top}
.keyword_search .btn_search{display:block;position:absolute;top:0;right:0;z-index:2;width:4rem;height:3.2rem}
.keyword_search .btn_search:after{position:absolute;top:50%;left:50%;width:2rem;height:2rem;background:url(../images/icon/ico_search_02.png) 50% 50% no-repeat;background-size:100% auto;content:'';transform:translate(-50%,-50%)}

/* company */
.company_title{max-width:192rem;width:100%;margin:0 auto}
.company_title .img_area{overflow:hidden}
.company_title .img_area img{width:100%;height:100%;object-fit:cover;}
.company_title .tit_area span{display:block;margin-bottom:2rem;color:#333;font-weight:700;font-size:6rem;letter-spacing:-.1rem}
.company_title .tit_area h4{color: #7cbb25;font-weight: 700;font-size:15rem;letter-spacing:-.025rem}
.company_title .tit_area p{max-width:62rem;width:100%;margin-top:5rem;color:#333;font-size: 2.1rem;line-height:1.5;letter-spacing:-.05rem}
.company_title .tit_area p em{color:#232323;font-weight:500}

/* about */
.about{padding:12rem 0}
.about .intro{padding-bottom:20rem;text-align:center}
.about .intro .tit{color:#3c3c3c;font-weight:400;font-size:4rem;line-height:1.5;font-family:'SeoulHangangM',sans-serif}
.about .intro .tit em{color:#17afb5}
.about .intro .img_area{margin:0 auto}
.about .intro .img_area.top{margin-bottom:3.8rem}
.about .intro .img_area.btm{margin-top:6.8rem}
.about .intro .img_area.ab{margin-top:2rem}
.about .intro .img_area.ab i {margin-top:3rem; display: block; font-family: 'Montserrat'; color: #666; letter-spacing: 0.1rem}
.about .company_title{display:flex;justify-content:space-between;align-items:center}
.about .company_title .img_area{height:80rem}
.about .company_title .img_area.lft{max-width: 67rem;border-radius:0 19rem 19rem 0;margin-right: 10rem;}
.about .company_title .img_area.rgt{width:34rem;margin-left: 10rem;margin-right:1.4rem;border-radius:17rem}
.about .company_title .tit_area{width:33%}

/* greeting */
.greeting{padding:12rem 0}
.greeting .max_inner{max-width: 130rem;}
.greeting .ceo{display:flex;justify-content:space-between}
.greeting .ceo .img_area{overflow:hidden;width: 50rem;/* height:51rem; *//* border-radius:3rem; */}
.greeting .ceo .img_area img{/* width:100%; *//* height:100%; */object-fit:cover;}
.greeting .ceo .txt_area{/*width:54%*/ width: 100%; text-align: center}
.greeting .ceo .txt_area h4{color:#292929;font-weight:700;font-size:6rem;line-height:1.3;letter-spacing:-.05rem}
.greeting .ceo .txt_area p{margin-top:6.5rem;color:#333;font-size: 1.8rem;line-height:1.5;letter-spacing:-.05rem}
.greeting .ceo .txt_area p em{color:#232323;font-weight:500; font-size: 3rem}
.greeting .ceo .txt_area .sign{margin-top:7rem;font-family:'Noto Serif KR',sans-serif}
.greeting .ceo .txt_area .sign span{display:block;color:#000;font-weight:500;font-size:1.8rem;letter-spacing:-.05rem}
.greeting .ceo .txt_area .sign strong{display:block;margin-top:2rem;color:#292929;font-weight:500;font-size:4rem;letter-spacing:1.5rem}
.greeting .other{padding:10rem 0 2.5rem;background:url(../images/sub/greeting_02.jpg) 50% 100% no-repeat;}
.greeting .other .txt_area{width: 70%;}
.greeting .other .txt_area h4{color:#292929;font-weight:700;font-size:4.8rem;line-height:1.3;letter-spacing:-.05rem}
.greeting .other .txt_area p{margin-top:5.5rem;color:#333;font-size: 2.0rem;line-height:1.3;letter-spacing:-.05rem}
.greeting .other .txt_area .sign{margin-top:5rem;font-family:'Noto Serif KR',sans-serif;text-align:right}
.greeting .other .txt_area .sign span{display:inline-block;margin:1rem 5rem 0 0;color:#000;font-weight:500;font-size:1.8rem;letter-spacing:-.05rem;vertical-align:top}
.greeting .other .txt_area .sign strong{display:inline-block;color:#292929;font-weight:500;font-size:6rem;letter-spacing:2rem;vertical-align:top}




/* history */
.history{padding:12rem 0}
.history .company_title{display:flex;justify-content:space-between;align-items:center}
.history .company_title .img_area{width:79rem;height:49.6rem; margin-right: 10rem;}
.history .company_title .tit_area{width:50%}
.history_wrap .max_inner{max-width:113rem}
.history_cont{position:relative}
.history_cont:after{display:block;clear:both;content:''}
.history_menu{float:left;width:35%;padding-top:15rem}
.history_menu li{margin-bottom:5rem}
.history_menu li a{color:#b1b1b1;font-weight:600;font-size:3.6rem;letter-spacing:-.05rem;transition:all ease .6s}
.history_menu li a .tit2{display:none}
.history_menu li a span{line-height:1.2}
.history_menu li a span strong{display:inline-block;color:#7cbb25;font-weight:700;font-size:4.8rem;vertical-align:baseline}
.history_menu li.on a{color:#333} 
.history_menu li.on a .tit1{display:none}
.history_menu li.on a .tit2{display:block}
.history_menu.fixed{position:fixed;top:1rem}
.history_menu.off{position:absolute;top:initial}
.history_tab{float:right;max-width:600px;width:54%}  
.history_tab>div{padding-top:15rem;margin-bottom:10rem}
.history_tab .title{display:block;padding-bottom:2rem;margin-bottom:2.5rem;border-bottom:2px solid #7cbb25;color:#000;font-size:3.6rem;font-family:'Montserrat',sans-serif}  
.history_tab .title i { float: right; color: #999; display: inline-block; margin-right: 1rem; font-size:3rem; font-weight: 100}
.history_tab ul li{position:relative;padding-left:10.5rem;margin:2.5rem 0;color:#333;font-size:1.8rem;line-height:2}
.history_tab ul li .year{position:absolute;top:0;left:0;width:7.5rem;color:#7cbb25;font-size:2.4rem;line-height:1.5;font-family:'Montserrat',sans-serif}
.history_tab ul li .year:after{position:absolute;top:50%;right:0;width:1rem;height:1rem;border:2px solid #7cbb25;border-radius:50%;content:'';transform:translateY(-50%)}
.history_img{margin:7rem 0}
.history_img img{max-width:100%}

/* R&D */
.rnd{padding:12rem 0}
.rnd .max_inner{max-width:150rem}
.rnd .list_rnd{display:flex;margin-top:11rem}
.rnd .list_rnd ul{column-count:2;column-gap:4rem}
.rnd .list_rnd li{position:relative;padding-left:1.7rem;color:#232323;font-size:2.0rem;line-height:1.8;letter-spacing:-.05rem}
.rnd .list_rnd li:before{position:absolute;top:1.7rem;left:0;width:.2rem;height:.2rem;border-radius:2px;background-color:#232323;content:''}
.rnd .img_area{position:absolute;top:0;right:0;z-index:-1}
.rnd .list_certify{margin-top:2rem}
.rnd .list_certify ul{display:flex;justify-content:center}
.rnd .list_certify li{width:15.1rem;padding:0 .8rem}
.rnd .list_certify .thumb{overflow:hidden;position:relative;padding-bottom:140.75%;box-shadow:0 0 .9rem 0 rgba(1,1,1,.14)}
.rnd .list_certify .thumb:after{position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid #fff;content:'';pointer-events:none}
.rnd .list_certify .thumb img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}
.rnd .list_awards{overflow:hidden;position:relative;padding:.9rem 0;margin-top:16rem;border-radius:100px}
.rnd .list_awards:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;border:1px solid #d2d2d2;border-radius:inherit;content:'';pointer-events:none}
.rnd .list_awards ul{display:flex;/* margin-left:4rem; */justify-content: space-evenly;align-items: stretch;}
.rnd .list_awards li{width:auto;/* padding:0 1rem; */}
.rnd .list_awards .thumb{height:10.6rem;}
.rnd .list_awards .thumb img{width:auto;height:100%}

/* network */
.network{padding:12rem 0}
.network .company_title{display:flex;justify-content:flex-end;align-items:center;background: url(../images/sub/network_01.jpg) 0% 50% no-repeat;background-size:cover}
.network .company_title .tit_area{/* width:43%; */margin-right: 13rem;}
.network .list_network{max-width:140rem;width:90%;margin:13rem auto 0}
.network .list_network ul{display:flex;flex-wrap:wrap}
.network .list_network li{width:25%;padding:.5rem}
.network .list_network li a{display:block}
.network .list_network .thumb{overflow:hidden;position:relative;padding-bottom:28.825%;border:1px solid rgba(0,0,0,.13)} 
.network .list_network .thumb img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}


/* brand */
.brand{ padding:12rem 0}
.brand .intro{text-align:center}
.brand .intro .tit{color:#3c3c3c;font-weight:400;font-size:4rem;line-height:1.5;font-family:'SeoulHangangM',sans-serif}
.brand .intro .tit em{color:#17afb5}
.brand .intro .img_area{margin:0 auto}
.brand .intro .img_area.top{margin-bottom:3.8rem}
.brand .intro .img_area.btm{margin-top:6.8rem}
.brand .intro .img_area.ab{margin-top:3rem; margin-bottom:6rem }
.brand .intro .img_area.ab i {margin-top:3rem; display: block; font-family: 'Montserrat'; color: #666; letter-spacing: 0.1rem}
.brand .intro .img_area a { margin: 0 0.5%;}
.brand .intro .img_area a img { display:inline-flex; width: 32% }

.brand_title{width:100%;max-width: 170rem;margin:10rem auto 0;}
.brand_title .img_area{overflow:hidden}
.brand_title .img_area img{width:100%;height:100%;/* object-fit:cover; *//* border-radius: 50%; */}
.brand_title .tit_area span{display:block;margin-bottom:2rem;color:#333;font-weight:700;font-size:6rem;letter-spacing:-.1rem}
.brand_title .tit_area h4{color:#7cbb25;font-weight: 700;font-size:15rem;letter-spacing:-.025rem}
.brand_title .tit_area h5{color:#000;font-weight: 700;font-size:2.5rem;letter-spacing:-.025rem; margin-top: 10rem}
.brand_title .tit_area p{/* max-width:62rem; */width:100%;margin-top:5rem;color:#333;font-size: 2.1rem;line-height:1.5;letter-spacing:-.05rem}
.brand_title .tit_area p em{color:#232323;font-weight:500}
.w140 { max-width: 140rem; margin: auto}

.brand_title .info_area {margin: auto;}
.brand_title .info_area h5 {font-size: 4rem;color:#7cbb25;margin-bottom: 10rem}
.brand_title .info_area span {display: inline-block;font-size: 2.6rem;font-weight: 400;color: #666;text-align: left;width: 50%;float: right;}

.brand .brand_title{display:flex;justify-content:space-between;align-items:center}
.brand .brand_title .img_area{/* height:80rem; */ text-align:center}
.brand .brand_title .img_area.lft{/* border-radius: 50%; */margin-right: 10rem;}
.brand .brand_title .img_area.lft2{/* border-radius: 50%; */margin-right: 16rem;}
.brand .brand_title .img_area.rgt{/* border-radius: 50%; */}
.brand .brand_title .tit_area{width: 55%}
.brand .brand_title .logo_bm { border-radius: 0; margin: 3rem auto; display: block; width: auto; height: auto; object-fit: unset;}

.brand .img_area .thumb{overflow:hidden;position:relative;padding-bottom:100%;border-radius:50%;height: 60rem;width: 60rem;}
.brand .img_area .thumb:before{position:absolute;left:0;bottom:0;z-index:1;width:0;height:100%;background-color:#00979d;content:'';opacity:1;mix-blend-mode:screen;transition:all .7s cubic-bezier(.54,.005,.155,.99)}
.brand .img_area .thumb:after{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background-color:rgba(0,0,0,.2);content:'';pointer-events:none}
.brand .img_area .thumb img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}
.brand .img_area .info{position:absolute;top:37%;right:2rem;left:2rem;transform:translateY(-50%)}
.brand .img_area .info .tit{display:-webkit-box;overflow:hidden;color:#fff;font-weight:600;font-size:6rem;line-height:1.2;letter-spacing:-.05rem;text-align:center;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:3}
.brand .img_area:hover .thumb:before{width:100%}
.brand .img_area:hover .thumb img{filter:grayscale(100%)}

.brand .BrandHealthcare {}

.brand .maternity_info{overflow:hidden;position:relative;padding:.9rem 0;margin:10rem auto 0; width: fit-content;}
.brand .maternity_info:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2; border-radius:inherit;content:'';pointer-events:none}
.brand .maternity_info .thumb{height:20.2rem;}
.brand .maternity_info .thumb img{width:auto;height:100%}

.brand .list_features{overflow:hidden;position:relative;padding:.9rem 0;margin:10rem auto 0; width: fit-content;}
.brand .list_features:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2; border-radius:inherit;content:'';pointer-events:none}
.brand .list_features ul{display:flex;/* margin-left:4rem; */justify-content: space-evenly;align-items: stretch;}
.brand .list_features li{width:auto; padding:0 2rem; }
.brand .list_features .thumb{height:20.2rem;}
.brand .list_features .thumb img{width:auto;height:100%}

.brand .certification {}
.brand .certification ul { display: flex; flex-wrap: wrap; margin: 6rem -1rem 0; }
.brand .certification li { width: 25%; padding: 1.5rem 1.5rem; }
.brand .certification li .thumb { overflow: hidden; position: relative; padding-bottom: 141.12%; box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3); }
.brand .certification li .thumb img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;}
.brand .certification .label { position: absolute; z-index: 1; right: -3rem; margin-top: -8rem;}


.area50{width: 50% !important}
.area100{width: 100% !important}
.mr_c { margin: auto }
.center { text-align: center !important}
.left { text-align: left !important; justify-content:left!important;}

/* Homet */
.Homet{padding: 15rem 0;background-color: #f0f3f5;}

.Homet .brand_title { margin:0 }
.Homet .brand_title .tit_area span{display:block;margin-bottom:2rem;color:#333;font-weight:700;font-size:6rem;letter-spacing:-.1rem}
.Homet .brand_title .tit_area h4{color:#4a9cff;font-weight: 700;font-size:15rem;letter-spacing:-.025rem}
.Homet .brand_title .tit_area h5{color:#000;font-weight: 700;font-size:2.5rem;letter-spacing:-.025rem; margin-top: 10rem}
.Homet .brand_title .tit_area p{/* max-width:62rem; */width:100%;margin-top:5rem;color:#333;font-size: 2.1rem;line-height:1.5;letter-spacing:-.05rem}
.Homet .brand_title .tit_area p em{color:#232323;font-weight:500}

.Homet .max_inner{max-width:150rem}
.Homet .list_Homet{margin-top:11rem; text-align: left}

.Homet .list_Homet:before {position: absolute; right: 0; top: -6rem; left: -100%; height: 1px; background-color: #37a0ea; content: '';}
.Homet .list_Homet ul{/* column-count:2; *//* column-gap:4rem; */}
.Homet .list_Homet li{position:relative;padding-left: 7rem;color: #666;font-size: 2.1rem;line-height: 1.2;letter-spacing:-.05rem;margin-bottom: 3rem;}

.Homet .list_Homet li:first-child::before {background: url(../images/sub/ico_homet1.png) no-repeat 0px 0px;background-size: 5rem;content: "";display: inline-block;height: 5rem;width: 5rem;margin: -1.2rem 0 0 0;}
.Homet .list_Homet li:last-child::before {background: url(../images/sub/ico_homet2.png) no-repeat 6px 0px;background-size: 3.8rem;content: "";display: inline-block;height: 5rem;width: 5rem;margin: -1.2rem 0 0 0;}

.Homet .list_Homet li:before{position:absolute;top:1.7rem;left:0;width:.2rem;height:.2rem;border-radius:2px;background-color:#232323;content:''}
.Homet .img_area{position:absolute;top:0;right:0;/* z-index:-1; */}
.Homet .img_area img { position: absolute; left: -76rem; height: 76rem; image-rendering: auto;}

.Homet .list_certify{margin-top:2rem}
.Homet .list_certify ul{display:flex;justify-content:center}
.Homet .list_certify li{width:15.1rem;padding:0 .8rem}
.Homet .list_certify .thumb{overflow:hidden;position:relative;padding-bottom:140.75%;box-shadow:0 0 .9rem 0 rgba(1,1,1,.14)}
.Homet .list_certify .thumb:after{position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid #fff;content:'';pointer-events:none}
.Homet .list_certify .thumb img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}




/* homeWorkout */
.homeWorkout{max-width:156rem;width:90%;margin:0 auto}
.list_workout ul{display:flex;flex-wrap:wrap;margin:0 -1rem}
.list_workout li{width:25%;padding: .5rem 1rem 3rem;}
.list_workout li a{display:block}
.list_workout .thumb_wrap{position:relative}
.list_workout .thumb{overflow:hidden;position:relative;padding-bottom:56.27%;border-radius:1.5rem;background: #d2f8ed url(../images/common/logo.png) 50% 50% no-repeat;box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);border: rgb(230 230 230) solid 1px; transition: all .5s}
.list_workout .thumb:hover { border: #3abbc057 solid 1px; transition: all .5s }

.list_workout .thumb:before{position:absolute;left:0;bottom:0;z-index:1;width:0;height:100%;background-color:#00979d;content:'';opacity:1;mix-blend-mode:screen;transition: all .5s cubic-bezier(.54,.005,.155,.99);}
.list_workout .thumb img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}
.list_workout .thumb video{position:absolute;top:50%;left:50%;width:100%;height:100%;transform:translate(-50%,-50%)}
.list_workout .info{padding:2.5rem 0 1rem 11rem;position: relative;}
.list_workout .info .tit{display:-webkit-box;overflow:hidden;font-weight:700;font-size:1.8rem;line-height:1.3;letter-spacing:-.05rem;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:1}
.list_workout .info .class{display:block;margin-top:.7rem;color:#808080;font-size:1.4rem;line-height:1.3;font-family:'Montserrat',sans-serif}
.list_workout .info .class a {display:inline-block!important; }  
.list_workout .info .class a:hover { color:#3abbc0; text-decoration: underline}
.list_workout .info .desc{display:-webkit-box;overflow:hidden;margin-top:1rem;color:#4d4d4d;font-size:1.4rem;line-height:1.3;letter-spacing:-.05rem;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.list_workout .info .tag{display:block;margin-top:1.3rem}
.list_workout .info .tag span{display:inline-block;padding: 0 .5rem;border-radius:.3rem;background-color: #e6e6e6;color: #666;font-size: 1.2rem;line-height: 2.0rem;letter-spacing:-.05rem;margin-bottom: 0.3rem;}
.list_workout .info .admin {font-size: 1.3rem;position: absolute;margin-left: -10rem;top: 10rem;text-align: center;}
.list_workout .info .admin a {/* display: inline-block; */padding: 0.5rem;font-weight: 600;color: #ff6600;}
.list_workout .playtime{position:absolute;right:1.2rem;bottom:.8rem;z-index:2;height:1.9rem;padding:0 .5rem;border-radius:.3rem;background-color:rgba(0,0,0,.8);color:#fff;font-size:1.1rem;line-height:1.9rem;font-family:'Montserrat',sans-serif}
.list_workout .level{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;flex-direction:column;overflow:hidden;position:absolute;bottom:-9.5rem;left:.6rem;z-index:2;width:7.6rem;height:7.6rem;border:1px solid #e5e5e5;border-radius:50%}
.list_workout .level strong:after{position:absolute;top:50%;left:50%;width:3rem;height:1px;background-color:#ccc;content:'';transform:translate(-50%,-50%)}
.list_workout .level strong{display:block;padding:.5rem 0;color:#686868;font-weight:400;font-size:1.8rem;font-family:'Montserrat',sans-serif;letter-spacing:-.025rem}
.list_workout .level strong em{font-weight:700}
.list_workout .level span{display:block;padding:.5rem 0;color:#686868;font-size:1.4rem;letter-spacing:-.1rem}
.list_workout li a:hover .thumb:before{width:100%}
.list_workout li a:hover .thumb img{filter:grayscale(100%)}
.homeWorkout h4 {font-size: 1.6rem;color: #999;margin: 1rem 0;line-height: 2;position: relative;}
.homeWorkout h4:before { position: absolute; right: 0; bottom: 1.5rem; left: 0; height: 1px; background-color: #d9d9d9; content: ''; margin-left: 10%;}
.homeWorkout h5 {font-size: 2.6rem;color: #000;margin: 1rem 0 2rem;}
.homeWorkout h5:before { position: absolute; right: 0; bottom: 1.5rem; left: 0; height: 1px; background-color:transparent; content: ''; margin-left: 10%;}

/* 작성폼 */
.write_contact {max-width: 90rem; width: 90%; margin: 0 auto;}
.write_contact h3 {padding: 0;font-size: 2.4rem;font-weight: 400;line-height: 2.4;border-bottom: 1px solid rgba(0,0,0,0.5);}
.write_contact h4 {padding-top: 3rem;padding-bottom: 1.2rem;font-weight: 400;text-align: left;font-size: 1.4rem;}
.write_contact .write_area { position: relative}
.write_contact .write_area .btn+.btn{margin-left:0.5rem; }
.write_contact .write_area .btn {overflow:revert;margin-bottom: 0.3rem;}
.write_contact .write_area .btn i { font-size: 1rem; position: relative; z-index: 10000000; margin-top: -0.5rem; color: #666; display: block; }
.write_contact .write_area .btn.white_md{ /*min-width:3rem;*/}
.write_contact label {display: block; padding-top: 3rem;padding-bottom: 1.2rem;font-weight: 400;text-align: left;font-size: 1.4rem;}
.write_contact label i { color: #999; font-size: 1.1rem}
.write_contact .write_area .input_rdo_box i { font-size: 1rem; position: relative; z-index: 10000000; margin-top: 0.5rem; color: #666; display: block;text-align: center; }
.write_contact .write_area .input_rdo_box+.input_rdo_box{margin-left:0.5rem; }

.line_bottom { border-bottom: #ccc solid 1px; padding-bottom: 1.6rem}

.w10 { width: 10rem; display: inline-block;}
.w15 { width: 15rem; display: inline-block;}
.w40 { width: 40rem; display: inline-block; margin-right:1rem}
.w60 { width: 60rem; max-width: 100%; display: inline-block; margin-right:1rem}
.w85 { width: calc(100% - 18rem); display: inline-block; margin-right:1rem}
.w50 { width: calc(50% - 1.18rem); display: inline-block; margin-right:1rem}

@media all and (max-width: 600px) {
    .w40, .w60, .w85, .w50    { max-width: 100%; }
    
    
}


/* BuyProduct */
.BuyProduct{max-width:156rem;width:90%;margin:0 auto}
.list_product {}
.list_product ul{display:flex;flex-wrap:wrap;margin:0 -1rem}
.list_product li{width:25%;padding: .5rem 4rem 5rem;}
.list_product li a{display:block}
.list_product .thumb_wrap{position:relative}
.list_product .thumb{/* overflow:hidden; */position:relative;/* border-radius:1.5rem; *//* background: #d2f8ed url(../images/common/logo.png) 50% 50% no-repeat; */margin: auto;text-align: center;/* padding-bottom: 85%; */height: 20rem;}

.list_product .thumb img{position: relative;width: auto;height: 100%;}
.list_product .thumb video{position:absolute;top:50%;left:50%;width:100%;height:100%;transform:translate(-50%,-50%)}
.list_product .info{padding: 2.5rem 0;margin: auto;text-align: center;}
.list_product .info .tit{display:-webkit-box;overflow:hidden;font-weight:700;font-size:1.8rem;line-height:1.3;letter-spacing:-.05rem;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:1}
.list_product .info .class{display:block;margin-top:.7rem;color:#808080;font-size:1.4rem;line-height:1.3;font-family:'Montserrat',sans-serif}
.list_product .info .desc{display:-webkit-box;overflow:hidden;margin-top:1rem;color:#4d4d4d;font-size:1.4rem;line-height:1.3;letter-spacing:-.05rem;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.list_product .info .tag{display:block;margin-top:1.3rem;}
.list_product .info .tag span{font-size: 0;width: 31px;height: 31px;border: 1px solid #bfbfbf;border-radius: 2rem;padding-top: 14px;padding-left: 8px;display: inline-flex;}

.list_product li a:hover .tit { color: #000; text-decoration: underline; transition: all 0.3s;  }
.list_product li a:hover .class { color: #000;  transition: all 0.3s;  }
.list_product li a:hover .desc { color: #000;  transition: all 0.3s;  }
.list_product li a:hover .info .tag span { border: 1px solid #17afb5; background-color: #17afb5; color: #fff; transition: all 0.3s;}
.list_product li a:hover .thumb img { opacity: 0.7; transition: all 0.3s; }

.plus.icon { color: #000; position: absolute; margin-left: -16px;}
.plus.icon:before { content: ''; position: absolute; width: 13px; height: 1px; background-color: currentColor;}
.plus.icon:after { content: ''; position: absolute; width: 13px; height: 1px; background-color: currentColor; -webkit-transform: rotate(90deg); transform: rotate(90deg);}

.Disclaimer {padding: 5rem 0;margin: auto;max-width: 147rem;}
.Disclaimer h4 { margin-bottom: 2rem}
.Disclaimer .info_txt { display: inline-block}
.Disclaimer .info_txt p {font-size: 1.3rem;margin: 1.4rem 0;color: #666;}
.Disclaimer .info_img {display: inline-block;vertical-align: top;float: right;}
.Disclaimer .info_img img {box-shadow: 0 0px 6px 3px rgb(0,0,0,.1);margin-left: 3rem;}

.line1{/*position: absolute; left: 0; */ max-width: 1200px; height: 1px; background-color: #d9d9d9; margin: auto;}
.line100{/*position: absolute; left: 0; */ width: 100%; height: 1px; background-color: #d9d9d9; margin: 3rem 0;}
.line100_m10{/*position: absolute; left: 0; */ width: 100%; height: 1px; background-color: #d9d9d9; margin: 10rem 0;}
.line100_m10_none{/*position: absolute; left: 0; */ width: 100%; height: 1px; background-color:transparent; margin: 10rem 0;}

/* 고객지원 */
.customer_box {width:calc(100% - 80px);margin:0 auto 30px;}
.customer_box h4 { padding: 35px 0; font-weight: 400; text-align: left }

/* 게시판 메뉴 서브 4개 탭 */
.tab4_nav ul { list-style: none; width: auto; text-align: center; margin: 0; padding: 0 0 0 0; border-bottom: #808080 solid 1px;}
.tab4_nav ul li { display: inline-block; padding: 0 30px; transition: all 0.3s; opacity: 0.80; }
.tab4_nav ul li:hover { background-position: 0% -10%;  cursor:pointer; opacity: 1.00;  }
.tab4_nav ul li a { display: inline-block; font-size: 16px;  font-weight: 400; color: #333;  margin: 0; line-height: 1.1em; }
.tab4_nav ul li a { text-decoration: none; padding: 36px 0; display: block; position: relative;}
.tab4_nav ul li a:after { content: ''; position: absolute; border-top: 1px solid #2f6215; top: 0; left: 0; right: 100%; transition: all 500ms;}
.tab4_nav ul li a.checked { color:#000; border-top: 1px solid #2f6215; padding-top: 35px; }
.tab4_nav ul li a:hover:after { right: 0; }
.tab4_nav ul li a:active  { color:#000; }


/* 공지사항 게시판 */
.news_list { width: 100%; margin:0 auto}
.news_list li { list-style: none; font-size: 15px; transform: rotate(0.1deg); text-align: left; line-height: 58px; border-bottom:#e6e6e6 solid 1px;  cursor:pointer; color: #808080   }
.news_list li span { display: inline-block; margin-right: 12px; width: 54px; line-height: 21px; background-color: #8cb4dd; color: #fff; font-size: 14px; transform: rotate(0.1deg); font-weight: 600; text-align: center }
.news_list li font {  float: right; font-size: 13px; color: #808080; font-weight: 100}

.list_more { display: block; text-align: left; margin-bottom: 40px; }
.list_more a { display: inline-block; font-size: 14px; padding: 40px 0; background-image: url(../images/board/ico_arrow_more.png); background-position: 100% 50%; background-repeat:no-repeat;  padding-right: 30px; color: #000;}
.list_more a:hover { opacity: 0.6}


/* faq page */
.section_qa {overflow:hidden;width:100%;height:100%;margin:0 auto; position: relative; overflow: hidden; height: 100%; border-top: 1px solid #d2d2d2; vertical-align: top; text-align: left;}
.h_txt{float:left;width:196px; height:42px;background:url(sp.png) 0 -380px no-repeat}
.con{font-size:12px;line-height:18px}
.section_qa .con{height:100%; margin-bottom:50px}
.section_qa .faq_area{border-bottom:1px solid #575757}
.section_qa .faq_area ul { margin: 0}
.section_qa .faq_area li{position:relative;overflow:hidden;height:100%;border-top:1px solid #d2d2d2;vertical-align:top; text-align:left}
.section_qa .faq_area li:first-child { border-top:2px solid #575757; border-top:0;  }
.section_qa .faq_area .notice_link_box{width:95%;padding:20px 0 20px 30px;font-size:14px;;background:url(../images/board/ico_about3_q.png) 3px 24px no-repeat; line-height:1.6em; }


.section_qa .faq_area .notice_link_box b {
    display: inline-block;
    margin-right: 2rem
}
.section_qa .faq_area .notice_link_box a{color:#222}
.section_qa .faq_area .notice_link_box.answer{width:100%; font-weight:normal;  border-top:1px solid #ebebeb;color:#666;background:url(../images/board/ico_about3_a.png) 3px 28px no-repeat; padding-top:25px}
.section_qa .faq_area .notice_link_box .answer_con{width:94%; vertical-align:1.3em; padding:0;}
.section_qa .faq_area .notice_link_box .answer_con div { padding:0; margin:0}
.section_qa .faq_area .btn_answer{position:absolute;top:20px;right:6px;width:20px;height:11px;background:url(../images/board/sp.png) -210px -380px no-repeat;}
.section_qa .faq_area .btn_answer.open{background:url(../images/board/sp.png) -210px -410px no-repeat}
.section_qa .faq_area .operating_hour{overflow:hidden}
.section_qa .faq_area .operating_hour dt{float:left;clear:both}
.section_qa .faq_area .operating_hour dd{float:left;margin-left:3px;width:80%}
.blind,legend{overflow:hidden;position:absolute;top:0;left:0;width:0;height:0;font-size:0;line-height:0}




/****** 기본 테이블 구성 *********/

.admin_ico{position: relative;max-width: 100em;width: 100%;padding:0;margin: -6rem auto 4rem;text-align: center;}
.admin_ico img {display:inline-block;width: 4.8rem;/* height:36px; */background-color:#909090;border-radius: 1rem;padding:3px}
.admin_ico img:hover { background-color:#000; }

.bottom_ico { margin:20px 30px 20px 0; text-align:right }
.bottom_ico img { display:inline-block;  margin:0 0 0 8px; width:36px; height:36px; background-color:#909090; border-radius:23px; padding:3px }
.bottom_ico img:hover { background-color:#000; }


/****** 쓰기 *********/
.write {  width:100%; border-bottom:#b7b7b7 solid 1px; margin:0 auto; }
.write .none { border:none; }
.write th { width:150px; background-color:#fafafa; font-size:16px; font-weight:600; color:#7b7b7b; border-top:#e1e1e1 solid 1px; text-align:left; padding:5px 0 5px 25px }
.write td { font-size:12px; color:#e5e5e5; border-top:#d8d8d8 solid 1px; text-align:left; padding:7px 0 7px 15px; } 
.write td input.i_box { width:calc(100% - 20px); border:#c6c6c6 solid 1px; padding-left:5px; color:#666; font-size:16px; line-height:24px; height:24px }
.write td textarea.t_box { width:calc(100% - 24px); height:100px; border:#c6c6c6 solid 1px; padding-left:5px; color:#666; font-size:16px; line-height:24px; }
.write td select.s_box { font-size:16px; line-height:24px;}
.write td.check { font:normal 12px/18px 나눔고딕, 돋움; color:#999999; letter-spacing:-0.05em; }
.write td.smtit{color:#7b7b7b;  font-weight:bold; font-size:16px;  }


/* news_view */
.news_view{margin-bottom:5rem;border-top: 1px solid #333;border-bottom: 1px solid #ddd;}
.view_head{position:relative;padding: 3rem 0;/* border-top: 1px solid #333; */border-bottom: 1px solid #ddd;}
.view_head:after{display:block;clear:both;content:''}
.view_head .press{display:block;margin-bottom: 1.0rem;color: #135aa2;font-size: 1.8rem;line-height:1.3}
.view_head .tit{color:#000;font-size: 2.8rem;line-height:4rem}
.view_head .byline{display:inline-block;margin-top: 1.5rem;color:#000;font-size:1.4rem;line-height:1.3;vertical-align:top}
.view_head .name,.view_head .email,.view_head .date{display:inline-block;vertical-align:top}
.view_head .name{padding-right:1rem;font-weight:400}
.view_head .email{letter-spacing:0}
.view_head .date{color:#4c4c4c;letter-spacing:0}
.view_head .btn_area{display:inline-block;margin: 1.0rem 0 0 0;vertical-align:top;float: right;}
.view_head .btn_area button{float:left;width:3.7rem;height:3.2rem;margin-left:-1px;border:1px solid #e0e0e0;background:#fff url(../images/icon/sp_newsview.png) -9999px -9999px no-repeat}
.view_head .btn_area .btn_print{background-position:0 0}
.view_head .btn_area .btn_scrap{background-position:-3.5rem 0}
.news_content{padding:4rem 3.5rem;color:#4c4c4c;font-size:1.8rem;line-height:3rem}
.news_content img{max-width:100%;}
.news_content .img_caption{padding:1rem 0;color:#999;font-size:1.2rem;line-height:1.3;text-align:center}
.news_writer{padding:0  3.5rem 5rem;border-bottom:1px solid #ccc;line-height:1.3}
.news_writer .byline{color:#262626;font-size:1.8rem}
.news_writer .name{display:inline-block;font-weight:400;vertical-align:top}
.news_writer .name em{font-weight:700}
.news_writer .email{display:inline-block;padding-left:1rem;letter-spacing:0;vertical-align:top}
.news_writer .copyright{margin-top:1rem;color:#808080;font-size:1.3rem}


.supportBox .file_box {padding: 3rem 0 1.5rem;border-top: 1px solid #e5e5e5;}
.supportBox .file_box .file{display:inline-block;font-weight:700;font-size:14px;line-height:30px;vertical-align:middle;margin: 1.0rem 1rem 1rem 0;/* border-top: 1px solid #e5e5e5; */color: #666;}
.supportBox .file_box .file:hover { text-decoration: underline;color: #17afb5; }
.supportBox .file_box .file img{position:relative;top:-2px;margin-right:10px;vertical-align:middle; height: 2rem}



.contact .select_type_radio { margin: 0 0 20px; padding-bottom: 10px; text-align: left; border: 0; border-bottom: 1px #e6e6e6 solid; }
.contact .select_type_radio input { display: inline-block; width: auto; height: auto; vertical-align: middle;  padding: 0; margin: 0 0 0 50px}
.contact .select_type_radio input:first-child { margin-left: 0 }
.contact .select_radio{ vertical-align: middle; font-size: 21px;     margin-bottom: 18px;  display: inline-block; margin-right: 5px }  
.contact .radio_label  { display: inline-block; vertical-align: middle; font-size: 15px; transform: rotate(0.1deg); letter-spacing: 0; font-weight: 400  }
.contact .radio_label strong { font-size: 15px; transform: rotate(0.1deg); }


/* 문의하기 */
.contact { width:100%; margin-bottom: 50px  }
.contact input {width:calc(100% - 0px); border:0; border-bottom:1px #e6e6e6 solid; background-color:#fff; line-height:38px; font-size:15px; padding:0; margin-bottom:12px; outline:none;}
.contact input:focus,
.contact textarea:focus { border-bottom:1px #42b7c8 solid;  }
.contact textarea   {width:calc(100% - 0px); height:100px; border:0; border-bottom:1px #e6e6e6 solid; background-color:#fff; line-height:21px; font-size:15px; padding:10px 0; margin-bottom:12px; outline:none;}

.add_text { background-color: #eaf1f9; border-radius: 10px; color:#4c4c4c; padding: 30px; font-size: 14px}
.add_text strong { display: block; font-size: 18px; margin-bottom: 10px }
.add_box { width: 100%; background-color: #f5f5f5; font-size: 14px; line-height: 1.4em; transform: rotate(0.1deg); padding: 24px 0; margin:20px auto 0; text-align: center; font-weight: 400;}

.consent { display: flow-root;text-align: left; font-size: 1.2rem; line-height: 1.4em; padding:2rem 0; letter-spacing: -0.03rem; border-bottom:#ccc solid 1px;}
/*
.consent input { margin: 0 5px 0 0; padding: 0;  vertical-align: top;display: inline-block;}
.consent label {padding-bottom: 10px;display: inline-block; text-align: left}
.consent span { display: inline-block; padding: 0 0 0 5px; text-align: left} 
*/
.consent .cont_policy1 { width: 60%; float: left; padding-top: 10px;  color: #666666;}
.consent .cont_policy2 { width: 40%; float: right; height: 40px; padding-top: 10px;}
.consent .cont_policy2 a { margin-left: 10px; float: right; border: 1px solid #bfbfbf; padding: 5px 15px 5px 15px; border-radius: 15px; display: inline-block; letter-spacing: -1px;}

.consent .cont_agree { display: inline-block; padding:0; clear: both; float: left; width: 100%; margin-top: 3rem}
.consent .cont_agree .agreelabel { padding-top: 0!important}
.consent .cont_agree input { }





@media all and (max-width: 600px) {
    .web_img {
        display:none
    }

    .mobile_img {
        display: block
    }

    .web_box {
        display: none
    }

    .consent {
        display: flow-root;
        text-align: left;
        font-size: 1.2rem;
        line-height: 1.4em;
        padding: 2rem 0;
        letter-spacing: -.03rem;
        border-bottom: #ccc solid 1px
    }

    .consent .cont_policy1 {
        width: 100%;
        float: unset;
        padding-top: 10px;
        color: #666
    }

    .consent .cont_policy2 {
        width: max-content;
        float: unset;
        height: 40px;
        padding-top: 10px
    }

    .consent .cont_policy2 a {
        margin: 5px 10px 0 0;
        padding: 3px 10px;
        font-size: 1.1rem
    }

    .consent .cont_agree {
        display: inline-block;
        padding: 0;
        clear: both;
        float: left;
        width: 100%;
        margin-top: 3rem
    }

    .consent .cont_agree .agreelabel {
        padding-top: 0!important
    }

    .modal-content {
        padding: 40px;
        width: 80%
    }

    .modal-body {
        text-align: left
    }

    .hide-web {
        display: none
    }
}





.tab_nav {margin: 5rem auto;text-align: center;text-transform: uppercase;min-width: 1200px;max-width: calc(100% - 100px);}
.tab_nav a {display: inline-block;padding: 0;margin: 0 1rem;background-color: #f1f1f1;border:none;/*border:#cccccc solid 1px;*/color:#050f33;font-size: 16px;padding: 12px 0;border-right: 0;border-radius: 2rem;transition: all 0.3s;width: calc(20% - 2px);max-width: 270px;}
.tab_nav a:first-child {/* width:calc(16.666% + 0px); */}
/*.tab6_nav a:last-child {border:#cccccc solid 1px;  }*/
.tab_nav a:hover, 
.tab_nav a.select {background-color: #17afb5;color: #fff;transition: all 0.3s;text-decoration:none;/* border: #17afb5 solid 1px; */}
.tab_nav p.click { position:relative; display: block; padding: 0; margin: 0; width: 178px; height: 76px; line-height: 76px;  background:#fff; border-radius: 6px; text-align:center; border-radius: 10px; }
.tab_nav p.click > img { position:absolute; max-width:100%; max-height:100%; width:auto; height:auto; margin:auto; top:0; bottom:0; left:0; right:0;}
.tab_nav a br{display:block}
.tab_nav a br.mo{display:none}


.privacy  {display: block;max-width: 100rem;margin: auto;text-align: left;padding: 20px 40px;}
.privacy .title {}
.privacy .title h2 { font-size: 24px; margin: 30px 0; }
.privacy .title h2 .ver { font-size: 14px; color: #333; letter-spacing: 0; padding-left: 1rem; }
.privacy .section h3 {margin: 1rem 0 1rem;color: #333;letter-spacing: -0.03em;font-size: 1.6rem;}
.privacy .section h4 { margin: 2rem 0 1.6rem; color: #333; letter-spacing: -0.03em; font-size: 1.4rem; }
.privacy .title p { font-size: 13px; color: #808080; letter-spacing: -0.03em }
.privacy .title .link { position: absolute; right: 0; bottom: 33px; font-size: 12px; }
.privacy .section {padding: 2rem 0 3rem;border-top: 1px solid #e5e5e5;line-height: 1.8em;font-size: 1.3rem;color: #666;}


/*

.service {display: block;max-width: 80rem;margin: auto;text-align: left;padding: 20px 40px;}
.service .title {}
.service .title h2 { font-size: 24px; margin: 30px 0; }
.service .title h2 .ver { font-size: 14px; color: #333; letter-spacing: 0; padding-left: 1rem; }
.service .title p { font-size: 13px; color: #808080; letter-spacing: -0.03em }
.service .title .link { position: absolute; right: 0; bottom: 33px; font-size: 12px; }
.service .section { padding:0 0 18px 0; border-top: 1px solid #e5e5e5 }
.service .section h3 { margin: 4rem 0 1.6rem; color: #333; letter-spacing: -0.03em; font-size: 1.6rem; }
.service .section h4 { margin: 2rem 0 1.6rem; color: #333; letter-spacing: -0.03em; font-size: 1.4rem; }
.service .section p { display: block; margin: 2px 0; line-height: 1.8em; font-size: 11px; }
.service .section span { display: block; margin: 0 0 0 20px; line-height: 1.8em; font-size: 13px; }
*/






.table_board_view { width:calc(100% - 0px); border-bottom:#e6e6e6 solid 1px; margin:0 auto;}
.table_board_view img { vertical-align:middle;  }
.table_board_view a:link,
.table_board_view a:active, 
.table_board_view a:visited { color:#4c4c4c; text-decoration:none;}
.table_board_view th { padding:20px 0 0; font-weight:600; color:#333;  text-align:left; font-size:18px; border-bottom:#e3e3e3 solid 1px; display: block; border-bottom:0;  }
.table_board_view th img { max-width:24px; display:inline-block}
.table_board_view th strong { font-size:11px; margin-right:10px  }
.table_board_view th:last-child { text-align:right; font-size:11px; font-weight:400; color:#666; padding: 5px 0 } 
.table_board_view th font { margin:0 15px 0 5px; }
.table_board_view td { vertical-align:middle; padding:30px 0; border-bottom:1px #ddd solid; text-align:left; font-size:14px; letter-spacing: -0.03em; line-height: 1.6em; color:#666; }
.table_board_view td:nth-of-type(odd) { }
.table_board_view td img { display:block; max-width:100%; margin:30px 0; }


/* list */
[class*=tbl_list] .waiting{color:#4c4c4c} /* 확인 */
[class*=tbl_list] .progress{color:#0061ff} /* 진행 */
[class*=tbl_list] .finish{color:#c80000} /* 완료 */
[class*=tbl_list] .end{color:#4c4c4c} /* 종료 */

.tbl_list{table-layout:fixed}
.tbl_list thead th{padding:10px 0;background-color:#4c4c4c;color:#fff;font-weight:normal;font-size:13px;line-height:20px}
.tbl_list thead th:first-child{border-radius:5px 0 0 5px}
.tbl_list thead th:last-child{border-radius:0 5px 5px 0}
.tbl_list tbody td{padding:15px 0;border-bottom:1px solid #e5e5e5;color:#4c4c4c;font-size: 14px;px; */line-height:20px;text-align:center}
.tbl_list tbody td font { display: none; font-size: 12px; }

.tbl_list .title{padding-left:25px; font-size:1.4rem; text-align:left}
.tbl_list .font14{font-size:14px}
.tbl_list .comment{padding:8px 105px;background-color:#f5f5f5;text-align:left}
.tbl_list .comment .cmt_count{display:inline-block;position:relative;padding-left:32px;color:#4c4c4c;font-size:14px;vertical-align:top}
.tbl_list .comment .cmt_count:before{position:absolute;top:0;left:0;width:20px;height:20px;background:url(../images/icon/ico_reply.png) 0 0 no-repeat;content:''}
.tbl_list .comment .cmt_count em{color:#009cff;font-weight:700}
.tbl_list .comment .link_cmt{display:inline-block;position:relative;margin-left:15px;font-size:13px;vertical-align:top}
.tbl_list .comment .link_cmt:before{position:absolute;top:50%;left:-10px;width:1px;height:10px;background-color:#ccc;content:'';-webkit-transform:translateY(-50%);transform:translateY(-50%)}
.btn_area_list{margin-top:15px;font-size:0;text-align:right}
.btn_area_list .btn+.btn{margin-left:10px}


.table_system { border: 1px solid #cccccc; border-collapse: separate; border-spacing: 0; border-radius: 0px; overflow: hidden; margin: auto}
.table_system th,
.table_system th,
.table_system td { color:#333; font-size: 13px;  padding: 0.9em 1.6em; border-bottom: 1px solid #cccccc; text-align: left; background-color: #fff; font-weight: 400; line-height: 1.3em;   }
.table_system th { width: 150px;  }
.table_system th { color:#333; font-size: 13px; background-color:#f6f7fb; text-transform: uppercase;}
.table_system th + th,
.table_system td { border-left: 1px solid #cccccc;}
.table_system tr:last-child th,
.table_system tr:last-child td { border-bottom: none;}


/* popup */
.popup_wrap{overflow:hidden;position: fixed;top:0;left:0;right: 0;bottom: 0;z-index:9999;width:100%;height: auto;background-color: rgba(0,0,0,0.5);-webkit-backface-visibility:hidden;-webkit-transition:background-color .3s,height 0s .3s;transition:background-color .3s,height 0s .3s}
.popup_box { -webkit-transform: translate3d(0,0,0) scale(1); transform: translate3d(0,0,0) scale(1); position: relative; top: 10rem; margin: 3rem auto; left: 0; z-index: 999; width: calc(100% - 6rem); max-width: 80rem; background-color: #fff; border-radius: 2rem; -webkit-transition: all .3s ease-out 0s; transition: all .3s ease-out 0s; /* -webkit-transform: translate3d(-100%,0,0) scale(1); */ /* transform: translate3d(-100%,0,0) scale(1); */ }
.w400 { width: 40rem}
.popup_inner{overflow-x:hidden;overflow-y:auto;position:relative;height: auto;}
.popup_wrap .btn_close{position:absolute;top:1.5rem;right:1.5rem;width:4rem;height:4rem}
.popup_wrap .btn_close:before,.popup_wrap .btn_close:after{display:block;position:absolute;top:50%;left:50%;width:2rem;height:1px;background-color:#000;content:'';-webkit-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg)}
.popup_wrap .btn_close:after{-webkit-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}

.popup_box h1 {font-size: 2.1rem;padding: 2.5rem 0;font-weight: 400;text-align: center;}
.popup_box h2 {font-size: 1.8rem;padding: 2.5rem 0 2.5rem 6rem;}
.popup_box h2:before {width:1.6rem;height:1.6rem;margin-left: -2.6rem;margin-top: 0.2rem;content: "";display: block;position: absolute;border:3px solid #32B06E;}
.line_100 { display: block; height: 1px; background-color: rgba(0,0,0,0.09)}

.modal-footer { margin-top: 3rem;  padding: 3rem 0;text-align: center; border-top: rgba(0,0,0,0.09) solid 1px; }
.modal-footer button { text-align: center}

.modal-footer .dropdown-menu { position: absolute; transform: translate3d(0px, 60px, 0px); margin: auto; margin-top: -22.5rem; z-index: 100; margin-left: calc(50% - 12.3rem); text-align: left; min-width: 20.3rem;}
.modal-footer .dropdown-menu input[type="checkbox"] { margin-right: 0.5rem; vertical-align: middle}

.modal-footer .show { }
.modal-footer2 { margin-top: 2rem;  padding: 2rem 0;text-align: center; border-top: rgba(0,0,0,0.09) solid 1px; }
.modal-footer2 button { text-align: center}

.popup_wrap .btn_close{position:absolute;top:1.5rem;right:1.5rem;width:4rem;height:4rem}
.popup_wrap .btn_close:before,.popup_wrap .btn_close:after{display:block;position:absolute;top:50%;left:50%;width:2rem;height:1px;background-color:#000;content:'';-webkit-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg)}
.popup_wrap .btn_close:after{-webkit-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}

.popup_info {display: inline-block;text-align: center;margin:2rem auto;width: 100%;font-size: 1.4rem; letter-spacing: -0.03rem; color: #666}
.popup_info title { display: block; font-weight: 600; font-size: 2rem; color: #20c55f; margin: 2rem 0 }

.popup_info i {display: block;font-size: 1.2rem;font-weight: 400;color: #666;letter-spacing: -0.06rem;margin: 1.5rem 0 2rem;}
.popup_info input[type=text] { padding: 0 1.5rem; color: #000; font-weight: 500; font-size: 2rem; line-height: normal; transition: all .3s ease; width: 180px; height: 36px; background: #FFFFFF 0% 0% no-repeat padding-box; border: 1px solid #20C55F; border-radius: 18px; text-align: center; }
.popup_info input[type=password]  { width: calc(100% - 9rem); margin: auto}
.popup_info strong { font-size: 1.8rem}
.popup_info p { font-size: 1.6rem; margin: 3.6rem auto 1.0rem; color: #000;}
.popup_info p strong { color: #20c55f; display: block;  margin-bottom: 1.6rem }
.popup_info span{ font-size: 1.4rem; color: #20c55f; font-weight: 600}

.box-shadow { box-shadow: 0 0.4rem 0.67rem 0.12rem rgba(0,0,0,.13); top:unset; margin:5rem auto}
.bg-white { background-color: rgba(255,255,255,0.5) } 
.bg-transparent { background-color: transparent }

/* comment */
.comment_write {margin-top:35px; /*border-bottom:1px solid #e5e5e5*/}
.comment_wrap .tit{display:block;position:relative;margin-bottom:10px; margin-top: 50px; font-size:14px;line-height:1.3}
.comment_write .write_box{position:relative;padding-bottom:66px}
.comment_write .tf_box{height:105px;padding:15px 80px 15px 15px;border:1px solid #d2d2d2}
.comment_write .tf_box textarea{height:100%;padding:0;border:0;background-color:transparent}
.comment_write .write_count{position:absolute;top:15px;right:18px;color:#999;font-size:15px;line-height:1.3}
.comment_write .btn_reg{position:absolute;right:0;bottom:20px}
.comment_write .btn_reg2{ right:0; top:10px}
.comment_write .upload_file{position:absolute;bottom:24px;left:0;width:300px}

.comment_list { padding: 0; border-top: 1px solid #808080; }
.comment_list .tit{display:block;position:relative;margin-bottom:10px;font-size:14px;line-height:1.3}
.comment_list li{padding:30px;border-bottom:1px solid #e5e5e5}
.comment_list .name{display:block;position:relative;margin-bottom:10px;font-size:14px;line-height:20px}
.comment_list .name:before{position:absolute;top:0;left:-30px;width:20px;height:20px;background:url(../images/icon/ico_reply.png) 0 0 no-repeat;content:''}
.comment_list .txt{color:#808080;font-size:15px;line-height:1.6}
.comment_list .txt a{color:#4975bd;text-decoration:underline}
.comment_list .file_box{margin-top:15px}
.comment_list .file{display:inline-block;font-weight:700;font-size:14px;line-height:30px;vertical-align:middle}
.comment_list .file img{position:relative;top:-2px;margin-right:10px;vertical-align:middle; height: 2rem}
.comment_list .btn_dnld{margin-left:10px}
.comment_list .info{margin-top:10px}
.comment_list .date{display:inline-block;color:#808080;font-size:13px;line-height:20px;vertical-align:top}
.comment_list .tool{display:inline-block;margin-left:10px;vertical-align:top}
.comment_list .tool:after{display:block;clear:both;content:''}
.comment_list .tool a{position:relative;float:left;font-size:13px;line-height:20px}
.comment_list .tool a+a{margin-left:20px}
.comment_list .tool a+a:before{position:absolute;top:50%;left:-10px;width:1px;height:10px;background-color:#ccc;content:'';-webkit-transform:translateY(-50%);transform:translateY(-50%)}




/* popup_mov */ 
.popup_mov{display:none;position:fixed;top:0;left:0;z-index:1000;width:100%;height:100%;background-color:rgba(0,0,0,.9)}
.layer_box{display:flex;justify-content:center;align-items:center;position:absolute;top:0;right:0;bottom:0;left:0}
.layer_box .start{display:block;/* width:90rem; */height:auto;text-align:center}
.layer_box .start .mov_01{/* max-width:90rem; */width: -webkit-fill-available;height:auto;max-height: 70rem;text-align:center}

@media all and (max-width:750px){    
    .layer_box .start{display:block;width:100%;height:auto;margin:0 auto;text-align:center}
    .layer_box .start .mov_01{width:75%;text-align:center}
	.layer_box .btn_area{width:75%;margin:2rem auto 0}
}
@media all and (max-width:600px){   
    .layer_box .start{display:block;width:100%;height:auto;margin:0 auto;text-align:center}
    .layer_box .start .mov_01{/*max-width:360px;*/width:100%;height:auto;text-align:center}
	.layer_box .btn_area{width:70%;margin:2rem auto 0}
}

/* userManual */
.userManual{max-width:115rem;width:90%;margin:0 auto}
.list_manual{border-top:1px solid #000}
.list_manual ul{display:flex;flex-wrap:wrap;margin:0 -2rem}
.list_manual li{width:25%;padding:5rem 2rem}
.list_manual li:nth-child(n+6){border-top:1px solid #d8d8d8}
.list_manual li a{display:block}
.list_manual .thumb_wrap{position:relative}
.list_manual .thumb{overflow:hidden;position:relative;padding-bottom:141.42%;box-shadow:0 .3rem .6rem rgba(0,0,0,.14)}
.list_manual .thumb:before{position:absolute;left:0;bottom:0;z-index:1;width:0;height:100%;background-color:#00979d;content:'';opacity:1;mix-blend-mode:screen;transition:all .7s cubic-bezier(.54,.005,.155,.99)}
.list_manual .thumb:after{position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid #d6d6d6;border-radius:inherit;content:'';pointer-events:none}
.list_manual .thumb img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}
.list_manual .info{padding-top:2.5rem; text-align: center}
.list_manual .info .tit{display:-webkit-box;overflow:hidden;font-weight:700;font-size:1.8rem;line-height:1.3;letter-spacing:-.05rem;text-align:center;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.list_manual .info input {}

.list_manual .info input[type="checkbox"]{ display: none; }
.list_manual .info input[type="checkbox"] + label{ display: inline-block; width: 20px; height: 20px; border:2px solid #3abbc0; position: relative; margin-top: 0.7rem; }
.list_manual .info input:checked + label::after{ content:'✓'; background-color: #3abbc0; color: #fff; font-size: 20px; font-weight: 600; width: 16px; height: 16px; text-align: center; position: absolute; left: 0; top:0; }

.list_manual .ico_file{position:absolute;right:-1.6rem;bottom:-.8rem;z-index:2;width:5rem;height:6.2rem;background-position:100% 100%;background-repeat:no-repeat;background-size:auto 100%}
.list_manual .ico_file.pdf{background-image:url(../images/icon/file_pdf.png)}
.list_manual .ico_file.img{background-image:url(../images/icon/file_img.png)}
.list_manual .ico_file.mp4{background-image:url(../images/icon/file_mp4.png)}
.list_manual li a:hover .thumb:before{width:100%}
.list_manual li a:hover .thumb img{filter:grayscale(100%)}



.supportBox { max-width: 115rem; width: 90%; margin: 0 auto;}

/* list_headline_01 */
.list_headline_01{border-top: 1px solid #000; margin-bottom:5rem}
.list_headline_01 ul{
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* margin: 0 -2rem; */
}
.list_headline_01 li{padding: 3rem 0;border-bottom: 1px solid #ddd;/* width: 50%; */}
.list_headline_01 li a{display:-webkit-box;display:-webkit-flex;display:flex;text-decoration:none}
.list_headline_01 .thumb{display: flex; overflow:hidden;position:relative;width: 20rem;height: 20rem;margin-right:3rem;background:#d4d4d4 url(../images/common/default_clip.png) 50% 50% no-repeat}
.list_headline_01 .thumb:after{display:block;position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid rgba(0,0,0,.05);content:'';pointer-events:none}
.list_headline_01 .thumb img{min-height: 100%; min-width: -webkit-fill-available; width: auto; height: 100%; object-fit: cover; -webkit-transition:-webkit-transform .2s cubic-bezier(.165,.84,.44,1);transition:-webkit-transform .2s cubic-bezier(.165,.84,.44,1);transition:transform .2s cubic-bezier(.165,.84,.44,1);transition:transform .2s cubic-bezier(.165,.84,.44,1),-webkit-transform .2s cubic-bezier(.165,.84,.44,1);image-rendering:-webkit-optimize-contrast}.list_headline_01 .thumb:hover img{-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transform:scale(1.05);transform:scale(1.05)}
.list_headline_01 .info{overflow:hidden;-webkit-box-flex:1;-webkit-flex:1;flex:1;padding-top:1.2rem}
.list_headline_01 .press{display:block;margin-bottom:1.5rem;color: #135aa2;font-size: 1.8rem;line-height:1.3}
.list_headline_01 .tit{display:block;display:-webkit-box;overflow:hidden;max-height:6rem;color:#000;font-size: 2.1rem;line-height:3rem;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.list_headline_01 .tit:hover{text-decoration:underline}
.list_headline_01 .lede{display:block;display:-webkit-box;overflow:hidden;/* max-height:4.2rem; */margin-top:1.5rem;color: #4c4c4c;font-weight: 300;font-size: 1.6rem;line-height:2.1rem;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp: 3;}
.list_headline_01 .meta{margin-top:1rem}
.list_headline_01 .date,.list_headline_01 .byline{display:inline-block;color:#999;font-size:1.4rem;line-height:1.3;vertical-align:top}
.list_headline_01 .date+.byline{margin-left:1rem}

@media all and (max-width:600px){   

/* list_headline_01 */
.list_headline_01{border-top: 1px solid #000; margin-bottom:5rem}
.list_headline_01 ul{}
.list_headline_01 li{padding: 3rem 0;border-bottom: 1px solid #ddd;}
.list_headline_01 li a{display:-webkit-box;display:-webkit-flex;display:flex;text-decoration:none;flex-direction: column;/* align-items: center; */}
.list_headline_01 .thumb{overflow:hidden;position:relative;width: -webkit-fill-available;height: 18rem;margin:0;background:#d4d4d4 url(../images/common/default_clip.png) 50% 50% no-repeat}
.list_headline_01 .thumb:after{display:block;position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid rgba(0,0,0,.05);content:'';pointer-events:none}
.list_headline_01 .thumb img {
    min-height: 100%;
    min-width: -webkit-fill-available;
    width: auto;
    height: 100%;
    object-fit: cover;
    -webkit-transition: -webkit-transform .2s cubic-bezier(.165, .84, .44, 1);
    transition: -webkit-transform .2s cubic-bezier(.165, .84, .44, 1);
    transition: transform .2s cubic-bezier(.165, .84, .44, 1);
    transition: transform .2s cubic-bezier(.165, .84, .44, 1), -webkit-transform .2s cubic-bezier(.165, .84, .44, 1);
    image-rendering: -web}
    
    .list_headline_01 .tit{font-size: 1.8rem;line-height:1.4;}
.list_headline_01 .tit:hover{text-decoration:underline}
.list_headline_01 .lede{font-size: 1.6rem;line-height:1.4;}

}
/**
 * device
 */

/*@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){
    @media screen and (max-width:320px){
        html{font-size:56%}
    }
    @media screen and (min-width:405px){
        html{font-size:70%}
    }
}*/

@media (-webkit-min-device-pixel-ratio:2.5),(min-resolution:220dpi){
    @media screen and (max-width:320px){
        html{font-size:56%}
    }
    @media screen and (min-width:405px){
        html{font-size:70%}
    }
}

@media screen and (max-width: 1200px){
    a{text-decoration:none !important}
	
    
    /* button */
/*
.btn_area{display:flex;justify-content:center;align-items:center;position:relative;margin-top:3rem}
.btn_area .btn+.btn{margin-left:2rem}

.btn{display:inline-block;overflow:hidden;position:relative;width:100%;border-radius:100px;letter-spacing:-.05rem;text-decoration:none;text-align:center;vertical-align:middle;white-space:nowrap;transition:all ease .3s}
.btn.small{height:3.2rem;font-size:1.4rem;line-height:3rem}
.btn.middle{height:4rem;font-size:1.6rem;line-height:3.8rem}
.btn.large{height:4.8rem;font-size:1.8rem;line-height:4.6rem}
.btn.large2{max-width:34rem !important; height:4.8rem;font-size:1.8rem;line-height:4.6rem}

.btn.blue{max-width:30rem;background-color:#2b74ce;color:#fff}
.btn.gray_dk{max-width:23.5rem;background-color:#4c4c4c;color:#fff}
.btn.gray{max-width:18rem;background-color:#999;color:#fff}
.btn.white_dk{max-width:28rem;border:1px solid #bfbfbf;background-color:#fff;color:#4a4a4a}
.btn.bluegreen{max-width:28rem;background-color:#29b5bb;color:#fff}
.btn.white_md{min-width:10rem;width:auto;padding:0 1rem;border:1px solid #dcdcdc;background-color:#fff;color:#3f3f3f}
.btn.white_lt{max-width:28rem;border:1px solid #e5e5e5;background-color:#fff;color:#4a4a4a}
.btn.blue_lt{max-width:28rem;background-color:#4a9bff;color:#fff}
.btn.blue:focus,.btn.blue:hover,.btn.blue.on{background-color:#004293}
.btn.gray_dk:focus,.btn.gray_dk:hover,.btn.gray_dk.on{background-color:#040404}
.btn.gray:focus,.btn.gray:hover,.btn.gray.on{background-color:#666}
.btn.white_dk:focus,.btn.white_dk:hover,.btn.white_dk.on{border-color:#00979d;color:#00979d}
.btn.bluegreen:focus,.btn.bluegreen:hover,.btn.bluegreen.on{background-color:#00979d;color:#fff}
.btn.white_md:focus,.btn.white_md:hover,.btn.white_md.on{border-color:transparent;background-color:#3abbc0;color:#fff}
.btn.white_lt:focus,.btn.white_lt:hover,.btn.white_lt.on{border-color:#2b74ce;color:#2b74ce}
.btn.blue_lt:focus,.btn.blue_lt:hover,.btn.blue_lt.on{background-color:#2b74ce}
*/
    
    
    
    /* button */
    .btn_area{margin-top:2rem}
    .btn_area .btn+.btn{margin-left:1rem;}
	
    .btn.small{height: 3rem;font-size: 1.3rem;line-height: 2.8rem;}
    .btn.middle{height:3rem;font-size:1.3rem;line-height:2.8rem}
    .btn.large{height:3.8rem;font-size:1.3rem;line-height:3.6rem}
.btn.large2{max-width:30rem !important;height: auto;font-size:1.3rem;line-height: 3.8rem;}

    .btn.blue{max-width:22rem}
    .btn.gray_dk{max-width:17rem}
    .btn.gray{max-width:13rem}
    .btn.white_dk{max-width:20rem}
    .btn.bluegreen{max-width:20rem}
    .btn.white_md{min-width:fit-content;padding:0 1.5rem}
    .btn.white_lt{max-width:20rem}
    .btn.blue_lt{max-width:20rem}

    .btn.arrow{font-size: 1.4rem;}
    .btn.arrow:before{right:2.5rem;width:1.6rem}
    .btn.arrow:after{right:2.5rem;width:1rem;height:1rem}
    .btn.more{max-width:22rem}
    .btn.more:after{width:.8rem;height:.8rem;margin:1.2rem 0 0 1rem}

    .btn.all { padding: 0 2.5rem}
    
    
    .btn_post .btn_prev,.btn_post .btn_next{font-size:1.2rem}
    .btn_post .btn_prev:after,.btn_post .btn_next:after{width:.8rem;height:.8rem}
    .btn_post .btn_prev{padding-left:2rem}
    .btn_post .btn_next{padding-right:2rem}

    .btn_viewmore_wrap{margin-top:1.5rem}
    .btn_viewmore{font-size:1.2rem}
    .btn_viewmore i{width:2.2rem;height:1.7rem}
    .btn_viewmore span+i,.btn_viewmore i+span{margin-left:1.5rem}
	
	/* header */
	#header{border-top-width:10px}
	#header .haad_inner{width:auto;display: flex;flex-direction: column;align-items: center;align-content: flex-start;}
	#header .logo{width: 100%;padding: 10px 0 5px 10px;margin: 0;}
	#header .logo a{width: 100px;height: 30px;display: inline-block;}

.nav_wrap:before{position:absolute;top:0;right:0;left:0;height:1px;background-color:#d9d9d9;content:''}
    
    .gnb_menu{/* gap:.5rem; */top: 10px;right: 1.5rem;margin: 0;position: absolute;}
	.gnb_menu button{width:2rem;height:2rem;background-size:1.5rem auto}
	.nav_menu{justify-content:unset;overflow-x:auto;-webkit-overflow-scrolling:touch}
	.nav_menu::-webkit-scrollbar{display:none}
	.nav_menu>ul>li{position:static;}
	.nav_menu>ul>li>a{height:4.2rem;margin: 0 1.5rem;font-size: 1.4rem;}
	.nav_menu>ul>li>a:after{height:2px}
	.nav_menu>ul>li.category>a{padding:0 1.7rem}
	.nav_menu .btn_category .ico{width:1.2rem;height:1.1rem}
	.nav_menu .btn_category .line{height:1px}
	.nav_menu .btn_category .line.line2{top:.5rem}
	.nav_menu .btn_category .line.line3{top:1rem;width:.6rem}
	.nav_menu .btn_category.on{background-color:#17afb5}
    .nav_menu .btn_category.on .line{background-color:#fff}
    .nav_menu .depth{overflow-x:auto;top:4.2rem;min-width:auto;border-radius:0;background-color:#17afb5;box-shadow:none;-webkit-overflow-scrolling:touch}
	.nav_menu .depth::-webkit-scrollbar{display:none}
    .nav_menu .depth ul{display:flex;padding:0 0 0 4.3rem}
    .nav_menu .depth li a{padding:.8rem 1.5rem;color:#fff;font-size:1rem}
    .nav_menu .depth li a:before{left:-.5rem;width:.3rem;height:.3rem;background-color:#fff}
	.nav_menu .depth li a:hover:before,.nav_menu .depth li.on a:before{left:.5rem}
    .ly_category_wrap{position:fixed;top:9.5rem;right:0;left:0;width:auto;height:calc(100vh - 9.5rem);border-radius:0;background-color:#17afb5;transform:translateX(0)}
    .ly_category{overflow-y:auto;padding:2rem 4rem 2rem 5rem}
    .ly_category>ul{flex-wrap:wrap}
    .ly_category>ul>li{width:50% !important;padding:1.7rem 0}
    .ly_category .list_category h2{display:block;padding-left:1rem;margin-bottom:1.5rem;color:#fff;font-size:1.8rem}
    .ly_category .list_category li a{display:block;padding:.6rem 0 .6rem 1rem;color:#fff;font-size:1.4rem}
    .ly_category .list_category li a:before{display:none}
    .scr_none{overflow:hidden;position:fixed;z-index:-1;width:100%;height:100%;-webkit-overflow-scrolling:initial}
	#header.fixed .haad_inner{display:block}
    #header.fixed .logo,#header.fixed .gnb_menu,#header.fixed .nav_wrap:before{display:none}
	#header.fixed .ly_category_wrap{top:4.2rem;height:calc(100vh - 4.2rem)}
    #header.fixed .nav_menu>ul>li>a {/* margin: 0 1rem; *//* font-size: 1rem; */}
	#header.fixed .nav_menu>ul>li.category>a{ margin: 0;}
    
    
	/* footer */
    #footer .ft_top{padding:1.5rem 0}
    #footer .ft_btm{display:block;padding:3rem 0}
    .ft_link{gap:1.5rem}
    .ft_link li a{font-size:1rem}
    .ft_sns{gap:.5rem}
    .ft_sns a{width:3rem;height:3rem;background-size:1.5rem auto}
    .ft_cs h2{font-size:1rem}
    .ft_cs .tel{margin-top:1rem;font-size:2rem}
    .ft_cs .time{margin-top:1.5rem;font-size:1rem}
    .ft_cs .btn_inquiry{position:absolute;top:0;right:0;padding:.6rem 4rem;margin-top:0;font-size:1rem}
    .ft_corp{margin-top:3rem;text-align:left}
    .ft_addr{font-size:.9rem}
    .ft_info{margin-top:1.5rem;font-size:.9rem}
    .ft_info br{display:none}
    .ft_copy{margin-top:2.5rem;font-size:.9rem}
    
    
    
    

    

    /* contents */
    #container{padding-bottom:5rem}
	
	/* main */
	.scrolldown{left:auto;right:0;transform:translateX(0)}
	.main_visual{height:calc(100vh - 8.7rem)}
    .main_visual .swiper-slide .bg{background-position:71% 50%}
    .main_visual .swiper-slide .txt{justify-content:flex-end;max-width:60rem;height: 65%;}
    .main_visual .swiper-slide.item01 .txt h2{color:#fff;font-size: 3rem;/* letter-spacing:.8rem; */}
    .main_visual .swiper-slide.item01 .txt h3{height:4rem;margin-top:1rem}
    .main_visual .swiper-slide.item01 .txt h3 img{height:100%;content:url(../images/main/logo_balance_w.png)}
    .main_visual .swiper-slide.item01 .txt p{color:#fff;margin-top:1rem;font-size: 1.3rem;}
	.main_visual .swiper-slide.item01 .txt p em{color:#fff}
    .main_visual .swiper-slide.item02 .txt h2{color:#fff;font-size: 3rem;letter-spacing:.8rem;letter-spacing: 0.03rem;}
    .main_visual .swiper-slide.item02 .txt h3{height:4rem;margin-top:1rem}
    .main_visual .swiper-slide.item02 .txt h3 img{height:100%;content:url(../images/main/logo_balance_w.png)}
    .main_visual .swiper-slide.item02 .txt p{color:#fff;margin-top:1rem;font-size: 1.3rem;}
	.main_visual .swiper-slide.item02 .txt p em{color:#fff}
    .main_visual .swiper-slide.item03 .txt h2{color:#fff;font-size:1.2rem;letter-spacing:.8rem}
    .main_visual .swiper-slide.item03 .txt h3{height:4rem;margin-top:1rem}
    .main_visual .swiper-slide.item03 .txt h3 img{height:100%;content:url(../images/main/logo_balance_w.png)}
    .main_visual .swiper-slide.item03 .txt p{color:#fff;margin-top:1rem;font-size:1.5rem}
	.main_visual .swiper-slide.item03 .txt p em{color:#fff}
  
    
    .main_visual .txt>p button {
    width: 240px;
    height: 42px;
    background-color: rgba(255,255,255,.9);
    border: #2395ff solid 1px;
    border-radius: 30px;
    font-size: 1.8rem;
    font-weight: 800;
    transition: all .3s
}

    .main_visual .txt>p button img {
    height: 21px;
}
    
    .main_visual .swiper-button-prev,.main_visual .swiper-button-next{top:auto;right:50%;bottom:15%;width:5rem;height:5rem}
    .main_visual .swiper-button-prev{margin:0 1.5rem 0 0}
    .main_visual .swiper-button-next{margin:0 -6.5rem 0 0}
    .main_visual .swiper-pagination{top:auto;right:50%;bottom:10%;width:8rem;margin:0 -4rem 0 0}


    
    .main_title h2{font-size:3rem}
    .main_title p{font-size:1.2rem;line-height:1.3}
    .main_title h2+p{margin-top:1.5rem}
    .main_title p+h2{margin-top:1.5rem}

	.main_info{padding:4rem 0}
    .main_info .img_area{width:9.5rem;margin:0 auto}
    .main_info .img_area img{width:100%}
	.main_info .txt_area{margin-top:2.5rem}
    .main_info .tit{font-size: 2.4rem;}
    .main_info .desc{margin-top:2.5rem;font-size: 1.4rem;}
    .main_info .btn_area{margin-top:3rem}

    .main_products{padding:4rem 0}
    .main_products:after{display:none}
    .main_products .main_inner{display:block;width:auto}
    .main_products .main_title{width:auto;padding:0 5%;margin-bottom:2rem}
    .main_products .btn_viewmore span{display:inline-block;vertical-align:middle}
    .main_products .list_prd{width:auto}
    .main_products .list_prd .swiper-container{overflow:hidden}
    .main_products .list_prd ul{padding-bottom:2rem}
    .main_products .list_prd li{width:15rem;margin:0 1.5rem}
    .main_products .list_prd .thumb:before{display:none}
    .main_products .list_prd .info{padding:1.5rem}
    .main_products .list_prd .info .tit{font-size:1.2rem}
    .main_products .list_prd .info .model{margin-top:.5rem;font-size:1.1rem}
    .main_products .list_prd .info .desc{margin-top:1rem;font-size:1.1rem}
    .main_products .list_prd li a:hover .thumb img{filter:none}
    .main_products .swiper-button-prev,.main_products .swiper-button-next{display:none}
    .main_products .swiper-container-horizontal>.swiper-scrollbar{right:1.5rem;left:1.5rem}

    .main_live{height:101rem;border-top:0}
    .main_live .main_title{top:1rem}
    .main_live .main_title h2{font-size:3rem}
    .main_live .btn_viewmore_wrap{margin-top:1.5rem}
    .main_live .list_gallery .item:before{margin-left:.3rem;border-width:.6rem;border-left-width:.8rem}
    .main_live .list_gallery .item:after{width:3.5rem;height:3.5rem}
    .main_live .list_gallery .thumb:before{display:none}
    .main_live .list_gallery .info{right:2rem;bottom:10%;left:2rem}
    .main_live .list_gallery .info .tit{font-size:1.2rem}
    .main_live .list_gallery .info .tag{margin-top:.5rem;font-size:1.1rem}
    .main_live .list_gallery li a:hover .thumb img{filter:none}
    .main_live .list_gallery .item01{top:8.7rem;left:calc(50% - 3.4rem);width:20rem}
    .main_live .list_gallery .item01 .item{height:40rem;padding:1.2rem 1.3rem}
    .main_live .list_gallery .item01 .thumb{border-radius:1.8rem}
    .main_live .list_gallery .item02{top:54rem;left:calc(50% - 10rem);width:20rem}
    .main_live .list_gallery .item03{top:78rem;left:calc(50% - 14rem);width:28rem}
    .main_live .list_gallery .item03 .thumb{border-radius:3rem}

    .main_awards{padding:4rem 0 1rem}
    .main_awards .main_inner{display:block}
    .main_awards .main_title{width:auto;padding-top:0;text-align:center}
	.main_awards .btn_viewmore_wrap{display:none}
    .main_awards .list_awards{width:auto;margin-right:0}
    .main_awards .list_awards ul{margin:0}
    .main_awards .list_awards li{width:25%;padding:3rem .7rem}
    .main_awards .list_awards li a{padding:0;border-radius:0;background-color:transparent} 
    .main_awards .list_awards .thumb:before{display:none}
    .main_awards .list_awards .desc{right:0;left:0}
    .main_awards .list_awards .desc p{font-size:.9rem;letter-spacing:-.05rem}
    .main_awards .list_awards li a:hover .thumb img{filter:none}

    .main_new{padding:5rem 0}
    .main_new:after{display:none}
    .main_new .main_inner{display:block;;width:auto}
    .main_new .main_title{width:auto;padding:0 5%;margin-bottom:3rem}
    .main_new .list_new{width:auto}
    .main_new .list_new .swiper-container{overflow:hidden}
    .main_new .list_new li{width:15rem;margin:0 1.5rem}
    .main_new .list_new .thumb:before{display:none}
    .main_new .list_new .info .tit{font-size:1.1rem}
    .main_new .list_new li a:hover .thumb img{filter:none}

    .main_reference{height:48rem}
    .main_reference .main_title{width:auto;padding-top:6.4rem}
    .main_reference .list_network{display:none}
    .main_reference .swiper-slide .bg{background-position:85% 0}
    .main_reference .swiper-slide .txt{position:absolute;top:auto;left:50%;bottom:18%;height:auto;transform:translateX(-50%);}
    .main_reference .swiper-slide.item01 .txt>p{font-size:1.2rem}
    .main_reference .swiper-slide.item01 .txt>span{margin-top:2rem;font-size:1.2rem}
    .main_reference .swiper-slide.item02 .txt>p{font-size:1.2rem}
    .main_reference .swiper-slide.item02 .txt>span{margin-top:2rem;font-size:1.2rem}
    .main_reference .swiper-slide.item03 .txt>p{font-size:1.2rem}
    .main_reference .swiper-slide.item03 .txt>span{margin-top:2rem;font-size:1.2rem}
    .main_reference .swiper-slide.item04 .txt>p{font-size:1.2rem}
    .main_reference .swiper-slide.item04 .txt>span{margin-top:2rem;font-size:1.2rem}
    .main_reference .control_area{top:auto;bottom:10%}
    .main_reference .swiper-pagination{width:5rem;font-size:1.1rem}
    .main_reference .swiper-pagination2{width:10rem}
    .main_reference .btn_autoplay{width:1.4rem;height:1.4rem}
    
/*    .main_reference .swiper-slide:after{ background:linear-gradient(to right,rgba(236,245,243,1) 40%,rgba(0,0,0,0) 70%);content:'';  background: rgba(0, 0, 0, 0.15); mix-blend-mode: multiply; }*/

    .main_contact{padding:8rem 0 20rem;background-position:100% 100%;background-size:auto 50%}
    .main_contact .main_title{display:flex;flex-direction:column-reverse}
    .main_contact .main_title h2{margin-top:0;font-size:3rem}
    .main_contact .main_title p{margin-top:2.5rem;font-size:1.2rem}
    .main_contact .btn_area{margin-top:4rem}
	
    /* sub */
    .sub_visual{width:auto;height:10rem;border-radius:0}
	.sub_visual .visual_tit{letter-spacing:.8rem;/* display: none; */gap: 10px;}
    .sub_visual .visual_tit h2{font-size: 1.4rem; text-align: center;}
    .sub_visual .visual_tit strong{font-size:1.2rem}
	
	.tab_visual{width:auto}
	.tab_visual li{flex:1}
	.tab_visual li a{height:6rem;padding:0 .5rem;margin:0;font-size:1.3rem}
    .tab_visual li a:before{height:2px}

    .sub_title{padding:5rem 0 !important}
    .sub_title span{margin-bottom:1.5rem;font-size: 1.4rem;}
    .sub_title h3{font-size:2.4rem}
    .sub_title p{margin-top:2rem;font-size:1.2rem}
    .sub_title p br{display:none}
    
  

    
    .basicFilter_wrap{display: flex;margin: auto;flex-direction: column;}
    .basicFilter_sort{display: flex;justify-content: center; overflow-x:auto;-webkit-overflow-scrolling:touch}
    .basicFilter_sort::-webkit-scrollbar{display:none}
    .basicFilter_sort .btn{margin-right:.4rem}
    .basicFilter_choice{position:relative;display: block;text-align: right;margin-top: 1rem;}
    .basicFilter_choice .btn_filter{width:auto;height:3.2rem;padding:0 .8rem;font-size:1.6rem;line-height:3.2rem;letter-spacing:0}
    .basicFilter_choice .btn_filter:after{display:inline-block;position:relative;top:50%;width:1.4rem;height:1.4rem;margin-left:.8rem;;background:url(../images/icon/ico_filter.png) 50% 50% no-repeat;vertical-align:top;content:'';transform:translateY(-50%)}
    .basicFilter_choice .sel_sort{width:10rem;height:3.2rem;padding-right:3rem;margin-left:2rem;border:0;background-image:url(../images/icon/arr_select_02.png);font-size:1.6rem}
	
    
.keyword_search{position: relative;top:0;right:0;width: auto;}
.keyword_search .box_search{border-bottom: 0;}
.keyword_search .tf_keyword{height:3.2rem;padding:0;border:0;background-color:transparent;font-size: 1.4rem;vertical-align:top}
.keyword_search .btn_search{display:block;position:absolute;top:0;right:0;z-index:2;width:4rem;height:3.2rem}
.keyword_search .btn_search:after{width: 1.6rem;height: 1.6rem;}
    
    
    
    
    
    .img_area img{ max-width:100% }
    
    /* company */
	.company_title{text-align:center}
    .company_title .img_area,.company_title .tit_area{margin:2rem 0}
    .company_title .tit_area span{margin-bottom:1.5rem;font-size:2rem}
    .company_title .tit_area h4{font-size:5rem}
    .company_title .tit_area p{max-width: 90%;margin: 3rem auto 0;font-size: 1.4rem;}
    .company_title .tit_area p br{display:none}

    /* about */
    .about{padding:5rem 0}
    .about .intro{padding-bottom:5rem}
    .about .intro .tit{font-size:2rem}
    .about .intro .img_area img{width:100%}
    .about .intro .img_area.top{width:8rem;margin-bottom:2rem}
    .about .intro .img_area.btm{width:75%;margin-top:3.4rem}
    .about .company_title{flex-direction:column-reverse;justify-content:unset}
    .about .company_title .img_area{height:40rem}
    .about .company_title .img_area.lft{width:90%;border-radius:2rem;margin-right: unset;}
    .about .company_title .img_area.rgt{width:17rem;margin-right:0;margin-left: unset;border-radius:100px}
    .about .company_title .tit_area{width:90%}

    /* greeting */
    .greeting{padding: 5rem 0 0;}
    .greeting .max_inner{max-width: 90%;}
    .greeting .ceo{flex-direction:column-reverse;justify-content:unset;}
    .greeting .ceo .img_area{max-width:40rem;width:100%;height:auto;margin: 4rem auto;border-radius:1.5rem;text-align: center;}
    .greeting .ceo .img_area img {width: 80%;}
    .greeting .ceo .txt_area{width:100%}
    .greeting .ceo .txt_area h4{font-size:3rem}
    .greeting .ceo .txt_area p{margin-top:3rem;font-size: 1.6rem;}
    .greeting .ceo .txt_area .sign{margin-top:3.5rem}
    .greeting .ceo .txt_area .sign span{font-size:1.1rem}
    .greeting .ceo .txt_area .sign strong{margin-top:1.5rem;font-size:3rem}
    .greeting .other{padding:5rem 0 1.5rem;background-position: 75% 100%;background-size: auto 100%;}
    .greeting .other .txt_area{width:100%;}
    .greeting .other .txt_area h4{font-size:2.4rem}
    .greeting .other .txt_area p{width: 70%;margin-top:2.5rem;font-size:1.2rem}
    .greeting .other .txt_area .sign{margin-top:2.5rem}
    .greeting .other .txt_area .sign span{margin:1rem 1.5rem 0 0;font-size:1.1rem}
    .greeting .other .txt_area .sign strong{width:7.6rem;font-size:3rem}
	.greeting .other .txt_area .sign strong img{width:100%}
	
    /* history */
	.history{padding:5rem 0}
    .history .company_title{flex-direction:column-reverse;justify-content:unset}
    .history .company_title .img_area{width:100%;height:20rem;margin: 2rem 0 0 0;}
    .history .company_title .tit_area{width:90%}
    .history_wrap{padding-top:5rem}
    .history_wrap .max_inner{max-width:90%}
	.history_menu{width:100%;padding-top:0}
	.history_menu li{display:none;padding:5%;margin-bottom:0}
	.history_menu li a{font-size:1.8rem}
	.history_menu li a span strong{display:block;font-size:3.2rem}
	.history_menu li br{display:none}
	.history_menu li.on{display:none}
	.history_menu.fixed{display:block;top:5.1rem;left:0;z-index:2;width:100%;background-color:#fff}
	.history_menu.fixed li.on{display:block}
	.history_tab{max-width:100%;width:100%}
	.history_tab>div{padding-top:0;margin-bottom:6rem}
	.history_tab .title{padding-bottom:1.5rem;margin-bottom:2rem;font-size:2.4rem}
	.history_tab ul li{padding-left:9rem;margin:2rem 0;font-size: 1.3rem;}
    .history_tab ul li .year{width:7rem;font-size:2rem}
	.history_img{margin:4rem 0}
	
    /* R&D */
    .rnd{padding:5rem 0}
    .rnd .max_inner{max-width:90%}
    .rnd .list_rnd{flex-direction: column;margin-top:4rem}
    .rnd .list_rnd ul{column-count:auto}
    .rnd .list_rnd li{padding-left:1rem;font-size:1.2rem}
    .rnd .list_rnd li:before{top:.9rem}
    .rnd .img_area{position:static;max-width:40rem;margin:1rem auto 0}
    .rnd .img_area .img img{width:100%}
    .rnd .list_certify li{width:33.3333%}
    .rnd .list_awards{padding:.6rem 0;margin-top:4rem}
    .rnd .list_awards ul{margin-left:1.2rem}
    .rnd .list_awards li{width:auto;padding:0 .5rem}
    .rnd .list_awards .thumb{height:5rem}
	
    /* network */
	.network{padding:5rem 0}
    .network .company_title{justify-content:unset;background-position:10% 50%;background: none;}
    .network .company_title .tit_area{width:90%;margin:1.5rem auto}
	.network .list_network{margin-top:2rem}
    .network .list_network li{width: 50%;padding:.5rem}
	.network .list_network .thumb img{width:100%;height:100%;object-fit:cover}
    
    
/* brand */
.brand{padding: 0;}
.brand .intro{text-align:center; margin: 6rem auto}
.brand .intro .tit{color:#3c3c3c;font-weight:400;font-size: 2rem;line-height:1.5;font-family:'SeoulHangangM',sans-serif}
.brand .intro .tit em{color:#17afb5}
.brand .intro .img_area{margin:0 auto}
.brand .intro .img_area img { width:100%}
.brand .intro .img_area.top{margin-bottom:3.8rem}
.brand .intro .img_area.btm{margin-top:6.8rem}
.brand .intro .img_area.ab{margin-top:3rem;margin-bottom:6rem;width: -webkit-fill-available;}
.brand .intro .img_area.ab img { max-width:70%}
.brand .intro .img_area.ab i {margin-top:3rem;display: block;font-family: 'Montserrat';color: #666;letter-spacing: 0.1rem;font-size: 1.2rem;}
.brand .intro .img_area a {margin: 0 0.0%;}
.brand .intro .img_area a img { display:inline-flex; width: 90%; margin-bottom: 2rem }

.brand_title{width:100%;max-width: 170rem;margin: 5rem auto 0;}
.brand_title .img_area{overflow:hidden}
.brand_title .img_area img{max-width: 75%;width:auto;max-height: 30rem;/* object-fit:cover; *//* border-radius: 50%; */}
.brand_title .tit_area span{display:block;margin-bottom:2rem;color:#333;font-weight:700;font-size: 2rem;letter-spacing:-.1rem}
.brand_title .tit_area h4{color:#7cbb25;font-weight: 700;font-size: 5rem;letter-spacing:-.025rem}
.brand_title .tit_area h5{color:#000;font-weight: 700;font-size:2.5rem;letter-spacing:-.025rem; margin-top: 5rem}
.brand_title .tit_area p{/* max-width:62rem; */width:100%;margin-top: 3rem;color:#333;font-size: 1.4rem;line-height:1.5;letter-spacing:-.05rem}
.brand_title .tit_area p em{color:#232323;font-weight:500}
.brand_title .tit_area p img {width: 100%;}
.w140 {max-width: 100%;margin: auto !important;width: 100% !important;}

.brand_title .info_area {margin: auto;}
.brand_title .info_area h5 {font-size: 2rem;color:#7cbb25;margin: 5rem auto;}
.brand_title .info_area span {display: block;font-size: 1.4rem;line-height: 1.4;font-weight: 400;color: #666;text-align: center;width: 100%;float: unset;margin-top: 2rem;}
.brand_title .info_area img { width:100% }
.brand .brand_title{display: inline-block;justify-content:space-between;align-items:center;margin: auto 2rem;width: calc(100% - 4rem);}
.brand .brand_title .img_area{/* height:80rem; */text-align: center;}
.brand .brand_title .img_area.lft{/* border-radius: 50%; */margin-right: unset;margin: 0rem auto 6rem;text-align: center;}
.brand .brand_title .img_area.lft2{/* border-radius: 50%; */margin-right:0;}
.brand .brand_title .img_area_c { margin: 5rem auto !important;}
.brand .brand_title .img_area.rgt{/* border-radius: 50%; */}
.brand .brand_title .tit_area{width: 100%;}
.brand .brand_title .logo_bm {border-radius: 0;margin: 3rem auto;display: block;width: 55%;height: auto;object-fit: unset;}

.brand .img_area .thumb{overflow:hidden;position:relative;padding-bottom: unset;border-radius:50%;height: 32rem;width: 32rem;margin: auto;}
.brand .img_area .thumb:before{position:absolute;left:0;bottom:0;z-index:1;width:0;height:100%;background-color:#00979d;content:'';opacity:1;mix-blend-mode:screen;transition:all .7s cubic-bezier(.54,.005,.155,.99)}
.brand .img_area .thumb:after{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background-color:rgba(0,0,0,.2);content:'';pointer-events:none}
.brand .img_area .thumb img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;max-width: 100%;max-height: 100%;}
.brand .img_area .info{position:absolute;top: 35%;right:2rem;left:2rem;transform:translateY(-50%)}
.brand .img_area .info .tit{display:-webkit-box;overflow:hidden;color:#fff;font-weight:600;font-size: 3.6rem;line-height:1.2;letter-spacing:-.05rem;text-align:center;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:3}
.brand .img_area:hover .thumb:before{width:100%}
.brand .img_area:hover .thumb img{filter:grayscale(100%)}

.brand .BrandHealthcare { width: 90%; margin: auto}
    
.brand .maternity_info {overflow:hidden;position:relative;padding:.9rem 0;margin: 2rem auto 0;width: 100%;}
.brand .maternity_info img  { width:100%;height:100% }
.brand .maternity_info .thumb{height: 6.2rem;}
.brand .maternity_info .thumb img{width:auto;height:100%}

.brand .list_features{overflow:hidden;position:relative;padding:.9rem 0;margin: 2rem auto 0;width: 100%;}
.brand .list_features:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2; border-radius:inherit;content:'';pointer-events:none}
.brand .list_features ul{display:flex;/* margin-left:4rem; */justify-content: space-evenly;align-items: stretch;}
.brand .list_features li{width:auto;padding: 0 0rem;}
.brand .list_features .thumb{height: 6.2rem;}
.brand .list_features .thumb img{width:auto;height:100%}

.brand .certification {}
.brand .certification ul {display: flex;flex-wrap: wrap;margin: 3rem -1rem 0;}
.brand .certification li {width: 25%;padding: .5rem .5rem;}
.brand .certification li .thumb {overflow: hidden;position: relative;padding-bottom: 141.12%;box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);}
.brand .certification li .thumb img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;}
.brand .certification .label {position: absolute;z-index: 1;right: -1rem;margin-top: -3rem;}
    .brand .certification .label img {width: 7rem;}
    
    .brand .bg_certification { position: absolute;
    background: url(../images/sub/img_brand_certification.jpg) no-repeat 0px 0px;
    background-size: 100% auto;
    width: 100%;
    height: 100%;
    margin: -3rem 0%;}
    
    .brand .bg_certification img { display: none}
    
.area50{width: 100% !important}
.area100{width: 100% !important}
.mr_c { margin: auto }
.center { text-align: center !important}
.left {text-align: center !important;justify-content: center !important;}

/* Homet */
    
/* Homet */
.Homet{padding: 7rem 0;background-color: #f0f3f5;}
    
.Homet .brand_title .tit_area span{display:block;margin-bottom:2rem;color:#333;font-weight:700;font-size: 2rem;letter-spacing:-.1rem}
.Homet .brand_title .tit_area h4{color:#4a9cff;font-weight: 700;font-size: 5rem;letter-spacing:-.025rem}
.Homet .brand_title .tit_area h5{color:#000;font-weight: 700;font-size:2.5rem;letter-spacing:-.025rem; margin-top: 10rem}
.Homet .brand_title .tit_area p{/* max-width:62rem; */width:100%;margin-top: 3rem;color:#333;font-size: 1.4rem;line-height:1.5;letter-spacing:-.05rem}
.Homet .brand_title .tit_area p em{color:#232323;font-weight:500}
    
.Homet .max_inner{max-width:150rem}
.Homet .list_Homet{margin-top: 8rem;text-align: left}

.Homet .list_Homet:before {position: absolute;right: 0;top: -4rem;left: -100%;height: 1px;background-color: #37a0ea;content: '';}
.Homet .list_Homet ul{/* column-count:2; *//* column-gap:4rem; */margin: auto;width: 80%;}
.Homet .list_Homet li{position:relative;padding-left: 5rem;color: #666;font-size: 1.4rem;line-height: 1.2;letter-spacing:-.05rem;margin-bottom: 3rem;}

.Homet .list_Homet li:first-child::before {background: url(../images/sub/ico_homet1.png) no-repeat 0px 0px;background-size: 3.5rem;content: "";display: inline-block;height: 3.5rem;width: 3.5rem;margin: -1.8rem 0 0 0;}
.Homet .list_Homet li:last-child::before {background: url(../images/sub/ico_homet2.png) no-repeat 6px 0px;background-size: 2.8rem;content: "";display: inline-block;height: 3.5rem;width: 3.5rem;margin: -1.6rem 0 0 0;}

.Homet .list_Homet li:before{position:absolute;top:1.7rem;left:0;width:.2rem;height:.2rem;border-radius:2px;background-color:#232323;content:''}
.Homet .img_area{position: relative;top: 3rem;right:0;/* z-index:-1; */}
.Homet .img_area img {position: relative;left: auto;height: auto;width: 100%;image-rendering: auto;}

.Homet .list_certify{margin-top:2rem}
.Homet .list_certify ul{display:flex;justify-content:center}
.Homet .list_certify li{width:15.1rem;padding:0 .8rem}
.Homet .list_certify .thumb{overflow:hidden;position:relative;padding-bottom:140.75%;box-shadow:0 0 .9rem 0 rgba(1,1,1,.14)}
.Homet .list_certify .thumb:after{position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid #fff;content:'';pointer-events:none}
.Homet .list_certify .thumb img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}

    
    
    
/* homeWorkout */
.homeWorkout{max-width: 100%;width: 100%;margin:0 auto}
.list_workout ul{display:flex;flex-wrap:wrap;margin:0 -1rem}
.list_workout li{width:100%;padding: .5rem 1rem 1.5rem;}
.list_workout li a{display:block}
.list_workout .thumb_wrap{position:relative}
.list_workout .thumb{overflow:hidden;position:relative;padding-bottom:56.27%;border-radius: 0;background: #d2f8ed url(../images/common/logo.png) 50% 50% no-repeat;}
.list_workout .thumb:before{position:absolute;left:0;bottom:0;z-index:1;width:0;height:100%;background-color:#00979d;content:'';opacity:1;mix-blend-mode:screen;transition:all .7s cubic-bezier(.54,.005,.155,.99)}
.list_workout .thumb img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}
.list_workout .thumb video{position:absolute;top:50%;left:50%;width:100%;height:100%;transform:translate(-50%,-50%)}
.list_workout .info{padding: 2.0rem 1rem 1rem 10rem;}
.list_workout .info .tit{display:-webkit-box;overflow:hidden;font-weight:700;font-size: 1.6rem;line-height:1.3;letter-spacing:-.05rem;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:1}
.list_workout .info .class{display:block;margin-top:.7rem;color:#808080;font-size: 1.1rem;line-height:1.3;font-family:'Montserrat',sans-serif}
.list_workout .info .desc{display:-webkit-box;overflow:hidden;margin-top:1rem;color:#4d4d4d;font-size: 1.2rem;line-height:1.3;letter-spacing:-.05rem;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.list_workout .info .tag{display:block;margin-top:1.3rem}
.list_workout .info .tag span{display:inline-block;padding: 0 .5rem;border-radius:.3rem;background-color:#414141;color:#fff;font-size: 1.1rem;line-height: 2.0rem;letter-spacing:-.05rem}
.list_workout .playtime{position:absolute;right:1.2rem;bottom:.8rem;z-index:2;height:1.9rem;padding:0 .5rem;border-radius:.3rem;background-color:rgba(0,0,0,.8);color:#fff;font-weight: 600;font-size:1.1rem;line-height:1.9rem;font-family:'Montserrat',sans-serif}
.list_workout .level{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;flex-direction:column;overflow:hidden;position:absolute;bottom: -8.0rem;left: 1.8rem;z-index:2;width: 6rem;height: 6rem;border:1px solid #e5e5e5;border-radius:50%}
.list_workout .level:after{position:absolute;top:50%;left:50%;width:3rem;height:1px;background-color:#ccc;content:'';transform:translate(-50%,-50%)}
.list_workout .level strong{display:block;padding:.5rem 0;color:#686868;font-weight:400;font-size: 1.4rem;font-family:'Montserrat',sans-serif;letter-spacing:-.025rem}
.list_workout .level strong em{font-weight:700}
.list_workout .level span{display:block;padding:.5rem 0;color:#686868;font-size: 1.4rem;letter-spacing:-.05rem}
.list_workout li a:hover .thumb:before{width:100%}
.list_workout li a:hover .thumb img{filter:grayscale(100%)}
.homeWorkout h4 {font-size: 1.6rem;color: #999;margin: 1rem 0;line-height: 2;position: relative;}
.homeWorkout h4:before { position: absolute; right: 0; bottom: 1.5rem; left: 0; height: 1px; background-color: #d9d9d9; content: ''; margin-left: 40%;}
.homeWorkout h5 {font-size: 2.6rem;color: #000;margin: 1rem 0 2rem;}
.homeWorkout h5:before { position: absolute; right: 0; bottom: 1.5rem; left: 0; height: 1px; background-color:transparent; content: ''; margin-left: 10%;}

    
/* 작성폼 */
.write_contact {max-width: 115rem; width: 90%; margin: 0 auto;}
.write_contact h3 {padding: 0;font-size: 1.8rem;font-weight: 400;line-height: 1.4;border-bottom: 1px solid rgba(0,0,0,0.5);}
.write_contact h4 {padding-top: 3rem;padding-bottom: 1.2rem;font-weight: 400;text-align: left;font-size: 1.4rem;}
.write_contact .write_area { position: relative}
.write_contact .write_area .btn+.btn{margin-left:0.5rem; }
.write_contact .write_area .btn {overflow:revert;margin-bottom: 0.3rem;}
.write_contact .write_area .btn i { font-size: 1rem; position: relative; z-index: 10000000; margin-top: -0.5rem; color: #666; display: block; }
.write_contact .write_area .btn.white_md{ /*min-width:3rem;*/}
.write_contact label {display: block; padding-top: 1.6rem;padding-bottom: 0.6rem;font-weight: 400;text-align: left;font-size: 1.4rem;}
.write_contact label i { color: #999; font-size: 1.1rem}
.write_contact .write_area .input_rdo_box i { font-size: 1rem; position: relative; z-index: 10000000; margin-top: 0.5rem; color: #666; display: block;text-align: center; }
.write_contact .write_area .input_rdo_box+.input_rdo_box{margin-left:0.5rem; }
    
    
/* BuyProduct */
.BuyProduct{max-width:156rem;width:90%;margin:0 auto}
.list_product {}
.list_product ul{display:flex;flex-wrap:wrap;margin:0 -1rem}
.list_product li{width: 50%;padding: .5rem 0rem 3rem;}
.list_product li a{display:block}
.list_product .thumb_wrap{position:relative}
.list_product .thumb{/* overflow:hidden; */position:relative;/* border-radius:1.5rem; *//* background: #d2f8ed url(../images/common/logo.png) 50% 50% no-repeat; */margin: auto;text-align: center;/* padding-bottom: 85%; */height: 16rem;}

.list_product .thumb img{position: relative;/* width: 90%; */height: auto;max-height: 15rem;}
.list_product .thumb video{position:absolute;top:50%;left:50%;width:100%;height:100%;transform:translate(-50%,-50%)}
.list_product .info{padding: 2.5rem 0;margin: auto;text-align: center;}
.list_product .info .tit{display:-webkit-box;overflow:hidden;font-weight:700;font-size: 1.5rem;line-height:1.3;letter-spacing:-.05rem;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:1}
.list_product .info .class{display:block;margin-top:.7rem;color:#808080;font-size: 1.1rem;line-height:1.3;font-family:'Montserrat',sans-serif}
.list_product .info .desc{display:-webkit-box;overflow:hidden;margin-top:1rem;color:#4d4d4d;font-size: 1.2rem;line-height: 1.4;letter-spacing:-.05rem;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp: 3;margin: 1rem 1rem;height: 5rem;}
.list_product .info .tag{display:block;margin-top:1.3rem;}
.list_product .info .tag span{font-size: 0;width: 31px;height: 31px;border: 1px solid #bfbfbf;border-radius: 2rem;padding-top: 14px;padding-left: 8px;display: inline-flex;}

.list_product li a:hover .tit { color: #000; text-decoration: underline; transition: all 0.3s;  }
.list_product li a:hover .class { color: #000;  transition: all 0.3s;  }
.list_product li a:hover .desc { color: #000;  transition: all 0.3s;  }
.list_product li a:hover .info .tag span { border: 1px solid #17afb5; background-color: #17afb5; color: #fff; transition: all 0.3s;}
.list_product li a:hover .thumb img { opacity: 0.7; transition: all 0.3s; }

.plus.icon { color: #000; position: absolute; margin-left: -16px;}
.plus.icon:before { content: ''; position: absolute; width: 13px; height: 1px; background-color: currentColor;}
.plus.icon:after { content: ''; position: absolute; width: 13px; height: 1px; background-color: currentColor; -webkit-transform: rotate(90deg); transform: rotate(90deg);}

.Disclaimer {padding: 2rem 0;margin: auto;max-width: 147rem;}
.Disclaimer h4 { margin-bottom: 2rem}
.Disclaimer .info_txt { display: inline-block}
.Disclaimer .info_txt p {font-size: 1.3rem;margin: 1.4rem 0;color: #666;}
.Disclaimer .info_img {display: inline-block;vertical-align: top;float: none;text-align: center;}
.Disclaimer .info_img img {box-shadow: 0 0px 6px 3px rgb(0,0,0,.1);margin-left: unset;width: 35%;margin: 3rem 1rem 0;}

.line100{/*position: absolute; left: 0; */ width: 100%; height: 1px; background-color: #d9d9d9; margin: 3rem 0;}
.line100_m10{/*position: absolute; left: 0; */width: 100%;height: 1px;background-color: #d9d9d9;margin: 7rem 0;}
.line100_m10_none{/*position: absolute; left: 0; */width: 100%;height: 1px;background-color:transparent;margin: 5rem 0;}
    
    
    
/****** 기본 테이블 구성 *********/

    .admin_ico{ display: none }
    
    
    
    
    
/* userManual */
.userManual{max-width: 100%;width: 100%;margin:0 auto}
.list_manual{
    border-color: #ccc;
}
.list_manual ul{display:flex;flex-wrap:wrap;margin: 0 1.5rem;}
.list_manual li{width: 50%;padding: 5rem 1rem 0;}
.list_manual li:nth-child(n+6){border-top: 0;}
.list_manual li a{display:block}
.list_manual .thumb_wrap{position:relative}
.list_manual .thumb{overflow:hidden;position:relative;padding-bottom:141.42%;box-shadow:0 .3rem .6rem rgba(0,0,0,.14)}
.list_manual .thumb:before{position:absolute;left:0;bottom:0;z-index:1;width:0;height:100%;background-color:#00979d;content:'';opacity:1;mix-blend-mode:screen;transition:all .7s cubic-bezier(.54,.005,.155,.99)}
.list_manual .thumb:after{position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid #d6d6d6;border-radius:inherit;content:'';pointer-events:none}
.list_manual .thumb img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}
.list_manual .info{padding-top: 1.5rem;text-align: center}
.list_manual .info .tit{display:-webkit-box;overflow:hidden;font-weight:700;font-size: 1.5rem;line-height:1.3;height: 4rem;letter-spacing:-.05rem;text-align:center;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp: 2;}
.list_manual .info input {}

.list_manual .info input[type="checkbox"]{ display: none; }
.list_manual .info input[type="checkbox"] + label{ display: inline-block; width: 20px; height: 20px; border:2px solid #3abbc0; position: relative; margin-top: 0.7rem; }
.list_manual .info input:checked + label::after{ content:'✓'; background-color: #3abbc0; color: #fff; font-size: 20px; font-weight: 600; width: 16px; height: 16px; text-align: center; position: absolute; left: 0; top:0; }

.list_manual .ico_file{position:absolute;right: 0;bottom: 0;z-index:2;width: -webkit-fill-available;height: 5rem;background-position:100% 100%;background-repeat:no-repeat;background-size:auto 100%}
.list_manual .ico_file.pdf{background-image:url(../images/icon/file_pdf.png)}
.list_manual .ico_file.img{background-image:url(../images/icon/file_img.png)}
.list_manual .ico_file.mp4{background-image:url(../images/icon/file_mp4.png)}
.list_manual li a:hover .thumb:before{width:100%}
.list_manual li a:hover .thumb img{filter:grayscale(100%)}
    
    
.supportBox { max-width: 115rem; width: 90%; margin: 0 auto;}
    
    
    
    
}




.web_img {
    display: block !important;
}

.mobile_box,
.mobile_img {
    display: none !important;
}

@media all and (max-width: 600px) {
    .web_img {
        display: none !important;
    }

    .mobile_img {
        display: block !important;
    }

    .web_box {
        display: none !important;
    }
}



    