/*html {-webkit-text-size-adjust: none; -moz-text-size-adjust: none; -ms-text-size-adjust: none;}*/
/*html {
    -webkit-text-size-adjust: none;
}*/

/*body {
    position: relative;*/ /*min-width:360px; */
    /*overflow-x: hidden;
    line-height: 1.6;
    color: #333;
    font-size: 17px;
    font-weight: 300;
    font-family: 'Spoqa Han Sans Neo', 'sans-serif','Malgun Gothic','맑은 고딕',Dotum,'돋움',Helvetica,AppleSDGothicNeo,sans-serif;
    letter-spacing: -0.04em;
}*/
/*
   메뉴 CSS 에 엄한것이 적용되어 수정
*/
body {
    font-size: 16px !important;
    font-weight: 300 !important;
    font-family: 'Noto Sans KR', sans-serif !important;
}

    body.overflow_hidden {
        overflow: hidden;
    }

a span {
    cursor: pointer;
}

button {
    font-family: 'Spoqa Han Sans Neo', 'sans-serif','Malgun Gothic','맑은 고딕',Dotum,'돋움',Helvetica,AppleSDGothicNeo,sans-serif;
    vertical-align: middle;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/*:after, :before :not(.ql-picker-item, .inner) {
    display: none;
    content: ''
}*/

input {
    height: 38px;
    padding: 5px 5px;
    border: solid 1px #e1e1e1;
    font-size: inherit;
    font-family: 'Spoqa Han Sans Neo', 'sans-serif','Malgun Gothic','맑은 고딕',Dotum,'돋움',Helvetica,AppleSDGothicNeo,sans-serif;
    color: inherit;
    line-height: 24px;
    letter-spacing: -1px;
    vertical-align: middle;
    box-sizing: border-box;
}

    input[type="file"] {
        height: auto;
        padding: 0;
    }

    input[type="file"] {
        border: none;
    }

    input[type="submit"] {
        height: 38px;
        cursor: pointer;
        background: none;
        line-height: 24px;
    }

    input[type="radio"], input[type="checkbox"] {
        width: 20px;
        height: 20px;
        border: none;
    }

    input[type="image"] {
        height: auto;
        margin: 0;
        padding: 0;
        border: none;
    }

/*html, body, div, p, h1, h2, h3, h4, h5, h6, dl, dt, dd, ol, ul, li, blockquote, pre, button, fieldset, form, legend, table, caption, tbody, tfoot, thead, tr, th, td, iframe, article, aside, canvas, details, embed, figure, figcaption, header, footer, menu, nav, section, summary, audio, video {
    box-sizing: border-box
}*/

/* Layout | Link */
a:link {
    color: #0048aa;
    text-decoration: none;
}

a:visited {
    color: #636363;
}

a:hover {
    color: #0048aa;
    text-decoration: underline;
}

a:active {
    color: #0048aa;
    text-decoration: underline;
}

/* Layout | Accessibility */
.accessibility {
    overflow: hidden;
    position: relative;
    z-index: 1000;
    width: 100%;
}

    .accessibility a {
        display: block;
        overflow: hidden;
        height: 1px;
        width: 1px;
        margin: 0 -1px -1px 0;
        font-size: 0;
        line-height: 0;
        text-align: center;
    }

        .accessibility a:focus, #accessibility a:hover, #accessibility a:active {
            width: auto;
            height: 20px;
            margin: 0;
            padding: 8px 0 0 15px;
            background: #20262c;
            font-size: 12px;
            font-weight: 700;
            line-height: 1;
            color: #fff;
        }

/* Layout | Common */
#wrapper {
    overflow: hidden;
    position: relative; /*min-width:1200px;*/
}

#wrap {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.wrap {
    position: relative;
    width: 1400px;
    min-width: 320px;
    margin: 0 auto;
}

@media screen and (max-width:1024px) {
    #wrapper {
        min-width: 0;
    }
}
/* Layout |  정렬*/
.inner_wrap {
    position: relative;
    margin: 0 auto;
    width: 1400px;
}

.full_wrap {
    position: relative;
    margin: 0 auto;
    width: 1700px;
}

.wide_wrap {
    position: relative;
    margin: 0 auto;
    width: 1400px;
}

.blind {
    position: absolute;
    top: -999px;
    left: -999px;
    width: auto;
    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap;
}

@media only screen and (max-width:1701px) {
    .full_wrap {
        width: 100%;
    }
}

@media screen and (max-width:1401px) {
    .inner_wrap {
        width: 93%;
    }

    .wide_wrap {
        width: 100%;
    }
}
/* 공통 | 화면 숨김 처리 */
.only_web {
    display: block;
}

.only_mob {
    display: none;
}

.only_pc {
    display: block;
}

.only_phone {
    display: none;
}

.not_phone {
    display: none;
}

img.only_web {
    display: inline;
}

img.only_mob {
    display: none;
}

.web_table {
    display: table;
}

.mob_table {
    display: none;
}

@media screen and (max-width:1024px) {
    .only_web {
        display: none;
    }

    .only_mob {
        display: block;
    }

    img.only_mob {
        display: inline-block;
    }
}

@media screen and (max-width:640px) {
    .only_pc {
        display: none;
    }

    .only_phone {
        display: block;
    }
}
/* 메인 레이어팝업 */
.popLayer {
    position: absolute;
    top: 200px;
    right: 100px;
    z-index: 100;
    width: 700px;
    min-height: 570px;
}

    .popLayer .pop_btm {
        position: relative;
        padding: 15px 30px;
        background: #fff;
        line-height: 0;
    }

        .popLayer .pop_btm input {
            width: 18px;
            height: 18px;
            vertical-align: middle;
            margin: 0 5px 0 0;
        }

        .popLayer .pop_btm label {
            font-size: 14px;
            color: #000;
            vertical-align: middle;
        }

        .popLayer .pop_btm button.close {
            cursor: pointer;
            position: absolute;
            top: 15px;
            right: 30px;
            width: 18px;
            height: 17px;
            text-indent: -9999px;
            overflow: hidden;
            background: url(/asset/images/common/popup_close.png) no-repeat;
        }

@media only screen and (max-width:970px) {
    .popLayer {
        max-width: 90%;
        right: 5%;
    }

        .popLayer .pop_cont img {
            max-width: 100%;
        }
}

/* Header */
#header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 90px;
    z-index: 50;
    background: rgba(255, 255, 255, 0);
    text-align: center;
    transition: height .4s ease, background .3s ease; /* overflow: hidden; */
}

    #header:before {
        display: none;
        position: absolute;
        left: 0;
        top: 89px;
        width: 100%;
        height: 1px;
        background-color: rgba(171, 186, 209, 0.5);
    }

    #header .header_wrap {
        position: relative;
        width: 100%;
        max-width: 1700px;
        margin: 0 auto;
    }

    #header h1 {
        position: absolute;
        left: 110px;
        top: 20px;
        width: 90px;
        height: 49px;
        z-index: 1;
    }

        #header h1 .logo {
            display: block;
            width: 100%;
            height: 100%;
            font-size: 0;
            line-height: 0;
            color: transparent;
            text-indent: -9999px;
        }

            #header h1 .logo:before {
                overflow: hidden;
                display: block;
                position: absolute;
                left: 0;
                top: 0;
                width: 90px;
                height: 49px;
                background-repeat: no-repeat;
            }

    #header.floating {
        position: static;
    }

/* Header  |  language */
.util_area {
    position: absolute;
    right: 110px;
    top: 0;
    height: 90px;
    font-family: 'Spoqa Han Sans Neo', 'sans-serif';
}

    .util_area .lang_area {
        position: relative;
        top: calc(50% - 16px);
        z-index: 1;
        float: left;
        margin-right: 65px;
    }

        .util_area .lang_area a {
            display: inline-block;
            margin-left: 42px;
            font-size: 16px;
            line-height: 18px;
            font-weight: 500;
            color: #fff;
            vertical-align: middle;
            transition: color 0.5s;
        }

            .util_area .lang_area a:first-child {
                margin-left: 0;
            }

            .util_area .lang_area a.active {
                color: #0084ff;
            }

/* Header | gnb */
nav {
    display: inline-block;
    position: relative;
    height: 100% !important;
    text-align: center !important;
}

    nav .gnb {
        display: inline-block;
        height: 100%;
        text-align: center; /*max-width: 1236px; width:100%; height: 100%; text-align: center;*/
    }

        nav .gnb a {
            display: block;
        }

        nav .gnb > li {
            display: inline-block;
        }

            nav .gnb > li.on .one_depth, nav .gnb > li.active .one_depth {
                color: #0048aa;
            }

            nav .gnb > li .one_depth {
                position: relative;
                display: flex;
                align-items: center;
                height: 90px;
                padding: 0 40px;
                font-family: 'Spoqa Han Sans Neo';
                font-weight: 600;
                font-size: 17px;
                color: #fff;
                letter-spacing: -0.025em;
                text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
                white-space: nowrap;
            }

                nav .gnb > li .one_depth:hover, .gnb > li .one_depth:focus {
                    text-decoration: none;
                }

                nav .gnb > li .one_depth:after {
                    display: none;
                    position: absolute;
                    left: 50%;
                    bottom: 0;
                    width: calc(100% - 40px);
                    height: 4px;
                    transform: translateX(-50%);
                    background-color: #0048aa;
                }

            nav .gnb > li a.one_depth.active {
                color: #0048aa !important;
            }

                nav .gnb > li a.one_depth.active:after {
                    display: block !important;
                }

            nav .gnb > li .two_pack {
                display: none;
                position: absolute;
                left: 50%;
                top: 130px;
                font-size: 16px;
                letter-spacing: 0;
                transform: translateX(-50%);
            }

                nav .gnb > li .two_pack > ul {
                    display: flex;
                    justify-content: center;
                    align-items: stretch;
                    position: relative;
                    height: 200px;
                }

                    nav .gnb > li .two_pack > ul > li {
                        flex: 0 0 13rem;
                        height: 100%;
                        padding: 0 3rem 5px 3rem;
                        text-align: left;
                        border-right: 1px solid rgba(171, 186, 209, 0.5);
                    }
                /*nav .gnb > li .two_pack > ul > li {position:relative; min-width: 246px; min-height: 200px;  padding: 0 1.9rem 0 1.9rem;box-sizing: border-box;text-align: center;}*/
                nav .gnb > li .two_pack > li:before {
                    display: inline-block;
                    position: absolute;
                    right: 0;
                    top: 4px;
                    width: 1px;
                    height: 100%;
                    background-color: rgba(171, 186, 209, 0.5);
                }

                nav .gnb > li .two_pack ul > li:last-child {
                    padding-right: 0;
                    border-right: 0 none;
                }

                nav .gnb > li .two_pack > li:last-child:before {
                    display: none;
                }

                nav .gnb > li .two_pack > li.on .two_depth {
                    color: #000;
                }

                nav .gnb > li .two_pack > li:last-child {
                    margin-right: 0;
                }

                nav .gnb > li .two_pack .two_depth {
                    position: relative;
                    margin-bottom: 10px;
                    padding-right: 30px;
                    font-family: 'Spoqa Han Sans Neo';
                    color: #000;
                    font-size: 15px;
                    line-height: 18px;
                    font-weight: 500;
                    text-align: left;
                    letter-spacing: -0.025em;
                    white-space: nowrap;
                }

                    nav .gnb > li .two_pack .two_depth:hover, nav .gnb > li .two_pack .two_depth:focus {
                        color: #0048aa;
                    }

                    nav .gnb > li .two_pack .two_depth:before {
                        display: inline-block;
                        position: absolute;
                        top: 2px;
                        right: 0;
                        width: 10px;
                        height: 18px;
                        background-image: url(/asset/images/user/common/common.png);
                        background-repeat: no-repeat;
                        background-position: 0 -50px;
                    }

                    nav .gnb > li .two_pack .two_depth.child_dep:before {
                        display: none;
                    }

                    nav .gnb > li .two_pack .two_depth:hover:after {
                        display: none;
                    }

            nav .gnb > li .three_pack {
                text-align: left;
            }

                nav .gnb > li .three_pack .three_depth {
                    display: block;
                    position: relative;
                    padding: 7px 0 7px;
                    font-family: 'Spoqa Han Sans Neo', 'sans-serif';
                    font-size: 14px;
                    line-height: 16px;
                    font-weight: 300;
                    color: #666;
                    white-space: nowrap;
                    letter-spacing: -0.025em;
                }

                    nav .gnb > li .three_pack .three_depth:hover, .gnb > li .three_pack .three_depth:focus {
                        color: #0048aa;
                    }

                nav .gnb > li .three_pack > li.on .three_depth {
                    margin-top: 10px;
                    color: #1c3e9b;
                }

                nav .gnb > li .three_pack > li:first-child {
                    margin-top: 0;
                }

/* Header 활성화 */
#header.mouse_hover {
    height: 370px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
}

    #header.mouse_hover:before, #header.up_scroll:before {
        display: block;
    }

    #header.mouse_hover h1 .logo:before {
        background-position: 0 0;
    }

    #header.mouse_hover nav .gnb {
        padding: 0 150px;
    }

        #header.mouse_hover nav .gnb > li .one_depth, #header.up_scroll nav .gnb > li .one_depth {
            text-shadow: inherit;
            color: #1f1f1f;
        }

        #header.mouse_hover nav .gnb > li.on .one_depth, #header.up_scroll nav .gnb > li.on .one_depth, #header nav .gnb > li.active .one_depth, #header nav .gnb > li.acitve .one_depth {
            color: #1c3e9b;
        }

            #header.mouse_hover nav .gnb > li.on .one_depth:after, #header.up_scroll nav .gnb > li.on .one_depth:after, #header nav .gnb > li.active .one_depth:after, #header nav .gnb > li.active .one_depth:after {
                display: block;
            }

    #header.mouse_hover .util_area .lang_area .btn_lang, #header.up_scroll .util_area .lang_area .btn_lang {
        color: #1f1f1f;
    }

    #header.mouse_hover .util_area .btn_menu:before, #header.mouse_hover .util_area .btn_menu:after {
        display: none;
    }

    #header.mouse_hover .util_area .btn_menu:before {
        display: inline-block;
        background-position: -50px -50px;
    }

    #header.mouse_hover .util_area .lang_area a {
        color: #000;
    }

        #header.mouse_hover .util_area .lang_area a.active {
            color: #0084ff;
        }

#header.up_scroll {
    background: rgba(255, 255, 255, 1);
}

    #header.up_scroll h1 .logo:before {
        background-position: 0 0;
    }

    #header.up_scroll .util_area .btn_menu:before, #header.up_scroll .util_area .btn_menu:after {
        display: none;
    }

    #header.up_scroll .util_area .btn_menu:before {
        display: inline-block;
        background-position: -50px -50px;
    }

    #header.up_scroll .util_area .lang_area a {
        color: #000;
    }

        #header.up_scroll .util_area .lang_area a.active {
            color: #0084ff;
        }

.main .up_scroll .sitemap_line_btn .line {
    background-color: #000;
}

/* Header | GNB_Btn | 모바일 btn (전체메뉴보기 or 전체메뉴닫기 or 이전메뉴보기) */
.btn_gnb {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    font-size: 1px;
    line-height: 1px;
    text-indent: -9999px;
    color: transparent;
}

    .btn_gnb:before {
        overflow: hidden;
        display: inline-block;
        position: absolute;
        left: 50%;
        top: 50%;
        width: 100%;
        height: 100%;
        transform: translate(-50%, -50%);
        background-position: center center;
        background-repeat: no-repeat;
    }

    .btn_gnb.btn_gnb_back {
        display: none;
        position: absolute;
        left: 30px;
        top: -50px;
        width: 25px;
        height: 25px;
    }

        .btn_gnb.btn_gnb_back:before {
            background-image: url(/asset/images/user/common/btn_gnb_back_m.png);
            background-size: contain;
        }

#header.overflow_hidden {
    overflow: hidden;
}

/* Header | Sitemap btn  | hover style*/
#header.mouse_hover .sitemap_line_btn .line {
    background-color: #000;
}

.sub .up_scroll .sitemap_line_btn .line {
    background-color: #000;
}

/* Header | Sitemap | btn (기본형 or 커스텀) */
.sitemap_line_btn {
    position: absolute;
    top: 30px;
    right: 0;
    width: 24px;
    height: 24px; /* z-index:100000; */
    text-align: center;
    z-index: 111111;
    transition: all 0.3s;
}

    .sitemap_line_btn.sitemap_close_btn {
        position: absolute;
        right: -95px;
    }

    .sitemap_line_btn .box {
        display: inline-block;
        text-align: left;
    }

    .sitemap_line_btn .line {
        display: block;
        position: relative;
        z-index: 1;
        width: 19px;
        height: 2px;
        margin: 6px 0;
        background-color: #fff;
        border: 0 none;
        transition: all 0.3s;
    }

        .sitemap_line_btn .line.line2 {
            width: 24px;
        }

    .sitemap_line_btn.active .line {
        width: 24px;
        border-radius: 3px;
        margin: 3px auto;
        background-color: #000;
        border: 0 none;
    }

        .sitemap_line_btn.active .line:nth-child(1) {
            transform: translateY(5px) rotate(45deg);
        }

        .sitemap_line_btn.active .line:nth-child(2) {
            opacity: 0;
        }

        .sitemap_line_btn.active .line:nth-child(3) {
            transform: translateY(-5px) rotate(-45deg);
        }

    .sitemap_line_btn.sitemap_open_btn.active {
        display: none;
    }

@media screen and (max-width:1480px) {
    #header h1 {
        left: 30px;
    }

    #header .util_area {
        right: 30px;
    }
}

@media screen and (max-width:1400px) {
    .sitemap_line_btn.sitemap_close_btn {
        right: -50px;
    }
}

@media screen and (max-width:1204px) {
    /* header */
    /*#header {height:70px;}*/
    #header:before {
        display: none;
    }

    #header h1 {
        top: 20px;
        left: 20px;
    }

    #header nav {
        display: none;
    }

    #header.mouse_hover:before, #header.up_scroll:before {
        display: none;
    }

    #header .util_area {
        top: 0;
        right: 0;
        height: auto;
    }

        #header .util_area .lang_area {
            display: none;
        }

    .sub #header {
        position: absolute;
        height: 70px;
        background-color: transparent;
    }

        .sub #header h1 .logo:before {
            background-position: -100px 0;
        }

        .sub #header .sitemap_line_btn .line {
            background-color: #fff;
        }
}

@media screen and (max-width:1100px) {
    #header h1 {
        left: 3%;
    }
}

@media screen and (max-width:640px) {
    #header h1 {
        left: 0;
    }

        #header h1 .logo:before {
            transform: scale(.700);
            background-position: -100px 0;
        }
}

/* 상단으로 btn */
.btn_top {
    display: inline-block; /*z-index:5;*/
}

    .btn_top button {
        display: inline-block;
        position: fixed;
        right: 10px;
        bottom: 10px;
        z-index: 10;
        width: 50px;
        height: 50px;
        background-color: rgba(92, 101, 113,0.6);
        border-radius: 100%;
        font-size: 1px;
        line-height: 1px;
        color: transparent;
        text-indent: -9999px;
    }

        .btn_top button:before {
            display: inline-block;
            overflow: hidden;
            position: absolute;
            left: calc(50% - 7px);
            top: calc(50% - 4px);
            width: 15px;
            height: 9px;
            background: url(/asset/images/user/sub/sub.png) no-repeat -50px 0;
        }

    .btn_top.on button {
        position: absolute;
        top: -72px;
        z-index: 10;
    }

.btn_gnb.btn_gnb_open {
    right: 20px;
    top: 22px;
}

@media only screen and (max-width:1204px) {
    /* 상단으로 btn */
    .btn_top {
        display: none
    }

        .btn_top button {
            width: 40px;
            height: 40px;
        }
}

@media only screen and (max-width:1024px) {
    .btn_top.on button {
        top: -50px;
    }
}

/* Header | Sitemap | 효과 */
#all_menu .util_area {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    height: 80px;
}

    #all_menu .util_area .lang_area {
        display: none;
        margin-right: 85px;
    }

        #all_menu .util_area .lang_area a {
            margin-left: 35px;
            color: #000;
            font-weight: 400;
        }

            #all_menu .util_area .lang_area a:first-child {
                margin-left: 0;
            }

            #all_menu .util_area .lang_area a.active {
                color: #0084ff;
            }

#all_menu_inner {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 169px);
    font-family: 'Spoqa Han Sans Neo', 'sans-serif';
}

#all_menu_cont {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto; /*top:0; left:0; right:0; bottom:0;*/
    z-index: -1;
    transition: all 0.3s 0.5s;
}

    #all_menu_cont .sitemap_bg_box {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    #all_menu_cont .item_bg {
        float: left;
        position: relative;
        width: 20%;
        height: 100%;
    }

        #all_menu_cont .item_bg:first-child {
            width: 20%;
        }

        #all_menu_cont .item_bg:before {
            display: inline-block;
            position: absolute;
            right: 0;
            z-index: 1;
            width: 1px;
            height: 100%;
            background-color: rgba(105, 131, 172,0.2);
        }

        #all_menu_cont .item_bg:nth-child(odd):before {
            bottom: 0;
        }

        #all_menu_cont .item_bg:nth-child(even):before {
            top: 0;
        }

        #all_menu_cont .item_bg:after {
            display: block;
            position: absolute;
            width: 100%;
            height: 100%;
            right: 0;
            top: 0px;
            background-color: #333;
            transition: width .6s cubic-bezier(0.47, 0, 0.31, 1.04) 0.2s;
        }

    #all_menu_cont.open {
        opacity: 1.0;
        visibility: visible;
        z-index: 99999;
        background-color: #fff;
        transition: all 0.3s 0s;
    }

        #all_menu_cont.open .item_bg {
            transform: scaleX(1);
            transform-origin: right top;
            transition-property: transform;
        }

            #all_menu_cont.open .item_bg:before {
                height: 100%;
            }

            #all_menu_cont.open .item_bg:after {
                width: 0;
            }

    #all_menu_cont.close {
        opacity: 0;
        visibility: hidden;
    }

        #all_menu_cont.close .item_bg:before {
            height: 0;
        }

        #all_menu_cont.close .item_bg:after {
            width: 100%;
        }

/* Header | Sitemap  */
.all_menu_wrapper .gnb {
    position: relative;
    z-index: 1;
}

    .all_menu_wrapper .gnb > li {
        float: left;
        width: 20%;
        height: 100vh;
    }

        .all_menu_wrapper .gnb > li .depth1 {
            margin-left: 15%;
            margin-right: 15%;
        }

            .all_menu_wrapper .gnb > li .depth1 > a {
                display: block;
                overflow: hidden;
                margin: 75px auto 25px;
            }

                .all_menu_wrapper .gnb > li .depth1 > a span {
                    display: inline-block;
                    position: relative;
                    padding-bottom: 12px;
                    color: #000;
                    font-size: 17px;
                    line-height: 19px;
                    font-weight: 600;
                    letter-spacing: -0.025em;
                    transition: color 0.5s
                }

                    .all_menu_wrapper .gnb > li .depth1 > a span:after {
                        display: inline-block;
                        position: absolute;
                        left: 0;
                        bottom: 0;
                        width: 0;
                        height: 4px;
                        background-color: #0048aa;
                        transition: all 0.5s;
                    }

                    .all_menu_wrapper .gnb > li .depth1 > a span:hover, .all_menu_wrapper .gnb > li h2 span:focus {
                        color: #0048aa;
                    }

                        .all_menu_wrapper .gnb > li .depth1 > a span:hover:after, .all_menu_wrapper .gnb > li h2 span:hover:focus {
                            left: 0;
                            width: 100%;
                        }

        .all_menu_wrapper .gnb > li:hover .depth1 > a span, .all_menu_wrapper .gnb > li:focus .depth1 h2 span {
            color: #0048aa;
        }

            .all_menu_wrapper .gnb > li:hover .depth1 > a span:after, .all_menu_wrapper .gnb > li:focus .depth1 h2 span:after {
                left: 0;
                width: 100%;
            }

.all_menu_wrapper .depth2 > li > a {
    overflow: hidden;
    position: relative;
    display: inline-block;
    padding: 12px 35px 12px 0;
    color: #000;
    font-size: 15px;
    line-height: 17px;
    letter-spacing: -0.04em;
    font-weight: 500;
    transition: all 0.3s
}

    .all_menu_wrapper .depth2 > li > a:before {
        display: inline-block;
        position: absolute;
        top: calc(50% - 9px);
        right: 0;
        width: 10px;
        height: 18px;
        background-image: url(/asset/images/user/common/common.png);
        background-repeat: no-repeat;
        background-position: 0 -50px;
        transition: all 0.4s;
    }

    .all_menu_wrapper .depth2 > li > a.child_dep:before {
        display: none;
    }

    .all_menu_wrapper .depth2 > li > a:hover, .all_menu_wrapper .depth2 > li > a:focus {
        color: #0048aa;
    }

    .all_menu_wrapper .depth2 > li > a.active_on:before {
        transform: rotate(270deg);
    }

.all_menu_wrapper .depth3 {
    margin-bottom: 15px;
}

    .all_menu_wrapper .depth3 > li a {
        display: block;
        padding: 8px 0;
        text-align: left;
        font-size: 14px;
        line-height: 16px;
        font-weight: 300;
        letter-spacing: -0.04em;
        color: #666;
        transition: all 0.3s
    }

        .all_menu_wrapper .depth3 > li a:hover, .all_menu_wrapper .depth3 .gnb > li a:focus, .sitemap_wrapper .depth3 > ul > li a:active {
            color: #0048aa;
            outline: 0;
        }

.dimd {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 40;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}

    .dimd.top_index {
        z-index: 30;
    }

@media screen and (max-width:1480px) {
    #header .util_area {
        right: 30px;
    }
}

@media screen and (max-width:1400px) {
    #all_menu_inner {
        width: calc(100% - 89px);
    }

    .sitemap_line_btn.sitemap_close_btn {
        right: -50px;
    }
}

@media screen and (max-width:1204px) {
    /* header */
    /*#header {height:70px;}*/
    #header:before {
        display: none;
    }

    #header nav {
        display: none;
    }

    #header.mouse_hover:before, #header.up_scroll:before {
        display: none;
    }

    #header .util_area {
        top: 0;
        right: 0;
        height: auto;
    }

        #header .util_area .lang_area {
            display: none;
        }

    .sub #header {
        position: absolute;
        height: 70px;
        background-color: transparent;
    }

        .sub #header h1 .logo:before {
            background-position: -100px 0;
        }

    /* Header | GNB_Btn  | 모바일 메뉴 */
    .sitemap_bg_box {
        display: none;
    }

    .sitemap_line_btn {
        right: 30px;
        top: 25px;
        z-index: 80;
    }

        .sitemap_line_btn .box {
            width: 36px;
            height: 27px;
        }

        .sitemap_line_btn.sitemap_close_btn {
            top: 27px;
            right: 25px;
            width: 27px;
            height: 27px;
        }

        .sitemap_line_btn.active .line {
            width: 100%;
        }

    .sub #header .sitemap_line_btn .line {
        background-color: #fff;
    }

    /* Header | GNB - 모바일메뉴   */
    #all_menu {
        position: fixed;
        top: 0;
        left: auto;
        right: -370px;
        width: 370px;
        height: 100%;
        z-index: 9999;
        background-color: #fff;
        ;
        transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
    }

        #all_menu.m_open {
            right: 0;
        }

        #all_menu .util_area .lang_area {
            display: block;
            margin-right: 105px;
        }

    #all_menu_cont {
        position: relative;
    }

    #all_menu #all_menu_inner {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
    }

    .all_menu_wrapper {
        position: absolute;
        top: 0;
        right: 0;
        width: 370px;
        height: calc(100% - 80px);
        margin-top: 80px;
        background-color: #fff;
    }

        .all_menu_wrapper .gnb {
            overflow: hidden;
            padding: 0 35px 35px 35px;
            height: 100%;
        }

        .all_menu_wrapper .gnb li {
            float: none;
            width: 100%;
            height: auto;
        }

        .all_menu_wrapper .gnb > li .depth1 {
            margin: 0;
        }

        .all_menu_wrapper .gnb > li .depth1 > a {
            position: relative;
            margin: 0;
            padding: 20px 30px 20px 0;
            line-height: 20px;
            text-align: left;
            color: #000;
            font-size: 18px;
            font-weight: 500;
        }

        .all_menu_wrapper .gnb > li .depth1 > a:before {
            display: none;
            position: absolute;
            right: 3px;
            top: calc(50% - 10px);
            width: 10px;
            height: 18px;
            background-image: url(/asset/images/user/common/common.png);
            background-repeat: no-repeat;
            background-position: 0 -50px;
        }

        .all_menu_wrapper .gnb > li .depth1 > a.child_dep:before {
            display: inline-block;
        }

        .all_menu_wrapper .gnb > li .depth1 > a:hover span, .all_menu_wrapper .gnb > li .depth1 > a:focus span {
            color: #000;
        }

        .all_menu_wrapper .gnb > li .depth1 > a span {
            display: block;
            padding: 0;
            font-weight: 500;
        }

        .all_menu_wrapper .gnb > li .depth1 > a span:after {
            display: none;
        }

        .all_menu_wrapper .gnb > li:hover .depth1 > a span, .all_menu_wrapper .gnb > li:focus .depth1 > a span {
            color: #000;
        }

        .all_menu_wrapper .gnb > li .depth2 {
            display: block;
            overflow: auto;
            position: absolute;
            right: -100%;
            top: 0;
            padding-right: 18px;
            width: 340px;
            height: calc(100vh - 74px);
            opacity: 0;
        }

        .all_menu_wrapper .gnb > li .depth2 > li > a {
            display: block;
            padding: 20px 20px 20px 0;
            font-size: 17px;
            line-height: 19px;
            font-weight: 500;
            letter-spacing: -0.04em;
            transition: color 0.5s;
            color: #000;
        }

        .all_menu_wrapper .gnb > li .depth2 > li > a:before {
            display: none;
            position: absolute;
            right: 3px;
            top: calc(50% - 5px);
            width: 10px;
            height: 18px;
            background-image: url(/asset/images/user/common/common.png);
            background-repeat: no-repeat;
            background-position: 0 -50px;
            transform: rotate(90deg);
            transition: all 0.4s;
        }

        .all_menu_wrapper .gnb > li .depth2 > li > a.child_dep:before {
            display: inline-block;
        }

        .all_menu_wrapper .gnb > li .depth2 > li > a.child_dep.active_on:before {
            transform: rotate(270deg);
        }

        .all_menu_wrapper .gnb > li .depth3 {
            display: none;
            margin: 20px 0 20px;
            padding-left: 20px;
            padding-bottom: 20px;
            border-bottom: 1px solid #dfe2e5;
            border-bottom: 1px solid #dfe2e5;
        }

        .all_menu_wrapper .gnb > li .depth3 > li a {
            display: block;
            padding: 20px 0 20px;
            text-align: left;
            font-size: 17px;
            line-height: 19px;
            font-weight: 400;
            letter-spacing: -0.045em;
            color: #666;
            transition: all 0.3s;
        }

        .all_menu_wrapper .gnb > li .depth3 li:first-child > a {
            padding-top: 0;
        }

        .all_menu_wrapper .gnb.initial > li .depth1 > a {
            opacity: 1;
            transition: transform .5s cubic-bezier(0.6,0,0.4,1), opacity .3s cubic-bezier(0.4,0,0.2,1) .2s;
            transform: translateX(0);
        }

        .all_menu_wrapper .gnb > li .depth2 > li a.on:before {
            top: calc(50% - 10px);
            transform: rotate(270deg);
        }

        .all_menu_wrapper .gnb > li .depth2 > li a.on .depth3 {
            display: block;
        }

    .btn_gnb.btn_gnb_back {
        display: none;
        opacity: 1;
        transition: all 0.3s;
    }

    #all_menu.clicked .btn_gnb.btn_gnb_back {
        display: inline-block;
        opacity: 1;
    }

    #all_menu.clicked .gnb > li .depth1 > a, #all_menu .gnb.active > li .depth1 > a {
        opacity: 0;
        transition: transform .5s cubic-bezier(0.6,0,0.4,1),opacity .3s cubic-bezier(0.4,0,0.2,1) .2s;
        transform: translateX(-340px);
    }

    #all_menu.clicked .gnb .menu_active .depth2 {
        display: block;
        right: 0px;
        z-index: 90;
        opacity: 1;
        transform: translateX(0px);
        transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.2s, transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    }

    #all_menu .util_area {
        display: inline-block;
        right: 0;
        height: 80px;
        font-weight: 500;
    }

    .dimd {
        display: none;
        opacity: 0;
        visibility: hidden;
        transition: all 0.25s linear;
        z-index: 25;
    }

        .dimd.on {
            display: block;
            visibility: visible;
            opacity: 1;
            z-index: 60;
        }
}

@media screen and (max-width:640px) {
    .sitemap_line_btn, .sitemap_line_btn.sitemap_close_btn {
        right: 15px;
    }

        .sitemap_line_btn .box {
            width: 24px;
        }

    #all_menu .util_area .lang_area {
        margin-right: 80px;
    }
}


/* HOME > 개인정보취급방침 */
.internal_information .cont_box {
    position: relative;
}

.internal_information .text_box h4 {
    margin-top: 55px;
    margin-bottom: 20px;
}

.internal_information .cont_box .date {
    display: block;
    font-size: 17px;
    font-weight: 300;
    text-align: right;
    color: #555;
    letter-spacing: -0.04em;
}

.internal_information .cont_box .top_text {
    margin-top: 50px;
    font-size: 20px;
    font-weight: 400;
    color: #333;
}

.internal_information .cont_box .text_box {
    letter-spacing: -0.04em;
    color: #555;
}

    .internal_information .cont_box .text_box .tit {
        margin-bottom: 30px;
        word-break: keep-all;
    }

    .internal_information .cont_box .text_box ul li {
        position: relative;
        margin: 2px 0 3px 0;
        padding-left: 20px;
        word-break: keep-all;
    }

        .internal_information .cont_box .text_box ul li i {
            display: inline-block;
            position: absolute;
            left: 0;
            top: 0;
            letter-spacing: -0.04em;
        }

        .internal_information .cont_box .text_box ul li > ul {
            padding: 3px 0 3px 15px;
        }

            .internal_information .cont_box .text_box ul li > ul > li {
                padding-left: 25px;
            }

                .internal_information .cont_box .text_box ul li > ul > li > i {
                    width: 18px;
                    text-align: right;
                }

                .internal_information .cont_box .text_box ul li > ul > li a {
                    color: #0048aa
                }

.internal_information .cont_box2 {
    margin-top: 30px;
    margin-left: 20px;
}

.internal_information .last_title {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #d5dce8;
}

    .internal_information .last_title p {
        padding: 20px 0;
        font-size: 30px;
        font-weight: 500;
        color: #000;
        text-align: center;
    }

    .internal_information .last_title span {
        display: block;
        margin: 20px 0;
        font-weight: 500;
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        color: #333;
    }

.internal_information h4.title {
    text-align: center;
}

.internal_information h5.title {
    margin: 20px 0;
    padding: 23px 0 13px 0;
    font-weight: 500;
    color: #000;
    font-size: 30px;
    line-height: 34px;
}

@media only screen and (max-width:640px) {
    .internal_information .cont_box {
        padding-top: 0;
    }

        .internal_information .cont_box .date {
            font-size: 15px;
            line-height: 20px; /* top:40px; */
        }

    .internal_information h5.title {
        margin: 10px 0;
        font-size: 24px;
        line-height: 26px;
    }

    .internal_information .cont_box .text_box ul li > ul {
        padding-left: 0;
    }

    .internal_information .last_title p {
        font-size: 24px;
        line-height: 26px;
    }

    .internal_information .last_title span {
        margin: 0;
        font-size: 18px;
    }
}

/* 공통 애니메이션 > 이전 */
@media only screen and (min-width:1200px) {
    .scrollMotion {
        opacity: 0 !important;
    }

    .fadein {
        transition: opacity 1s ease;
        opacity: 0;
    }

    .fadein_up {
        transform: translateY(10%);
        transition: opacity 1s ease, transform 1s ease;
        opacity: 0;
    }

    .fadein_down {
        transform: translateY(-10%);
        transition: opacity 1s ease, transform 1s ease;
        opacity: 0;
    }

    .fadein_lt {
        transform: translateX(-10%);
        transition: opacity 1s ease, transform 1s ease;
        opacity: 0;
    }

    .fadein_rt {
        transform: translateX(10%);
        transition: opacity 1s ease, transform 1s ease;
        opacity: 0;
    }

    .fadein_delay {
        transition-delay: .35s !important;
    }

    .fadein_delay2 {
        transition-delay: .7s !important;
    }

    .scrollMotion.active {
        opacity: 1 !important;
    }

    .active [class*=fadein] {
        transform: translate(0);
        opacity: 1;
    }
}

/* 공통 애니메이션 >  */
@keyframes mouseScroll {
    from {
        opacity: 1;
        transform: translateY(0px);
    }

    to {
        opacity: 0;
        transform: translateY(8px);
    }
}

.active {
    transition: visibility 1.1s ease, opacity 1.1s ease, transform 1.1s ease;
}

.fadeIn {
    visibility: hidden;
    opacity: 0
}

    .fadeIn.active {
        visibility: visible;
        opacity: 1
    }

.fadeInUp {
    position: relative;
    visibility: hidden;
    opacity: 0;
    transform: translateY(110px);
}

    .fadeInUp.active {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }

.fadeInDown {
    position: relative;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-110px);
}

    .fadeInDown.active {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }

.fadeInRight {
    position: relative;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-110px);
}

    .fadeInRight.active {
        visibility: visible;
        opacity: 1;
        transform: translateX(0);
    }

.fadeInLeft {
    position: relative;
    visibility: hidden;
    opacity: 0;
    transform: translateX(110px);
}

    .fadeInLeft.active {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }

@media only screen and (max-width:640px) {
    .fadeInRight {
        transform: translateX(0) translateY(110px);
    }

    .fadeInLeft {
        transform: translateX(0) translateY(110px);
    }
}

/** Swiper 4.5.1 Most modern mobile touch slider and framework with hardware accelerated transitions http://www.idangero.us/swiper/ Copyright 2014-2019 Vladimir Kharlampidi Released under the MIT License Released on: September 13, 2019 */
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto;
}

    .swiper-container-autoheight .swiper-wrapper {
        align-items: flex-start;
        transition-property: transform, height;
    }

.swiper-container-3d {
    perspective: 1200px;
}

    .swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
        transform-style: preserve-3d;
    }

    .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10;
    }

    .swiper-container-3d .swiper-slide-shadow-left {
        background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    }

    .swiper-container-3d .swiper-slide-shadow-right {
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    }

    .swiper-container-3d .swiper-slide-shadow-top {
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    }

    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    }

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
    touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
    touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
        opacity: .35;
        cursor: auto;
        pointer-events: none;
    }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 1;
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0;
    }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        transform: scale(0.33);
        position: relative;
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
        transform: scale(1);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
        transform: scale(1);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
        transform: scale(0.66);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
        transform: scale(0.33);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
        transform: scale(0.66);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
        transform: scale(0.33);
    }

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
}

    .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 6px 0;
        display: block;
    }

    .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        top: 50%;
        transform: translateY(-50%);
        width: 8px;
    }

        .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
            display: inline-block;
            transition: .2s transform, .2s top, .2s;
        }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

    .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        transition: .2s transform, .2s left, .2s;
    }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right, .2s;
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: #007aff;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transform: scale(0);
        transform-origin: left top;
    }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

    .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
        width: 4px;
        height: 100%;
        left: 0;
        top: 0;
    }

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25);
}

    .swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
        background: #fff;
    }

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25);
}

    .swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
        background: #000;
    }

.swiper-pagination-lock {
    display: none;
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

    .swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

.swiper-slide-zoomed {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

    .swiper-lazy-preloader:after {
        display: block;
        content: '';
        width: 100%;
        height: 100%;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
        background-position: 50%;
        background-size: 100%;
        background-repeat: no-repeat;
    }

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none;
    }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

    .swiper-container-cube .swiper-slide {
        pointer-events: none;
        backface-visibility: hidden;
        z-index: 1;
        visibility: hidden;
        transform-origin: 0 0;
        width: 100%;
        height: 100%;
    }

        .swiper-container-cube .swiper-slide .swiper-slide {
            pointer-events: none;
        }

    .swiper-container-cube.swiper-container-rtl .swiper-slide {
        transform-origin: 100% 0;
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
        pointer-events: auto;
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
        pointer-events: auto;
        visibility: visible;
    }

    .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
        z-index: 0;
        backface-visibility: hidden;
    }

    .swiper-container-cube .swiper-cube-shadow {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .6;
        filter: blur(50px);
        z-index: 0;
    }

.swiper-container-flip {
    overflow: visible;
}

    .swiper-container-flip .swiper-slide {
        pointer-events: none;
        backface-visibility: hidden;
        z-index: 1;
    }

        .swiper-container-flip .swiper-slide .swiper-slide {
            pointer-events: none;
        }

    .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
        pointer-events: auto;
    }

    .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
        z-index: 0;
        backface-visibility: hidden;
    }

.swiper-container-coverflow .swiper-wrapper {
    perspective: 1200px;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
    }

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

    .slick-track:before, .slick-track:after {
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    width: 100%;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

#scrollbar {
    display: block;
    visibility: hidden;
    overflow-x: scroll;
    overflow-y: scroll;
    position: absolute;
    top: -100px;
    left: -100px;
    z-index: -1;
    width: 100px;
    height: 100px;
}

/** Template **/

/* 테이블 서식
@media only screen and (max-width:640px){
.table{margin:5px 0;}
.table colgroup{display:none;}
.table th,.table td{border:none;}
.table tr{display:block;width:100%;}
.table th{display:block;width:100%;padding:5px 1% 2px !important;text-align:left;border:none;background:none;box-sizing:border-box;}
.table td{display:block;width:100%;padding:0 1% 5px !important;text-align:left;border:none;box-sizing:border-box;}
.table[data-rwdb="yes"] thead{display:none;}
.table[data-rwdb="yes"] tr{border-bottom:1px solid #d9d9d9;}
.table[data-rwdb="yes"] tr:nth-child(odd){background:#f5f6f8}
.table [data-cell-header]:before{content:attr(data-cell-header);display:inline-block;}
}
 */

/* 기본게시판 추가 */
.table {
    width: 100%;
    margin: 10px 0 20px;
    border-collapse: collapse;
    text-align: center;
}

    .table thead th {
        padding: 14px 10px;
        border-bottom: 0 none;
        border-top: 1px solid #fff;
        background-color: #d5dce8;
        font-size: 20px;
    }

    .table thead tr:first-child th {
        border-top: none;
    }

    .table tbody th {
        font-weight: 300;
    }

    .table tbody th, .table tfoot th {
        background-color: #f7f8fa;
    }

    .table tbody th, .table tbody td, .table tfoot th, .table tfoot td {
        padding: 11px 15px;
        letter-spacing: -0.04em;
    }

    .table th, .table td {
        border-bottom: 1px solid #d5dce8;
        border-left: 1px solid #d5dce8;
        vertical-align: middle;
    }

    .table th {
        border-left: 1px solid #fff;
        color: #000;
        font-weight: 500;
        letter-spacing: -0.02em;
    }

    .table td {
        color: #333;
    }

    .table img {
        vertical-align: -2px;
    }

    .table td label {
        margin: 0 10px 0 2px;
    }

    .table td:first-child, .table th:first-child {
        border-left: none;
    }

    .table td[rowspan], .table th[rowspan] {
        border-right: 1px solid #d2d2d2;
    }

    .table td:first-child, .table th:first-child {
        border-left: none;
    }

    .table td:last-child, .table th:last-child {
        border-right: none;
    }

    .table ul li {
        text-align: left;
    }

    .table.type2 {
        text-align: left;
    }

        .table.type2 th, .table.type2 td {
            padding-left: 30px;
            padding-right: 30px;
        }

        .table.type2 tr:first-child th, .table.type2 tr:first-child td {
            border-top: 1px solid #7f7f7f;
        }

        .table.type2.line tr:first-child th, .table.type2.line tr:first-child td {
            border-top-color: #7f7f7f;
        }

    .table.type3 {
        text-align: left;
    }

        .table.type3 tr:first-child th, .table.type3 tr:first-child td {
            border-top: 1px solid #7f7f7f;
        }

        .table.type3 th, .table.type3 td {
            padding: 9px 12px;
            border-left: none;
            font-size: 20px;
        }

        .table.type3 th {
            background: none;
            font-weight: 500;
        }

        .table.type3 td {
            color: #333;
        }

@media only screen and (max-width:640px) {
    .table {
        margin: 5px 0;
    }

        .table thead th {
            font-size: 16px;
            line-height: 18px;
        }

        .table tbody td, .table tbody th {
            font-size: 16px;
            line-height: 20px;
        }

        .table th, .table td {
            padding-left: 20px;
            padding-right: 20px;
        }

        .table.type2 th, .table.type2 td {
            padding-left: 20px;
            padding-right: 20px;
        }

    .table_scroll {
        position: relative;
        max-width: 100%;
        overflow-x: auto;
    }

        .table_scroll table {
            min-width: 800px;
        }
    /*.table colgroup{display:none;}
	.table th,.table td{border:none !important;}
	.table tr{display:block;width:100%;}
	.table th{display:block;width:100%;padding:5px 1% 2px !important;border:none;background:none;box-sizing:border-box;}
	.table td{display:block;width:100%;padding:0 1% 5px !important;border:none;box-sizing:border-box;}
	.table[data-rwdb="yes"] thead{display:none;}
	.table[data-rwdb="yes"] tr{border-bottom:1px solid #d9d9d9;}
	.table[data-rwdb="yes"] tr:nth-child(odd){background:#f5f6f8}
	.table [data-cell-header]:before{content:attr(data-cell-header);display:inline-block;}
	}*/
}

/* 버튼 / 링크 / */
a.blank {
    display: inline-block;
    margin: 0 2px;
    border-bottom: 1px solid #000;
    white-space: nowrap;
    color: #464646;
}

    a.blank:after {
        display: inline-block;
        width: 14px;
        height: 14px;
        margin: 0 5px;
        background: url(/asset/images/user/template/template.png) -200px -50px no-repeat;
        vertical-align: middle;
    }

a.down {
    display: inline-block;
    margin: 0 2px;
    border-bottom: 1px solid #000;
    white-space: nowrap;
    color: #464646;
}

    a.down:after {
        display: inline-block;
        width: 17px;
        height: 15px;
        margin: 0 5px;
        background: url(/asset/images/user/template/template.png) -100px -100px no-repeat;
        vertical-align: middle;
    }

.button {
    display: inline-block;
    min-width: 200px;
    height: 40px;
    padding: 0 20px;
    margin: 0;
    font-size: 17px;
    line-height: 40px;
    color: #000 !important;
    font-weight: 300;
    text-decoration: none;
    text-align: center;
    vertical-align: top;
    border: 1px solid transparent;
    border-radius: 5px;
    background: #f1f2f4;
    box-sizing: border-box;
}

    .button:after {
        display: inline-block;
        background: url(/asset/images/user/template/template.png) no-repeat;
        vertical-align: middle;
    }

a.button:visited, a.button:link {
    color: #fff;
}

.button.small {
    padding: 10px 20px 9px;
    font-size: 15px;
    line-height: 16px;
    letter-spacing: -1px;
}

.button.type2 {
    color: #fff !important;
    background-color: #00529e;
}

.button.type3 {
    border-color: #d5dce8;
    background-color: #f1f2f4;
    color: #000 !important;
}

.button.type4 {
    color: #fff !important;
    background-color: #3774bf;
}

    .button.type4:after {
        height: 15px;
        margin-right: 0;
    }

a.button.type2:visited, a.button.type2:link, a.button.type3:visited, a.button.type4:link, a.button.type3:visited, a.button.type4:link {
    color: #fff;
}

.button.arrow:after {
    width: 33px;
    height: 12px;
    margin: 0 -5px 0 30px;
    background-position: -150px -50px;
}

.button.arrow.type4:after {
    background-position: -100px -50px;
}

.button.download:after {
    width: 19px;
    height: 16px;
    margin: 0 -5px 0 10px;
    background-position: -50px -100px;
}

.button.download.type3:after, .button.download.type4:after {
    background-position: 0 -100px;
}

.button.link:after {
    width: 21px;
    height: 17px;
    margin: 0 -5px 0 10px;
    background-position: -50px -50px;
}

.button.link.type3:after, .button.link.type4:after {
    background-position: 0 -50px;
}

.button.arrow.type3 {
    position: relative;
    min-width: 230px;
    height: 46px;
    padding-right: 53px;
    line-height: 44px;
    text-align: left;
}

    .button.arrow.type3:after {
        position: absolute;
        right: 20px;
        top: calc(50% - 2px);
        height: 5px;
        margin: 0;
        background: url(/css/button_arrow_type3.png) no-repeat left top;
    }

    .button.arrow.type3.full {
        border-width: 1px;
        min-width: 0;
        width: 100%;
        height: 60px;
        padding: 0 75px 0 30px;
        font-size: 20px;
        line-height: 56px;
        letter-spacing: -0.06em;
        color: #333 !important;
        font-weight: 500;
    }

        .button.arrow.type3.full:after {
            right: 50px;
            top: calc(50% - 7px);
            width: 45px;
            height: 14px;
            background-image: url(/css/button_arrow_full.png);
        }

    .button.arrow.type3.half {
        border-width: 1px;
        min-width: 0;
        width: 50%;
        height: 60px;
        padding: 0 75px 0 30px;
        font-size: 20px;
        line-height: 56px;
        letter-spacing: -0.06em;
        color: #333 !important;
        font-weight: 500;
    }

        .button.arrow.type3.half:after {
            right: 50px;
            top: calc(50% - 7px);
            width: 45px;
            height: 14px;
            background-image: url(/css/button_arrow_full.png);
        }

        .button.arrow.type3.half span {
            position: absolute;
            right: 125px;
            top: 0;
            font-size: 15px;
            font-weight: 300;
            letter-spacing: -0.04em;
        }

.button.arrow.type4 {
    min-width: auto;
    height: 50px;
    padding: 0 20px 0 30px;
    line-height: 50px;
    font-weight: 500;
}

.button.download.full {
    position: relative;
    width: 100%;
    height: 60px;
    padding: 0 200px 0 30px;
    margin-bottom: 20px;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #d5dce8;
    font-size: 20px;
    line-height: 56px;
    font-weight: 500;
    text-align: left;
}

    .button.download.full span {
        position: absolute;
        right: 125px;
        top: 0;
        font-size: 15px;
        font-weight: 300;
        letter-spacing: -0.04em;
    }

    .button.download.full:after {
        position: absolute;
        right: 50px;
        top: calc(50% - 14px);
        width: 41px;
        height: 28px;
        background: url(/css/full_download.png) no-repeat;
    }

@media only screen and (max-width:1200px) {
    .button, .button[type="submit"] {
        min-width: 150px;
        height: 40px;
        height: 55px;
        line-height: 55px;
    }

        .button.arrow.type4 {
            height: 35px;
            line-height: 35px;
            font-size: 15px;
        }

            .button.arrow.type4:after {
                height: 15px;
                margin: 0 0 0 20px;
            }
}

@media only screen and (max-width:640px) {
    .button.arrow.type2 {
        height: 35px;
        text-align: left;
        line-height: 31px;
        font-size: 15px;
    }

        .button.arrow.type2:after {
            display: inline-block;
            width: 17px;
            height: 9px;
            margin: -4px -5px 0 10px;
            background: url(/asset/images/user/template/btn_arrow_m.png) no-repeat right center;
            background-size: 100%;
        }

    .button, .button[type="submit"] {
        height: 30px;
        font-size: 16px;
        line-height: 30px;
    }

        .button.arrow.type3.full, .button.arrow.type3.half {
            height: auto;
            padding: 17px 70px 17px 25px;
            font-size: 15px;
            line-height: 17px;
        }

            .button.arrow.type3.full:after, .button.arrow.type3.half:after {
                right: 25px;
            }

        .button.download.full {
            height: 55px;
            padding: 0 70px 0 25px;
            line-height: 51px;
        }

            .button.download.full span {
                display: none;
            }

            .button.download.full:after {
                right: 25px;
                top: calc(50% - 6px);
                width: 32px;
                height: 22px;
                background-size: 22px auto;
            }
}
/* 텝메뉴 */
.tab_menu {
    position: relative;
    margin-bottom: 50px;
    padding-left: 1px;
}

    .tab_menu .idx_tab {
        font-size: 0;
        text-align: center;
    }

        .tab_menu .idx_tab > li {
            display: inline-block;
            position: relative;
            width: 25%;
            height: 80px;
            margin: -1px 0 0 -1px;
            padding-bottom: 5px;
            line-height: 80px;
        }

            .tab_menu .idx_tab > li:before {
                display: inline-block;
                position: absolute;
                left: 0;
                top: 0;
                z-index: 5;
                width: 100%;
                height: 100%;
                background: transparent;
                border: solid 1px #d5dbe7;
                box-sizing: border-box;
            }

            .tab_menu .idx_tab > li > a {
                display: inline-block;
                position: relative;
                z-index: 7;
                width: 98%;
                padding: 25px 1%;
                font-size: 20px;
                line-height: 25px;
                color: #555;
                letter-spacing: -0.02em;
                text-align: center;
                vertical-align: middle;
            }

                .tab_menu .idx_tab > li > a:before {
                    display: inline-block;
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 100%;
                    height: 100%;
                }

            .tab_menu .idx_tab > li.on > a {
                color: #0048aa;
                font-weight: 500;
                text-decoration: none;
                outline: 0;
            }

            .tab_menu .idx_tab > li.on {
                box-shadow: 0px 5px 3px 0px rgba(0, 0, 0, 0.08);
            }

                .tab_menu .idx_tab > li.on:before {
                    border: 3px solid #0048aa;
                }

        .tab_menu .idx_tab.count2 li {
            width: calc(100%/4);
        }

        .tab_menu .idx_tab.count3 li {
            width: calc(100%/3);
        }

        .tab_menu .idx_tab.count4 li {
            width: 25%;
        }

        .tab_menu .idx_tab.count5 li {
            width: 20%;
        }

        .tab_menu .idx_tab.count6 li {
            width: calc(100%/6);
        }

    .tab_menu .teb_cont {
        display: none;
    }

        .tab_menu .teb_cont.active {
            display: block;
        }

@media only screen and (max-width:1200px) {
    .tab_menu .idx_tab li {
        height: 55px;
        line-height: 55px;
    }

        .tab_menu .idx_tab li a {
            padding-top: 15px;
            padding-bottom: 15px;
        }
}

@media only screen and (max-width:800px) {
    /*.tab_menu .idx_tab {margin-bottom:30px;}*/
    .tab_menu .idx_tab li {
        width: 33.33% !important;
    }

    .tab_menu .idx_tab > li.on:before {
        border-width: 2px;
    }
}

@media only screen and (max-width:640px) {
    .tab_menu {
        margin: 0 0 20px;
    }

        .tab_menu .idx_tab > li {
            margin: 0;
        }

            .tab_menu .idx_tab > li:before {
                border: solid 1px #d5dbe7;
                border-top: 0 none;
            }

            .tab_menu .idx_tab > li:first-child:before {
                border-top: 1px solid #d5dbe7;
            }

        .tab_menu .idx_tab.count1 > li:first-child:before {
            border-top: 2px solid #0048aa;
        }

        .tab_menu .idx_tab li a {
            font-size: 17px;
            line-height: 20px;
            vertical-align: middle;
        }
}
/* 박스 */
.line {
    display: block;
    margin: 10px 0;
    border-bottom: 1px dotted #7f7f7f;
}

.dot {
    display: block;
    margin: 10px 0;
    border-bottom: 1px dotted #ccc;
}

.dash {
    display: block;
    margin: 10px 0;
    border-bottom: 1px dashed #ccc;
}

.box_cont {
    position: relative;
    margin-bottom: 25px;
    background-color: #f7f8fa;
    box-sizing: border-box;
    border: 1px solid #d7dbe4;
}

    .box_cont .box_wrap {
        padding: 20px 2%;
    }

        .box_cont .box_wrap .title {
            margin: 0 0 13px 0;
            padding: 0;
            font-size: 18px;
            line-height: 24px;
            font-weight: 500;
            color: #252525;
        }

            .box_cont .box_wrap .title:before {
                display: none;
            }

    .box_cont ul.bu {
        padding-left: 0;
    }

.box_img {
    text-align: center;
}

    .box_img .inner {
        position: relative;
        display: inline-block;
        line-height: 0;
        vertical-align: top;
    }
    /*.box_img img {max-width:100%;}*/
    .box_img .img_zoom {
        display: none;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 10;
    }

        .box_img .img_zoom a {
            display: inline-block;
            width: 35px;
            height: 35px;
            color: transparent;
            white-space: nowrap;
            background: url(/asset/images/user/template/template.png) -150px -250px no-repeat;
            overflow: hidden;
        }

            .box_img .img_zoom a:after {
                display: inline-block;
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                background-color: transparent;
            }

    .box_img .mobile_img {
        display: none;
    }

@media screen and (max-width:1401px) {
    .box_img img {
        max-width: 100%;
    }
}

@media screen and (max-width:1024px) {
    /*.box_img .img_zoom{display:inline-block;}*/
}

@media screen and (max-width:800px) {
    .box_img .pc_img {
        display: none;
    }

    .box_img .mobile_img {
        display: block;
    }
}
/* 박스  정렬*/
.box_center {
    padding: 20px 0;
    text-align: center;
}

.box_left {
    padding: 20px 0;
    text-align: left;
}

.box_right {
    padding: 20px 0;
    text-align: right;
}

/* 자주 쓰는 유형 */
.temp_title {
    margin-bottom: 50px;
    text-align: center;
    letter-spacing: -0.06em;
}

    .temp_title .title_box {
        margin-bottom: 20px;
    }

        .temp_title .title_box .title {
            font-size: 30px;
            line-height: 40px;
            color: #222;
        }

            .temp_title .title_box .title strong {
                font-weight: 500;
            }

    .temp_title .cont_box {
        font-size: 18px;
        color: #444;
    }

@media only screen and (max-width:1000px) {
    .temp_title .title_box .title {
        font-size: 26px;
        line-height: 32px;
    }

    .temp_title br {
        display: none;
    }
}

@media only screen and (max-width:640px) {
    .temp_title {
        margin-bottom: 30px;
    }

        .temp_title .title_box {
            margin-bottom: 10px;
        }

            .temp_title .title_box .title {
                font-size: 18px;
                line-height: 22px;
            }

        .temp_title .cont_box {
            font-size: 14px;
            line-height: 18px;
        }
}

.temp_map .root_daum_roughmap, .temp_map #map {
    width: 100%;
    height: 450px;
    overflow: hidden;
}

    .temp_map .root_daum_roughmap .wrap_map {
        height: 450px;
    }

@media only screen and (max-width:640px) {
    .temp_map .root_daum_roughmap {
        height: 300px;
    }

        .temp_map .root_daum_roughmap .wrap_map {
            height: 300px;
        }
}

/* template 가이드용 스타일 */
.template pre {
    margin: 10px 0;
    padding: 10px 20px 0;
    border: 1px solid #e9e9e9;
    background: #fafafa;
    font-size: 13px;
}

.template .tab_item {
    margin: 15px 0 20px;
}

.template .tab_item {
    border-left: 1px solid #d9d9d9;
}

    .template .tab_item li {
        float: left;
        display: inline;
        width: 11.1%;
        border-top: 1px solid #d9d9d9;
        background: #eee;
    }

        .template .tab_item li.active {
            border-top: solid 1px #d9d9d9;
            background: #fff;
        }

        .template .tab_item li a {
            display: block;
            padding: 0;
            line-height: 46px;
            font-size: 15px;
            text-align: center;
            border-right: 1px solid #d9d9d9;
            text-decoration: none;
            white-space: nowrap;
        }

        .template .tab_item li.active a, .tab_obj li a:hover {
            background-color: #fff;
        }

.tab_obj {
    display: none;
    position: relative;
    padding: 0;
}

/* template 가이드용 스타일 */
.template pre {
    margin: 10px 0;
    padding: 10px 20px 0;
    border: 1px solid #e9e9e9;
    background: #fafafa;
    font-size: 15px;
    color: #000;
}

.template .tab_item {
    margin: 15px 0 20px;
}

.template .tab_item {
    border-left: 1px solid #d9d9d9;
}

    .template .tab_item li {
        float: left;
        display: inline;
        width: 11.1%;
        border-top: 1px solid #d9d9d9;
        background: #eee;
    }

        .template .tab_item li.active {
            border-top: solid 1px #d9d9d9;
            background: #fff;
        }

        .template .tab_item li a {
            display: block;
            padding: 0;
            line-height: 46px;
            font-size: 15px;
            text-align: center;
            border-right: 1px solid #d9d9d9;
            text-decoration: none;
            white-space: nowrap;
        }

        .template .tab_item li.active a, .tab_obj li a:hover {
            background-color: #fff;
        }

.tab_obj {
    display: none;
    position: relative;
    padding: 0;
}

/* 템플릿추가 */
/* 공통 상단 이미지 박스 */
.temp_imgtop_box {
    position: relative;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

    .temp_imgtop_box .inner {
        height: 100%;
        font-size: 24px;
        color: #fff;
        font-weight: 500;
        text-align: center;
    }

        .temp_imgtop_box .inner:before {
            display: inline-block;
            height: 100%;
            margin-left: -8px;
            vertical-align: middle;
            line-height: 100%;
        }

        .temp_imgtop_box .inner p {
            display: inline-block;
            width: 100%;
            letter-spacing: -0.04em;
            vertical-align: middle;
            word-break: keep-all;
        }

@media only screen and (max-width:1024px) {
    .temp_imgtop_box .inner {
        font-size: 20px;
        line-height: 25px;
    }

        .temp_imgtop_box .inner p {
            width: 85%;
        }
}

@media only screen and (max-width:800px) {
    .temp_imgtop_box {
        height: 300px;
    }
}

@media only screen and (max-width:640px) {
    .temp_imgtop_box {
        height: 200px;
    }

        .temp_imgtop_box .inner {
            font-size: 17px;
            line-height: 22px;
        }
}
/* 공통슬라이드 */
.temp_slide_wrap {
    position: relative;
    padding-left: 46.4%;
    margin-bottom: 100px;
}

    .temp_slide_wrap .left_box {
        position: absolute;
        left: 0;
        top: 0;
        width: calc(46.4% - 30px);
        height: auto; /*height:calc(100% - 107px);*/
        color: #000;
    }

        .temp_slide_wrap .left_box:before {
            display: inline-block;
            height: 100%;
            margin-left: -4px;
            line-height: 100%;
            vertical-align: middle;
        }

        .temp_slide_wrap .left_box p {
            font-size: 20px;
            word-break: keep-all;
        }

        .temp_slide_wrap .left_box .inner {
            display: inline-block;
            width: 100%;
            vertical-align: middle;
        }

        .temp_slide_wrap .left_box .title {
            display: block;
            margin-bottom: 27px;
            /*font-size: 35px;*/
            font-size: 24px;
            line-height: 1.4;
            font-weight: 600;
            letter-spacing: -0.06em;
            word-break: keep-all;
        }

.temp_slide {
    position: relative;
    /*padding-bottom: 107px;*/
    padding-bottom: 140px;
    z-index: 3;
}

    .temp_slide .ctrl_area {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding-left: 247px;
    }

    .temp_slide .count {
        position: absolute;
        left: 0;
        bottom: -6px;
        font-size: 25px;
        color: #b2b2b2;
        font-weight: 300;
        letter-spacing: -0.04em;
    }

        .temp_slide .count .cnt {
            font-size: 80px;
            line-height: 82px;
        }

        .temp_slide .count .all {
            font-size: 35px;
        }

    .temp_slide .btn_ctrl {
        position: absolute;
        left: 182px;
        bottom: 6px;
    }

        .temp_slide .btn_ctrl button {
            display: block !important;
            width: 64px;
            height: 16px;
            background-repeat: no-repeat;
            font-size: 0;
            line-height: 0;
            color: transparent;
        }

        .temp_slide .btn_ctrl .prev {
            background-color: transparent;
            background-image: url(../image/temp_slide_arrow3.png);
        }

        .temp_slide .btn_ctrl .next {
            margin-top: 18px;
            background-color: transparent;
            background-image: url(../image/temp_slide_arrow4.png);
        }

        .temp_slide .btn_ctrl .prev:hover {
            background-image: url(../image/temp_slide_arrow1.png);
        }

        .temp_slide .btn_ctrl .next:hover {
            background-image: url(../image/temp_slide_arrow2.png);
        }

    .temp_slide .thumbnail {
        text-align: right;
    }

        .temp_slide .thumbnail li {
            display: inline-block;
            width: 20%;
        }

.temp_slide_wrap .right_box .temp_slide .thumbnail li {
    /*width: 23%;*/
    /*width: 18%;*/
    width: 16%;
    padding: 0 0.5%;
}

.temp_slide .thumbnail button {
    border: 5px solid transparent;
    transition: all ease-in-out 400ms;
}

.temp_slide .thumbnail .slick-active button {
    border-color: #c0cbdd;
}

.temp_slide .thumbnail img {
    max-width: 100%;
    width: 100%;
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
}

/* 공통슬라이드 하단버튼 */
.temp_button_wrap {
    position: relative;
}

@media only screen and (max-width:1200px) {
    .temp_slide_wrap {
        padding-left: 40%;
    }

        .temp_slide_wrap .left_box {
            width: calc(40% - 30px);
        }

            .temp_slide_wrap .left_box br {
                display: none;
            }

            .temp_slide_wrap .left_box .title {
                font-size: 27px;
                line-height: 35px;
            }

            .temp_slide_wrap .left_box p {
                font-size: 18px;
            }

            .temp_slide_wrap .left_box .inner {
                vertical-align: inherit;
            }
}

@media only screen and (max-width:1000px) {
    .temp_slide_wrap {
        margin-bottom: 70px;
        padding-left: 45%;
    }

        .temp_slide_wrap .left_box {
            width: calc(45% - 20px);
            height: 100%;
        }

    .temp_slide {
        padding-bottom: 0;
    }

        .temp_slide .ctrl_area {
            position: relative;
            left: auto;
            bottom: auto;
            padding-left: 0;
        }

        .temp_slide .count {
            position: static;
            margin-top: 20px;
            text-align: center;
        }

            .temp_slide .count .cnt {
                font-size: 60px;
                line-height: 62px;
            }

        .temp_slide .btn_ctrl {
            position: static;
        }

            .temp_slide .btn_ctrl button {
                position: absolute;
            }

            .temp_slide .btn_ctrl .prev {
                left: 12%;
                bottom: 30px;
            }

            .temp_slide .btn_ctrl .next {
                right: 12%;
                bottom: 30px;
                transform: rotate3d(437, 1, 1, 180deg);
            }

        .temp_slide .thumbnail {
            text-align: left;
        }

    .temp_slide_wrap .right_box .temp_slide .thumbnail li {
        width: 25%;
        padding: 0;
    }
}

@media only screen and (max-width:800px) {
    .temp_slide_wrap .left_box .title {
        font-size: 22px;
        line-height: 30px;
    }

    .temp_slide .btn_ctrl .prev {
        left: 8%;
    }

    .temp_slide .btn_ctrl .next {
        right: 8%;
    }
}

@media only screen and (max-width:640px) {
    .temp_slide_wrap {
        margin-bottom: 40px;
        padding-left: 0;
    }

        .temp_slide_wrap .left_box {
            position: static;
            width: 100%;
            margin-bottom: 30px;
        }

    .temp_slide .count {
        display: none;
    }

        .temp_slide .count .cnt {
            font-size: 45px;
            line-height: 42px;
        }

        .temp_slide .count .all {
            font-size: 30px;
        }

    .temp_slide .btn_ctrl {
        display: none;
    }

        .temp_slide .btn_ctrl .prev {
            left: 0;
        }

        .temp_slide .btn_ctrl .next {
            right: 0;
        }

    .temp_slide_wrap .left_box p {
        text-align: center;
    }

    .temp_slide_wrap .left_box .title {
        text-align: center;
    }

    .temp_slide .thumbnail {
        margin-top: 10px;
        text-align: center;
    }

        .temp_slide .thumbnail li {
            width: 33.33%;
        }

    .temp_slide_wrap .right_box .temp_slide .thumbnail li {
        width: 33.33%;
    }

    .button.download.full {
        font-size: 16px;
        margin-bottom: 10px;
    }
}

/* 공통 아이콘 흐름도 */
.temp_icon_flow {
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}

    .temp_icon_flow.type1 {
        width: 80%;
    }

    .temp_icon_flow.type2 {
        width: 91.8%;
    }

    .temp_icon_flow .flow_wrap {
        position: relative;
    }

        .temp_icon_flow .flow_wrap .bu.type2 {
            margin-top: 15px;
            padding: 0;
        }

            .temp_icon_flow .flow_wrap .bu.type2 li {
                padding-left: 0;
            }

                .temp_icon_flow .flow_wrap .bu.type2 li:before {
                    display: inline-block;
                    position: static;
                    margin-top: 13px;
                    margin-right: 10px;
                    vertical-align: top;
                }

    .temp_icon_flow.type1 .flow_wrap {
        margin-left: -93px;
    }

    .temp_icon_flow.type2 .flow_wrap {
        margin-left: -60px;
    }

    .temp_icon_flow.type3 .flow_wrap {
        margin-left: -40px;
    }

    .temp_icon_flow.type4 .flow_wrap {
        margin-left: -80px;
        padding-bottom: 230px;
    }

    .temp_icon_flow .flow_wrap:before {
        display: block;
        position: absolute;
        left: 0;
        top: 106px;
        width: 100%;
        height: 2px;
        margin-top: -1px;
        background-color: #7e92b5;
    }

    .temp_icon_flow.type4 .flow_wrap:before {
        left: 80px;
        top: 105px;
        width: calc(100% - 80px);
        margin-top: 0;
    }

    .temp_icon_flow .flow_wrap > li {
        float: left;
    }
    /*.temp_icon_flow .flow_wrap > li:nth-child(1) {transition-delay:.1s;}
.temp_icon_flow .flow_wrap > li:nth-child(2) {transition-delay:.2s;}
.temp_icon_flow .flow_wrap > li:nth-child(3) {transition-delay:.3s;}
.temp_icon_flow .flow_wrap > li:nth-child(4) {transition-delay:.4s;}
.temp_icon_flow .flow_wrap > li:nth-child(5) {transition-delay:.5s;}
.temp_icon_flow .flow_wrap > li:nth-child(6) {transition-delay:.6s;}*/
    .temp_icon_flow.active .flow_wrap > li {
        opacity: 1;
        transform: translate(0,0);
    }

    .temp_icon_flow.type1 .flow_wrap > li {
        width: 25%;
        padding-left: 93px;
    }

    .temp_icon_flow.type2 .flow_wrap > li {
        width: 20%;
        padding-left: 60px;
    }

    .temp_icon_flow.type3 .flow_wrap > li {
        width: calc(100% / 6);
        padding-left: 40px;
    }

    .temp_icon_flow.type4 .flow_wrap > li.float {
        width: 50%;
        padding-left: 80px;
    }

    .temp_icon_flow.type4 .flow_wrap .list_area {
        margin-left: -30px;
    }

        .temp_icon_flow.type4 .flow_wrap .list_area > li {
            float: left;
            width: calc(100% / 3);
            padding-left: 30px;
        }

    .temp_icon_flow.type4 .flow_wrap li.optional {
        float: none;
        z-index: 1;
        position: absolute;
        left: calc(50% - 200px);
        bottom: 0;
        width: 480px;
        background-color: #fff;
    }

        .temp_icon_flow.type4 .flow_wrap li.optional .list_area {
            margin-left: 0;
        }

            .temp_icon_flow.type4 .flow_wrap li.optional .list_area > li {
                width: 50%;
                padding: 0 20px;
            }

        .temp_icon_flow.type4 .flow_wrap li.optional .text_area {
            position: relative;
            padding-top: 40px;
        }

            .temp_icon_flow.type4 .flow_wrap li.optional .text_area:before {
                display: block;
                position: absolute;
                top: 0;
                width: calc(50% + 20px);
                height: 5px;
                background: url(/css/testprocess_line.png) repeat-x;
            }

        .temp_icon_flow.type4 .flow_wrap li.optional .list_area > li:first-child .text_area:before {
            left: 50%;
        }

        .temp_icon_flow.type4 .flow_wrap li.optional .list_area > li:last-child .text_area:before {
            left: -20px;
        }

        .temp_icon_flow.type4 .flow_wrap li.optional .text_area:after {
            display: block;
            position: absolute;
            left: 50%;
            top: 0;
            width: 5px;
            height: 40px;
            background: url(/css/testprocess_line.png) repeat-y;
        }

        .temp_icon_flow.type4 .flow_wrap li.optional .text_area .top {
            display: inline-block;
            padding-top: 8px;
            border-top: 1px solid #7e92b6;
            color: #3774bf;
            font-weight: 500;
        }

        .temp_icon_flow.type4 .flow_wrap li.optional .text_area .cont {
            margin-top: 8px;
            padding: 22px 0;
            background-color: #fff;
            border: 1px solid #d4dce7;
            border-radius: 5px;
            font-size: 20px;
            line-height: 27px;
            color: #000;
            font-weight: 500;
        }

    .temp_icon_flow.type4 .flow_wrap > li.right_box:before {
        display: block;
        position: absolute;
        left: calc(50% - 330px);
        top: 105px;
        width: 5px;
        height: calc(100% - 76px);
        background: url(/css/testprocess_line.png) repeat-y;
    }

    .temp_icon_flow .inner {
        position: relative;
        min-height: 212px;
        border: 1px solid #d4dce7;
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 2.828px 2.828px 8px 0px rgba(0, 0, 0, 0.05);
    }

    .temp_icon_flow .gray .inner {
        background-color: #f1f2f4;
    }

    .temp_icon_flow .flow_wrap > li:last-child .inner:before, .temp_icon_flow.type4 .right_box .list_area > li:last-child .inner:before {
        display: block;
        position: absolute;
        left: -13px;
        top: calc(50% - 10px);
        width: 12px;
        height: 20px;
        background: url(/css/temp_flow_arrow.png) no-repeat;
    }

    .temp_icon_flow.type2 .flow_wrap > li:last-child .inner:before, .temp_icon_flow.type4 .flow_wrap > li:last-child .inner:before {
        display: none;
    }

    .temp_icon_flow .item {
        height: 78px;
        margin-top: 36px;
        background-repeat: no-repeat;
        background-position: center top;
    }

    .temp_icon_flow.type2 .item {
        height: 74px;
        margin-top: 46px;
    }

    .temp_icon_flow .item.icon1 {
        background-image: url(/css/temp_flow_icon1.png);
    }

    .temp_icon_flow .item.icon2 {
        background-image: url(/css/temp_flow_icon2.png);
    }

    .temp_icon_flow .item.icon3 {
        background-image: url(/css/temp_flow_icon3.png);
    }

    .temp_icon_flow .item.icon4 {
        background-image: url(/css/temp_flow_icon4.png);
    }

    .temp_icon_flow .item.icon5 {
        background-image: url(/css/temp_flow_icon5.png);
    }

    .temp_icon_flow .item.icon6 {
        background-image: url(/css/temp_flow_icon6.png);
    }

    .temp_icon_flow .item.icon7 {
        background-image: url(/css/temp_flow_icon7.png);
    }

    .temp_icon_flow .item.icon8 {
        background-image: url(/css/temp_flow_icon8.png);
    }

    .temp_icon_flow .item.icon9 {
        background-image: url(/css/temp_flow_icon9.png);
    }

    .temp_icon_flow .item.icon10 {
        background-image: url(/css/temp_flow_icon10.png);
    }

    .temp_icon_flow .item.icon11 {
        background-image: url(/css/temp_flow_icon11.png);
    }

    .temp_icon_flow .item.icon12 {
        background-image: url(/css/temp_flow_icon12.png);
    }

    .temp_icon_flow .item.icon13 {
        background-image: url(/css/temp_flow_icon13.png);
    }

    .temp_icon_flow .item.icon14 {
        background-image: url(/css/temp_flow_icon14.png);
    }

    .temp_icon_flow .item.icon15 {
        background-image: url(/css/temp_flow_icon15.png);
    }

    .temp_icon_flow .tit:before {
        display: inline-block;
        height: 96px;
        line-height: 96px;
        vertical-align: middle;
    }

    .temp_icon_flow.type2 .tit:before {
        height: 90px;
        line-height: 90px;
    }

    .temp_icon_flow .tit strong {
        display: inline-block;
        width: 100%;
        font-size: 20px;
        line-height: 27px;
        color: #000;
        font-weight: 500;
        vertical-align: middle;
    }

        .temp_icon_flow .tit strong span {
            display: block;
            font-size: 17px;
            line-height: 27px;
            color: #555;
            font-weight: 300;
        }

@media only screen and (max-width:1400px) {
    .temp_icon_flow.type1 .flow_wrap {
        margin-left: -40px;
    }

        .temp_icon_flow.type1 .flow_wrap > li {
            padding-left: 40px;
        }

    .temp_icon_flow.type2 .flow_wrap {
        margin-left: -30px;
    }

        .temp_icon_flow.type2 .flow_wrap > li {
            padding-left: 30px;
        }

    .temp_icon_flow.type3 .flow_wrap {
        margin-left: -40px;
    }

        .temp_icon_flow.type3 .flow_wrap > li {
            padding-left: 40px;
        }

    .temp_icon_flow.type3 .tit strong, .temp_icon_flow.type4 .tit strong {
        font-size: 17px;
    }

    .temp_icon_flow.type4 .flow_wrap {
        margin-left: -30px;
    }

        .temp_icon_flow.type4 .flow_wrap > li.float {
            padding-left: 30px;
        }
}

@media only screen and (max-width:1200px) {
    .temp_icon_flow.type1 {
        width: 90%;
    }

    .temp_icon_flow.type2 {
        width: auto;
    }

    .temp_icon_flow.type3 .flow_wrap {
        margin-left: -20px;
    }

        .temp_icon_flow.type3 .flow_wrap > li {
            padding-left: 20px;
        }
}

@media only screen and (max-width:1000px) {
    .temp_icon_flow.type1 {
        width: auto;
    }

    .temp_icon_flow.type2 .flow_wrap {
        margin-left: -20px;
    }

        .temp_icon_flow.type2 .flow_wrap > li {
            padding-left: 20px;
        }

    .temp_icon_flow.type3, .temp_icon_flow.type4 {
        position: relative;
    }

        .temp_icon_flow.type3:before, .temp_icon_flow.type4:before {
            display: block;
            position: absolute;
            left: 0;
            bottom: 149px;
            width: 100%;
            height: 2px;
            background-color: #7e92b5;
        }

        .temp_icon_flow.type3 .flow_wrap {
            margin-left: -40px;
            margin-top: -30px;
        }

            .temp_icon_flow.type3 .flow_wrap:before {
                top: 135px;
            }

            .temp_icon_flow.type3 .flow_wrap > li {
                width: calc(100% / 3);
                margin-top: 30px;
                padding-left: 40px !important;
            }

    .temp_icon_flow .tit strong {
        font-size: 17px;
    }

    .temp_icon_flow.type4 .flow_wrap {
        padding-bottom: 0;
    }

        .temp_icon_flow.type4 .flow_wrap > li.float {
            float: none;
            width: auto;
        }

        .temp_icon_flow.type4 .flow_wrap li.optional {
            position: static;
        }

            .temp_icon_flow.type4 .flow_wrap li.optional .text_area {
                padding: 0;
            }

                .temp_icon_flow.type4 .flow_wrap li.optional .text_area:before, .temp_icon_flow.type4 .flow_wrap li.optional .text_area:after {
                    display: none;
                }
}

@media only screen and (max-width:800px) {
    .temp_icon_flow.type1 .flow_wrap:before, .temp_icon_flow.type2 .flow_wrap:before {
        display: none;
    }

    .temp_icon_flow .flow_wrap > li:last-child .inner:before {
        display: none;
    }

    .temp_icon_flow.type1 .flow_wrap {
        margin-top: -40px;
    }

        .temp_icon_flow.type1 .flow_wrap > li {
            width: 50%;
            margin-top: 40px;
        }

    .temp_icon_flow.type2 .flow_wrap {
        margin-top: -20px;
    }

        .temp_icon_flow.type2 .flow_wrap > li {
            width: calc(100% / 3);
            margin-top: 20px;
        }

    .temp_icon_flow.type3:before {
        display: none;
    }

    .temp_icon_flow.type3 .flow_wrap {
        margin-left: -20px;
    }

        .temp_icon_flow.type3 .flow_wrap:before {
            display: none;
        }

        .temp_icon_flow.type3 .flow_wrap > li {
            padding-left: 20px !important;
        }

    .temp_icon_flow.type4 .flow_wrap li.optional {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .temp_icon_flow.type4 .flow_wrap .list_area > li {
        margin-top: 20px;
    }

    .temp_icon_flow.type4 .flow_wrap li.optional .list_area > li {
        float: left;
    }

    .temp_icon_flow.type4:before, .temp_icon_flow.type4 .flow_wrap:before, .temp_icon_flow.type4 .right_box .list_area > li:last-child .inner:before {
        display: none;
    }
}

@media only screen and (max-width:640px) {
    .temp_icon_flow .flow_wrap > li {
        float: none;
        width: auto !important;
    }

    .temp_icon_flow .inner {
        min-height: 0;
        padding: 30px 0 30px 110px;
        text-align: left;
    }

    .temp_icon_flow .item {
        position: absolute;
        left: 30px;
        top: 50%;
        transform: translateY(-50%);
        width: 55px;
        margin: 0 !important;
        background-size: 55px auto;
    }

    .temp_icon_flow .inner .tit span {
        display: inline;
    }

    .temp_icon_flow .tit:before {
        display: none;
    }

    .temp_icon_flow.type4 .flow_wrap {
        margin-left: 0;
    }

        .temp_icon_flow.type4 .flow_wrap > li.float {
            padding-left: 0;
        }

        .temp_icon_flow.type4 .flow_wrap .list_area {
            margin-left: 0;
            margin-top: 0;
        }

            .temp_icon_flow.type4 .flow_wrap .list_area > li {
                float: none;
                width: auto;
                padding-left: 0;
            }

        .temp_icon_flow.type4 .flow_wrap li.optional .list_area > li {
            padding: 0 10px;
        }

    .temp_icon_flow .flow_wrap .bu li {
        font-size: 16px;
    }

    .temp_icon_flow .flow_wrap .bu.type2 li {
        font-size: 16px;
    }
}

/* IR > 주주정보 공통*/
.chart h4 {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 20px;
}

/* 서비스 중비중입니다. */
.page_ready {
    margin-top: 100px;
}

    .page_ready p {
        display: inline-block;
        margin: 0 30px;
    }

    .page_ready img {
        max-width: 100%;
        max-height: none;
    }

/* 제목이 왼쪽 컨텐츠 오른쪽 정렬일경우 */
.left_con {
    float: left;
    width: 17.50%;
}

.right_con {
    float: left;
    width: 82.50%;
}

@media all and (max-width:1402px) {
    .left_con {
        float: none;
        width: 100%;
    }

    .right_con {
        float: none;
        width: 100%;
    }
}

@media only screen and (max-width:1204px) {
    .page_ready {
        margin-top: 30px;
    }
}

/* 강조 글자 */
.small {
    font-size: 0.92rem;
}

.large {
    font-size: 1.167rem;
    letter-spacing: -1px;
}

.underline {
    padding-bottom: 1px;
    border-bottom: 1px solid #888;
}

.em_blue {
    color: #23459c;
}

.em_blue2 {
    color: #0085fe;
}

.em_orange {
    color: #f16c09;
}

.em_red {
    color: #f02b2b;
}

.em_point {
    color: #06b2fb;
}

.em_b_blue {
    color: #0084ff;
    font-weight: 500;
}

.em_b_blue2 {
    color: #0085fe;
    font-weight: 500;
}

.em_b_orange {
    color: #f16c09;
    font-weight: 500;
}

.em_b_red {
    color: #df0101;
    font-weight: 500;
}

.em_b_point {
    color: #06b2fb;
    font-weight: 500;
}

.em_b_point2 {
    color: #06b2fb;
    font-weight: 500;
}

/* 텍스트 정렬 */
.display_inlineblock {
    display: inline-block;
}

.text_center {
    text-align: center;
}

.text_right {
    text-align: right;
}

.text_left {
    text-align: left;
}

.vertical_top {
    vertical-align: top;
}

.vertical_middle {
    vertical-align: middle;
}

.vertical_bottom {
    vertical-align: bottom;
}

/* 들여쓰기 */
.indent {
    margin-left: 25px;
}

.indent10 {
    margin-left: 10px;
}

.indent20 {
    margin-left: 20px;
}

.indent30 {
    margin-left: 30px;
}

.indent40 {
    margin-left: 40px;
}

.indent50 {
    margin-left: 50px;
}

/* margin */
.margin_0 {
    margin: 0 !important;
}

.margin_10 {
    margin: 10px !important;
}

.margin_20 {
    margin: 20px !important;
}

.margin_30 {
    margin: 30px !important;
}

.margin_t_0 {
    margin-top: 0 !important;
}

.margin_t_5 {
    margin-top: 5px !important;
}

.margin_t_10 {
    margin-top: 10px !important;
}

.margin_t_15 {
    margin-top: 15px !important;
}

.margin_t_20 {
    margin-top: 20px !important;
}

.margin_t_25 {
    margin-top: 25px !important;
}

.margin_t_30 {
    margin-top: 30px !important;
}

.margin_t_35 {
    margin-top: 35px !important;
}

.margin_t_40 {
    margin-top: 40px !important;
}

.margin_t_45 {
    margin-top: 45px !important;
}

.margin_t_50 {
    margin-top: 50px !important;
}

.margin_r_0 {
    margin-right: 0 !important;
}

.margin_r_5 {
    margin-right: 5px !important;
}

.margin_r_10 {
    margin-right: 10px !important;
}

.margin_r_15 {
    margin-right: 15px !important;
}

.margin_r_20 {
    margin-right: 20px !important;
}

.margin_r_25 {
    margin-right: 25px !important;
}

.margin_r_30 {
    margin-right: 30px !important;
}

.margin_r_35 {
    margin-right: 35px !important;
}

.margin_r_40 {
    margin-right: 40px !important;
}

.margin_r_45 {
    margin-right: 45px !important;
}

.margin_r_50 {
    margin-right: 50px !important;
}

.margin_b_0 {
    margin-bottom: 0 !important;
}

.margin_b_5 {
    margin-bottom: 5px !important;
}

.margin_b_10 {
    margin-bottom: 10px !important;
}

.margin_b_15 {
    margin-bottom: 15px !important;
}

.margin_b_20 {
    margin-bottom: 20px !important;
}

.margin_b_25 {
    margin-bottom: 25px !important;
}

.margin_b_30 {
    margin-bottom: 30px !important;
}

.margin_b_35 {
    margin-bottom: 35px !important;
}

.margin_b_40 {
    margin-bottom: 40px !important;
}

.margin_b_45 {
    margin-bottom: 45px !important;
}

.margin_b_50 {
    margin-bottom: 50px !important;
}

.margin_l_0 {
    margin-left: 0 !important;
}

.margin_l_5 {
    margin-left: 5px !important;
}

.margin_l_10 {
    margin-left: 10px !important;
}

.margin_l_15 {
    margin-left: 15px !important;
}

.margin_l_20 {
    margin-left: 20px !important;
}

.margin_l_25 {
    margin-left: 25px !important;
}

.margin_l_30 {
    margin-left: 30px !important;
}

.margin_l_35 {
    margin-left: 35px !important;
}

.margin_l_40 {
    margin-left: 40px !important;
}

.margin_l_45 {
    margin-left: 45px !important;
}

.margin_l_50 {
    margin-left: 50px !important;
}

/* padding */
.padding_0 {
    padding: 0 !important;
}

.padding_10 {
    padding: 10px !important;
}

.padding_20 {
    padding: 20px !important;
}

.padding_30 {
    padding: 30px !important;
}

.padding_t_0 {
    padding-top: 0 !important;
}

.padding_t_5 {
    padding-top: 5px !important;
}

.padding_t_10 {
    padding-top: 10px !important;
}

.padding_t_15 {
    padding-top: 15px !important;
}

.padding_t_20 {
    padding-top: 20px !important;
}

.padding_t_25 {
    padding-top: 25px !important;
}

.padding_t_30 {
    padding-top: 30px !important;
}

.padding_t_35 {
    padding-top: 35px !important;
}

.padding_t_40 {
    padding-top: 40px !important;
}

.padding_t_45 {
    padding-top: 45px !important;
}

.padding_t_50 {
    padding-top: 50px !important;
}

.padding_r_0 {
    padding-right: 0 !important;
}

.padding_r_5 {
    padding-right: 5px !important;
}

.padding_r_10 {
    padding-right: 10px !important;
}

.padding_r_15 {
    padding-right: 15px !important;
}

.padding_r_20 {
    padding-right: 20px !important;
}

.padding_r_25 {
    padding-right: 25px !important;
}

.padding_r_30 {
    padding-right: 30px !important;
}

.padding_r_35 {
    padding-right: 35px !important;
}

.padding_r_40 {
    padding-right: 40px !important;
}

.padding_r_45 {
    padding-right: 45px !important;
}

.padding_r_50 {
    padding-right: 50px !important;
}

.padding_b_0 {
    padding-bottom: 0 !important;
}

.padding_b_5 {
    padding-bottom: 5px !important;
}

.padding_b_10 {
    padding-bottom: 10px !important;
}

.padding_b_15 {
    padding-bottom: 15px !important;
}

.padding_b_20 {
    padding-bottom: 20px !important;
}

.padding_b_25 {
    padding-bottom: 25px !important;
}

.padding_b_30 {
    padding-bottom: 30px !important;
}

.padding_b_35 {
    padding-bottom: 35px !important;
}

.padding_b_40 {
    padding-bottom: 40px !important;
}

.padding_b_45 {
    padding-bottom: 45px !important;
}

.padding_b_50 {
    padding-bottom: 50px !important;
}

.padding_l_0 {
    padding-left: 0 !important;
}

.padding_l_5 {
    padding-left: 5px !important;
}

.padding_l_10 {
    padding-left: 10px !important;
}

.padding_l_15 {
    padding-left: 15px !important;
}

.padding_l_20 {
    padding-left: 20px !important;
}

.padding_l_25 {
    padding-left: 25px !important;
}

.padding_l_30 {
    padding-left: 30px !important;
}

.padding_l_35 {
    padding-left: 35px !important;
}

.padding_l_40 {
    padding-left: 40px !important;
}

.padding_l_45 {
    padding-left: 45px !important;
}

.padding_l_50 {
    padding-left: 50px !important;
}

/* width */
.w5p {
    width: 5% !important;
}

.w10p {
    width: 10% !important;
}

.w15p {
    width: 15% !important;
}

.w20p {
    width: 20% !important;
}

.w25p {
    width: 25% !important;
}

.w30p {
    width: 30% !important;
}

.w35p {
    width: 35% !important;
}

.w40p {
    width: 40% !important;
}

.w45p {
    width: 45% !important;
}

.w50p {
    width: 50% !important;
}

.w55p {
    width: 55% !important;
}

.w60p {
    width: 60% !important;
}

.w65p {
    width: 65% !important;
}

.w70p {
    width: 70% !important;
}

.w75p {
    width: 75% !important;
}

.w80p {
    width: 80% !important;
}

.w85p {
    width: 85% !important;
}

.w90p {
    width: 90% !important;
}

.w95p {
    width: 95% !important;
}

.w100p {
    width: 100% !important;
}



/** 공통 Sub (*/
/*sub | Location */
/* #sub_nav {height:108px; margin-top:-108px} */
#sub_nav {
    /*height: 58px;*/
    /*margin-top: 0px*/
    /*margin-top: 80px*/
    height: 108px;
    margin-top: -108px;
}

.sub_head {
    position: relative;
    z-index: 60;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    font-family: 'Spoqa Han Sans Neo', 'sans-serif';
    z-index: 5;
}

    .sub_head .location {
        position: relative;
        text-align: right;
    }

        .sub_head .location span {
            display: inline-block;
            position: relative;
            margin-left: 8px;
            padding: 11px 18px 10px 0;
            text-align: left;
            vertical-align: middle;
            letter-spacing: -0.055em;
        }
            /* .sub_head .location span:before {display:inline-block; overflow:hidden; position:absolute; right:0; top:calc(50% - 3px); width:9px; height:12px; background:url(/css/sub.png) no-repeat 0 0;} */
            .sub_head .location span:before {
                content:"";
                display: inline-block;
                overflow: hidden;
                position: absolute;
                right: 0;
                top: calc(50% - 3px);
                width: 9px;
                height: 12px;
                background: url(../image/sub.png) no-repeat 0 0;
                /*background: url(../image/sub2.png) no-repeat 0 0;*/
            }
            /* .sub_head .location span a {display:inline-block; font-size:14px; line-height:16px; color:#fff; font-weight:300; letter-spacing:-0.025em;} */
            .sub_head .location span a {
                display: inline-block;
                font-size: 14px;
                line-height: 16px;
                /*color: black;*/
                color: white;
                font-weight: 300;
                letter-spacing: -0.025em;
            }

            .sub_head .location span:last-child {
                padding-right: 0;
            }

                .sub_head .location span:last-child:before {
                    background: none;
                }

            .sub_head .location span a:hover, .sub_head .location span a:focus {
                color: #0048aa;
            }

/* sub | menu */
.snb {
    display: block;
    position: relative;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
}
    /* sub visual 영역의 높이값이 full 인 경우 */
    .snb .lnb_wrap {
        position: relative;
        width: 100%;
    }


        .snb .lnb_wrap ul {
            z-index: 60;
            width: 100%;
            max-width: 1400px;
            height: 60px;
            margin: 0 auto;
            text-align: center;
            font-family: 'Spoqa Han Sans Neo', 'sans-serif';
            background-color: rgba(0, 26, 62,0.8);
        }

        .snb .lnb_wrap li {
            display: inline-block;
            position: relative;
            z-index: 10;
            padding: 0 40px;
            box-sizing: border-box;
        }

            .snb .lnb_wrap li a {
                display: inline-block;
                position: relative;
                padding: 22px 0 20px;
                font-weight: 400;
                font-size: 16px;
                letter-spacing: -0.025em;
                line-height: 18px;
                color: #fff;
                letter-spacing: 0;
                transition: all 0.3s;
                text-decoration: none;
            }

                .snb .lnb_wrap li a:before {
                    display: inline-block;
                    position: absolute;
                    left: 50%;
                    bottom: 0;
                    width: 0;
                    height: 3px;
                    background-color: #06b2fb;
                    transition: all 0.3s;
                    background-repeat: no-repeat;
                }

            .snb .lnb_wrap li.on, .snb .lnb_wrap li.on:hover {
                z-index: 11;
                color: #06b2fb;
            }

                .snb .lnb_wrap li.on a:before, .snb .lnb_wrap li:hover a:before, .snb .lnb_wrap li:focus a:before {
                    left: 0;
                    width: 100%;
                }

            .snb .lnb_wrap li:hover, .snb .lnb_wrap li:focus {
                z-index: 11;
            }

                .snb .lnb_wrap li.on a, .snb .lnb_wrap li a:hover, .snb .lnb_wrap li a:focus, .snb .lnb_wrap li:hover a {
                    color: #06b2fb;
                }

            .snb .lnb_wrap li.on a {
                color: #06b2fb;
            }
        /* Sub menu TOP 활성화 */
        .snb .lnb_wrap.fixed {
            position: fixed;
            left: 0;
            top: 0;
            background-color: #001a3e;
        }


    .snb .lnb_wrap2 {
        position: relative;
        width: 100%;
    }

    .snb .lnb_wrap2 ul {
        z-index: 60;
        width: 100%;
        max-width: 1400px;
        height: 60px;
        margin: 0 auto;
        text-align: center;
        font-family: 'Spoqa Han Sans Neo', 'sans-serif';
        background-color: rgba(0, 26, 62,0.8);
    }

    .snb .lnb_wrap2 li {
        display: inline-block;
        position: relative;
        z-index: 10;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .snb .lnb_wrap2 li a {
        display: inline-block;
        position: relative;
        padding: 22px 0 20px;
        font-weight: 400;
        font-size: 16px;
        letter-spacing: -0.025em;
        line-height: 18px;
        color: #fff;
        letter-spacing: 0;
        transition: all 0.3s;
        text-decoration: none;
    }

        .snb .lnb_wrap2 li a:before {
            display: inline-block;
            position: absolute;
            left: 50%;
            bottom: 0;
            width: 0;
            height: 3px;
            background-color: #06b2fb;
            transition: all 0.3s;
            background-repeat: no-repeat;
        }

    .snb .lnb_wrap2 li.on, .snb .lnb_wrap2 li.on:hover {
        z-index: 11;
        color: #06b2fb;
    }

        .snb .lnb_wrap2 li.on a:before, .snb .lnb_wrap2 li:hover a:before, .snb .lnb_wrap2 li:focus a:before {
            left: 0;
            width: 100%;
        }

    .snb .lnb_wrap2 li:hover, .snb .lnb_wrap2 li:focus {
        z-index: 11;
    }

        .snb .lnb_wrap2 li.on a, .snb .lnb_wrap2 li a:hover, .snb .lnb_wrap2 li a:focus, .snb .lnb_wrap2 li:hover a {
            color: #06b2fb;
        }

    .snb .lnb_wrap2 li.on a {
        color: #06b2fb;
    }
    /* Sub menu TOP 활성화 */
    .snb .lnb_wrap2.fixed {
        position: fixed;
        left: 0;
        top: 0;
        background-color: #001a3e;
    }


@media only screen and (max-width:1401px) {
    .sub_head .location {
        padding: 0 2%;
    }

    .snb .lnb_wrap li {
        padding-left: 2%;
        padding-right: 2%;
    }
}

@media only screen and (max-width:1204px) {
    #sub_nav {
        height: 45px;
        margin-top: -50px
    }

    .sub_head .location {
        display: none;
    }

    .snb .lnb_wrap {
        height: 45px;
    }

        .snb .lnb_wrap:before {
            display: none;
        }

        .snb .lnb_wrap ul {
            height: auto;
            padding-top: 50px;
        }

            .snb .lnb_wrap ul.active {
                background-color: #001a3e;
            }

                .snb .lnb_wrap ul.active li {
                    display: block;
                    line-height: 45px;
                    background-color: #001a3e;
                }

                    .snb .lnb_wrap ul.active li.on {
                        border-bottom: 1px solid rgba(255,255,255, 0.2)
                    }

        .snb .lnb_wrap li, .snb .lnb_wrap li:hover, .snb .lnb_wrap li:focus {
            display: none;
            width: 100% !important;
            margin: 0;
        }
            /*.snb .lnb_wrap li:last-child {padding-bottom:15px;}*/
            .snb .lnb_wrap li a {
                display: block;
                padding: 15px 0;
                text-align: left;
                font-weight: 500;
            }

                .snb .lnb_wrap li a:before {
                    left: auto;
                    right: 0;
                    bottom: auto;
                    top: calc(50% - 4px);
                    width: 19px;
                    height: 10px;
                    background-color: transparent;
                    transition: all 0.4s;
                }

        .snb .lnb_wrap ul.active li {
        }

        .snb .lnb_wrap li.on a:before {
            background-image: url(/asset/images/user/sub/snb_arrow_on_m.png);
            background-size: 100%;
        }

        .snb .lnb_wrap li.on a:before, .snb .lnb_wrap li:hover a:before, .snb .lnb_wrap li:focus a:before {
            left: auto;
            width: 15px;
        }

        .snb .lnb_wrap ul.active li.on a:before {
            margin-top: -4px;
            transform: rotate(180deg);
        }

        .snb .lnb_wrap li.on {
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 30;
        }

        .snb .lnb_wrap li.depth_none a {
            cursor: auto;
        }

            .snb .lnb_wrap li.depth_none a:before {
                display: none;
            }
        /*.snb .lnb_wrap  li.on a.active_on:after {display:block; position:absolute; left:-20px; bottom:0; width:110%; height:1px; background-color:rgba(171, 186, 209, 0.2);}*/
        .snb .lnb_wrap li a, .snb .lnb_wrap li.on a {
            position: relative;
            font-size: 16px;
            line-height: 20px;
            font-weight: 600;
            letter-spacing: -0.035em;
        }
}

.colgroup {
    position: relative; /*z-index:5; padding-bottom:130px;*/
    width: 100%;
    font-family: 'Noto Sans KR', sans-serif;
}

/* sub |  TITLE */
#sub_title {
    overflow: hidden;
    position: relative;
    top: 50px;
    opacity: 0;
    transition: top .7s ease, opacity.7s ease;
}

    #sub_title h3 {
        margin: 80px 5% 25px;
        /*margin: 0px 5% 25px;*/
        font-size: 50px;
        line-height: 52px;
        color: #000;
        font-weight: 500;
        letter-spacing: -0.04em;
        text-align: center;
        word-break: keep-all;
    }

    #sub_title.active {
        top: 0;
        opacity: 1;
    }

/* sub | Contents  */
#cont_wrap {
    min-height: 500px;
    margin-bottom: 150px;
    /*margin-top:50px;*/
}

    #cont_wrap .top_title {
        position: relative;
        top: 30px;
        opacity: 0;
        transition: top .8s ease, opacity .8s ease;
    }

        #cont_wrap .top_title.active {
            top: 0;
            opacity: 1;
        }

        #cont_wrap .top_title .sub_text p {
            font-size: 20px;
            line-height: 1.6;
            color: #333;
            font-weight: 300;
            text-align: center;
            word-break: keep-all;
        }

        #cont_wrap .top_title .top_line {
            margin-top: 47px;
            margin-bottom: 60px;
            border-bottom: 1px solid #b0c0d4;
        }

            #cont_wrap .top_title .top_line.text_none {
                margin-top: 42px;
            }

        #cont_wrap .top_title > div.sub_text:only-of-type {
            margin-bottom: 55px;
        }

        #cont_wrap .top_title > div.sub_text.text_none {
            margin-bottom: 20px;
        }

.cont_line h4 {
    margin-top: 0;
    padding-top: 0;
}

#cont_wrap .cont_line {
    padding-top: 65px;
    border-top: 1px solid #b0c0d4;
}

#cont_wrap .sub_text.sub_line {
    margin-bottom: 60px;
    border-bottom: 1px solid #b0c0d4;
}

#cont_wrap h4.tit {
    margin-top: 0;
    padding-top: 0;
}

#cont_wrap h4.tit60 {
    margin-top: 60px;
    padding-top: 0;
}

@media only screen and (max-width:1204px) {
    #sub_title h3 {
        margin-top: 60px;
        font-size: 45px;
    }

    #cont_wrap .top_title .top_line {
        margin-top: 50px;
        margin-bottom: 40px;
    }

    #cont_wrap .top_title > div.sub_text:only-of-type {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width:640px) {
    #sub_title h3 {
        font-size: 35px;
        line-height: 40px;
        font-weight: 500;
    }

    #cont_wrap {
        margin-bottom: 100px;
    }

        #cont_wrap .top_title > div.sub_text:only-of-type {
            margin-bottom: 40px;
        }

        #cont_wrap .top_title .top_line {
            margin-top: 30px;
        }

        #cont_wrap .top_title .sub_text p {
            font-size: 18px;
            letter-spacing: -0.04em;
        }
}




/* Sustainability > 사회공헌 */
.social_contr img {
    max-width: 100%;
}

.social_contr h4 {
    margin-top: 0; /*margin-bottom:0;*/
    padding-top: 0; /*padding-bottom:0;*/
}

.social_contr h5 {
    margin-top: 0;
    margin-bottom: 15px;
    padding-top: 0;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.04em;
    color: #333;
    word-break: keep-all;
}

    .social_contr h5 br {
        display: none;
    }

.social_contr .img {
    display: inline-block;
    margin-bottom: 50px;
}

.social_contr .text {
    color: #555;
    word-break: keep-all;
}

.social_contr .cont_box {
    margin-top: 40px;
}

    .social_contr .cont_box.thi {
        margin-left: -3rem;
    }

        .social_contr .cont_box.thi .img_con {
            float: left;
            width: 33.33%;
        }

            .social_contr .cont_box.thi .img_con .img {
                padding-left: 3rem;
                margin-bottom: 0;
                padding-bottom: 30px;
            }

.social_contr .item .fir {
    transition-delay: .1s;
}

.social_contr .item .sec {
    transition-delay: .2s;
}

.social_contr .item .last {
    transition-delay: .3s;
}

.social_contr .cont_box2.line_top {
    margin-top: 50px;
    padding-top: 60px;
    border-top: 1px solid #dde3ec;
}

.social_contr .cont_box2 {
    display: flex;
    flex-wrap: wrap;
}

    .social_contr .cont_box2 .left_box {
        width: 44%;
    }

    .social_contr .cont_box2 .right_box {
        width: 56%;
    }

        .social_contr .cont_box2 .right_box p {
            margin-right: 0;
            text-align: right;
        }

    .social_contr .cont_box2 .con {
        flex: 1 1 30%;
    }

        .social_contr .cont_box2 .con.fir {
            margin-left: -3rem;
        }

        .social_contr .cont_box2 .con span {
            display: block;
            margin-left: 3rem;
        }

            .social_contr .cont_box2 .con span img {
                width: 100%;
            }

    .social_contr .cont_box2.thi {
        position: relative;
    }

        .social_contr .cont_box2.thi .right_box {
            order: 2;
        }

        .social_contr .cont_box2.thi .left_box {
            order: 1;
        }

        .social_contr .cont_box2.thi .img_con.fir {
            order: 3;
        }

        .social_contr .cont_box2.thi .img_con.sec {
            order: 4;
        }

        .social_contr .cont_box2.thi .img_con.last {
            order: 5;
        }

@media only screen and (max-width:1401px) {
    .social_contr .item .left_box p br {
        display: none;
    }

    .social_contr .item .left_box {
        margin-right: 1rem;
    }

    .social_contr .item .right_box {
        width: 54%;
    }

    .social_contr .img {
        display: inline-block;
        margin-bottom: 25px;
    }

    .social_contr .cont_box.thi, .social_contr .cont_box2 .con.fir {
        margin-left: -1rem;
    }

        .social_contr .cont_box.thi .img_con .img {
            padding-left: 1rem;
        }

    .social_contr .cont_box2 .con span {
        display: block;
        margin-left: 1rem;
    }
}

@media only screen and (max-width:1204px) {
    .social_contr .sub_text p {
        margin-top: 20px;
    }

        .social_contr .sub_text p:first-child {
            margin-top: 0;
        }

    .social_contr img {
        width: 100%;
    }

    .social_contr h4 {
        padding-bottom: 20px;
    }

    .social_contr .cont_box .left_box.sec {
        margin-top: -150px;
    }

    .social_contr .item p {
        margin-bottom: 20px;
        margin-right: 0;
        text-align: left;
    }

    .social_contr .img {
        display: block;
    }

    .social_contr .item.line_top {
        margin-top: 30px;
        padding-top: 50px;
    }
}

@media only screen and (max-width:1024px) {
    .social_contr .item.line_top {
        padding-top: 0;
    }

    .social_contr h4 {
        padding-top: 50px;
        border-top: 1px solid #7f7f7f;
        border-bottom: 0;
        margin-bottom: 0;
    }
    /*.social_contr .cont_box {margin-top:0;}*/
    .social_contr .cont_box.thi {
        margin-left: 0;
    }

        .social_contr .cont_box.thi .img_con .img {
            padding-bottom: 20px;
        }

    .social_contr .cont_box .left_box.sec {
        margin-top: 0;
    }

    .social_contr .left_box {
        float: none;
        width: 100%;
        margin-right: 0;
    }

    .social_contr .item .left_box {
        width: 100%;
        margin-right: 0;
    }

    .social_contr .item .right_box {
        width: 100%;
    }

    .social_contr .cont_box2.line_top {
        border-top: 0 none;
    }

    .social_contr .cont_box2 .right_box {
        width: auto;
    }

    .social_contr .cont_box2 .img {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .social_contr .cont_box2 img {
        height: 100%;
    }

    .social_contr .cont_box2 .con span {
        margin-left: 0;
        margin-right: 1rem;
    }

    .social_contr .cont_box2 .con.fir, .social_contr .cont_box2 .con.last {
        margin-left: auto;
        margin-right: 0;
    }

    .social_contr .cont_box2 .img_con {
        flex: 1 1 40%;
        margin-bottom: 20px;
        margin-right: 1rem;
    }

    .social_contr .cont_box2 .img_cont span {
        margin-right: 1rem;
    }

    .social_contr .cont_box2.thi .right_box {
        order: 1;
        flex: none;
        width: 100%;
    }

        .social_contr .cont_box2.thi .right_box p {
            margin-top: 20px;
            text-align: left;
        }
}

@media only screen and (max-width:640px) {
    .social_contr img {
        width: 100%;
        max-width: none;
    }

    .social_contr h5 {
        margin-bottom: 5px;
    }

    .social_contr .item p {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .social_contr .item.line_top {
        margin-top: 20px;
    }

    .social_contr .cont_box.thi .img_con {
        float: none;
        width: 100%;
    }

        .social_contr .cont_box.thi .img_con .img {
            padding-left: 0;
        }

    .social_contr .cont_box2 .img_con {
        flex: inherit;
        width: 100%;
        text-align: center;
        margin-right: 0;
    }

    .social_contr .cont_box2 .img {
        display: block;
        height: auto;
        margin: 0;
    }

    .social_contr .cont_box2 img {
        height: auto;
    }

    .social_contr .cont_box2 .con span {
        margin: 0;
    }

    .social_contr .cont_box2 .con.fir, .social_contr .cont_box2 .con.last {
        margin-left: 0;
    }

    .social_contr .cont_box2.thi .right_box p {
        margin-top: 0;
    }

        .social_contr .cont_box2.thi .right_box p br {
            display: none;
        }
}

@media only screen and (max-width:440px) {
    .social_contr h5 br {
        display: block;
    }
}


/* SUSTAINABILITY >   ehs 경영 > ehs 경영시스템 */
/* 2021-12-26 수정 */
.ehs_operation .pop {
    display: none;
    z-index: 100;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}

    .ehs_operation .pop.active {
        display: block;
    }

    .ehs_operation .pop .inner {
        position: fixed;
        left: 50%;
        top: 50%;
        width: 1400px;
        max-width: 100%;
        min-height: 575px;
        margin-left: -700px;
        margin-top: -287px;
        background-color: #fff;
    }

        .ehs_operation .pop .inner .inwrap {
            padding: 45px 95px;
            letter-spacing: -0.05em;
        }

            .ehs_operation .pop .inner .inwrap h5 {
                margin: 10px 0 35px;
                font-size: 1.76em;
                font-weight: 600;
            }

            .ehs_operation .pop .inner .inwrap p {
                font-size: 1.18em;
                font-weight: 500;
            }

            .ehs_operation .pop .inner .inwrap ul {
                margin-top: 30px;
            }

            .ehs_operation .pop .inner .inwrap li {
                font-size: 1em;
                margin: 7px 0;
                font-weight: 400;
            }

            .ehs_operation .pop .inner .inwrap .sign_box {
                padding-top: 45px;
                margin-top: 45px;
                border-top: 1px solid #d5dce8;
                text-align: right;
            }

                .ehs_operation .pop .inner .inwrap .sign_box p {
                    font-size: 1em;
                    font-weight: 400;
                }

                    .ehs_operation .pop .inner .inwrap .sign_box p.sign {
                        margin-top: 12px;
                    }

                        .ehs_operation .pop .inner .inwrap .sign_box p.sign strong {
                            font-weight: 500;
                            margin: 0 15px;
                            vertical-align: middle;
                        }

                .ehs_operation .pop .inner .inwrap .sign_box img {
                    max-width: 100%;
                    vertical-align: middle;
                }

    .ehs_operation .pop .close {
        overflow: hidden;
        position: absolute;
        right: 0;
        top: -41px;
        width: 21px;
        height: 21px;
        background: url(/css/wlcsp_pop_close.png) no-repeat 50%;
        font-size: 0;
        line-height: 0;
        color: transparent;
    }

@media only screen and (max-width:1400px) {
    .ehs_operation .pop {
        padding: 2%;
    }

        .ehs_operation .pop .inner {
            position: relative;
            left: auto;
            top: auto;
            width: 100%;
            min-height: 0 !important;
            height: 100%;
            margin: 0 !important;
        }

        .ehs_operation .pop .close {
            top: 0;
            width: 40px;
            height: 40px;
            background-color: #000;
        }
}

@media only screen and (max-width:1000px) {
    .ehs_operation .pop {
        overflow: hidden;
        opacity: 0;
        display: block;
        position: relative;
        left: auto;
        top: auto;
        height: 0;
        padding: 0;
        background: none;
        transition: all .4s ease;
    }

        .ehs_operation .pop.active {
            opacity: 1;
            height: 100%;
        }

        .ehs_operation .pop .inner {
            padding: 3% 4%;
            border: 5px solid #d5dce8;
        }

            .ehs_operation .pop .inner .inwrap {
                padding: 30px 0;
            }
}

@media only screen and (max-width:640px) {
    .ehs_operation .pop {
        font-size: 0.9em;
    }

        .ehs_operation .pop .inner .inwrap .sign_box p.sign {
            margin: 0;
        }

            .ehs_operation .pop .inner .inwrap .sign_box p.sign strong {
                margin: 0;
                display: block;
            }
}

button, [type="button"], [type="reset"], [type="submit"] {
    /*background-color: transparent;*/
    cursor: pointer;
}
button,
input[type=button] {
    outline: none;
}

    button::-moz-focus-inner,
    input[type=button]::-moz-focus-inner {
        border: 0;
    }


button {
    text-transform: none;
    /* vertical-align: middle; */
    margin: 0;
    padding: 0;
    border: 0;
}

/*div {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: inherit;
}*/

.right_box {
    box-sizing: border-box;
}
.temp_slide {
    box-sizing: border-box;
}
.ctrl_area {
    box-sizing: border-box;
}
.thumbnail {
    box-sizing: border-box;
}
.slick-dots {
    box-sizing: border-box;
}
.presentation {
    box-sizing: border-box;
}
.count {
    box-sizing: border-box;
}
.btn_ctrl {
    box-sizing: border-box;
}
.skip {
    overflow: hidden;
}
.skip {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    background: 0 0;
    font-size: 0 !important;
    color: transparent !important;
    line-height: 0;
}
.container > ul li {
    font-size: 16px;
    letter-spacing: -0.025em;
    color: #333333;
    line-height: 1.3;
    list-style: outside !important;
    word-break: keep-all;
}
.color-blue {
    color:#406eb2;
}
.product_title {
    font-size: 28px;
    font-weight: 500;
}
.download-div{
    cursor:pointer;
}
.sub-menu-bg .menu-container .cell a{
    color: white; 
}

.sub-menu-bg .menu-container .on-color a {
    color:black;
}

.sub-bg1 .menu-container .cell a{
    color:black;
}
.sub-menu-bg .global-nav .cell a {
    color: white;
}
.sub-bg1 .global-nav .cell a {
    color: black;
}
.header :hover #top_menu {
    color: black;
}
.header :hover #logo_img {
    background-image: url('/image/logo.jpg') ;
}
/*.header #logo_img {
    background-image: url('/image/logo_white.png')
}*/