
@charset "utf-8";

.slick-track:before {
    display: none;
}

body,
html {
    font-family: 'gmarket';
}

#container_main {
    position: relative;
    font-size: 22px;
}

#bg_main {}

.container {
    padding: 0px 10px;
    position: relative;
    width: 1600px;
    box-sizing: border-box
}

@media all and (max-width:1700px) {
    .container {
        padding: 0px 10px !important;
        width: 100%;
    }
}


.more {
    display: block;
    z-index: 2;
    width: 35px;
    height: 28px;
    font-size: 0;
    text-indent: -999px;
    transition: 0.3s;
}

.more:before,
.more:after {
    display: block;
    position: absolute;
    top: 12px;
    left: 11px;
    width: 12px;
    height: 2px;
    background: #444;
    transition: 0.3s ease;
    content: '';
}

.more:after {
    top: 7px;
    left: 16px;
    width: 2px;
    height: 12px;
}

.more:hover,
.more:focus,
.more:active {
    border-color: #999;
}

.control button,
.control a {
    margin: 0 0 0 -1px;
    border: 1px solid #ccc;
    position: relative;
    width: 35px;
    height: 28px;
    float: left;
    background: url(/images/kr/main/ico_ctrl.png) no-repeat 16px -33px;
    font-size: 0;
    text-indent: -9999px;
    border-radius: 28px 0 0 28px;
}

.control a:first-child {
    margin: 0;
}

.control .btn_next {
    background-position: -17px -33px;
    border-radius: 0;
}

.control .btn_stop {
    width: 30px;
    background-position: -46px -32px;
    border-radius: 0;
}

.control .btn_play,
.control .btn_stop.on {
    background-position: -101px -32px;
}

.control a:hover,
.control a:active,
.control a:focus {
    border-color: #999;
    z-index: 3;
    background-color: rgba(0, 0, 0, 0.03);
}

.control .more {
    background: none;
    border-radius: 0 28px 28px 0;
}

.container:before {
    display: none;
}

.main01 {
    padding: 42px 0px 80px;
    height: auto;
    background: #fff;
    background-size: cover;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.main01:before {
    content: '';
    display: inline-block;
    width: 397px;
    height: 397px;
    position: absolute;
    right: -6.5rem;
    top: -8rem;
    background: url(/images/en/main/circle_G.png) center no-repeat;
    background-size: contain;
}


.main01 .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 0px;
    height: 100%;
    box-sizing: border-box
}

.main01 .m01_left {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 17%;
}

.main01 .m01_center {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 63%;
}

.main01 .m01_right {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
    width: 33%;
}


@media all and (max-width:1400px) {
    .main01 .m01_center {
        width: 56%;
    }

    .main01 .m01_right {
        width: 40%;
    }
}

/*1400*/


@media all and (max-width:1199px) {
    .main01 {
        padding: 10px 0px
    }

    .main01 .m01_left {
        justify-content: flex-start;
        padding-right: 10px;
        width: calc(100% - 280px);
        box-sizing: border-box;
        order: 2
    }

    .main01 .m01_center {
        width: 100%;
    }

    .main01 .m01_right {
        justify-content: space-between;
        flex-direction: inherit;
        margin-top: 20px;
        width: 100%;
    }

}

/*1199*/

@media all and (max-width:992px) {
    .main01:before {
        display: none;
    }
}

/*992*/


@media all and (max-width:550px) {
    .main01 .container {
        flex-wrap: nowrap;
        flex-direction: column;
    }

    .main01 .m01_left {
        width: 100%
    }

    .main01 .m01_center {
        width: 100%
    }

    .main01 .m01_right {
        width: 100%
    }

}

/*1400*/

/*ë©”ì¸ë°°ë„ˆ*/
.visual {
    position: relative;
    z-index: 1;
    height: 100%;
}

.visual .list_wrap {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    height: 100%;
    vertical-align: top;
    border-radius: 10px;
}

.visual .list_wrap * {
    vertical-align: top;
}

.visual .list_wrap .slick-list,
.visual .list_wrap .slick-track,
.visual .list_wrap .slick-slide,
.visual .list_wrap .slick-slide>div,
.visual .list_wrap .slick-slide .list {
    height: 100%;
}

.visual .list_wrap .list:not(:first-of-type) {
    display: none;
}

.visual .list_wrap.slick-initialized .list:not(:first-of-type) {
    display: block;
}

.visual .list_wrap .list img {
    display: inline;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.visual button {
    display: inline-block;
    padding: 0;
    font-size: 0;
    text-indent: -999px;
}

.visual .control,
.visual .slick-dots {
    display: inline-block;
    position: absolute;
    right: 20px;
    bottom: 1%;
    z-index: 2;
    line-height: 100%;
}

.visual .slick-dots * {
    display: inline-block;
    vertical-align: top;
}

.visual .slick-dots li {
    line-height: 0;
}

.visual .slick-dots button {
    margin: 0 8px;
    position: relative;
    width: 20px;
    height: 5px;
    background: #fff;
    transition: 0.3s ease;
    box-sizing: border-box;
}

.visual .slick-dots button:before {
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    transition: 0.3s ease;
    content: '';
}

.visual .slick-dots .slick-active button {
    background: #edcb58;
}

.visual .control {
    right: 50%;
    left: auto;
    height: 20px;
}

.visual .control a {
    margin: 0 7px 0 0;
    border: none;
    z-index: 54;
    width: 18px;
    height: 17px;
    background: url(/images/common/btn_w_control.png) no-repeat 5px 0;
}

.visual .control .btn_next {
    background-position: 5px -80px;
}

.visual .control .btn_stop {
    margin: 0;
    background-position: 2px -242px
}

.visual .control .btn_stop.on {
    background-position: 3px -199px;
}

.visual .slogan {
    position: absolute;
    top: 15px;
    left: 28px;
    z-index: 53;
    width: 100%;
    visibility: hidden;
    font-size: 34px;
    font-weight: 100;
    line-height: 120%;
    color: #fff;
    letter-spacing: -2px;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.9);
    opacity: 0.4;
}

.visual .slogan strong.yellow {
    color: #f4cb5d;
}

.visual .slick-active .slogan {
    top: 30px;
    visibility: visible;
    transition: top 0.7s ease-in;
    opacity: 1;
}

/* ì—´ë¦°ì˜ìž¥ì‹¤ */
.chairman {
    margin: 0 0 17px;
    border: 1px solid #dfcca9;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 285px;
    float: left;
    background: #f7f1e4;
    color: #000;
    border-radius: 10px;
    box-sizing: border-box;
}

.chairman .pic {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
}

.chairman .txt {
    padding: 32px 15px 0 33px;
    position: relative;
    z-index: 1;
    font-size: 18px;
    line-height: 1.45;
    color: #333333;
}

.chairman .txt p {
    display: inline;
    font-weight: 600;
}

.chairman .txt .name {
    font-size: 21px;
}

.chairman .txt .name .orang {
    color: #d78c00;
}

.chairman .btns {
    display: block;
    margin-top: 1rem;
    position: relative;
    width: 160px;
    background: #9a7838;
    font-family: 'score';
    font-size: 15px;
    font-weight: 400;
    line-height: 41px;
    color: #fff;
    text-align: center;
    border-radius: 41px;
    box-sizing: border-box;
    transition: .3s;
}

.chairman .btns:hover {
    background: #b4842a;
}

.chairman .btns a:hover {
    box-shadow: 2px 2px 0 2px #35669c;
}

.chairman .btns:before {
    display: inline-block;
    margin: -5px 10px 0 0;
    width: 28px;
    height: 22px;
    vertical-align: middle;
    background: url(/images/kr/main/ico_greeting.png) no-repeat;
    content: '';
}

@media all and (max-width:1400px) {
    .chairman {
        height: 288px;
    }

    .chairman .pic {
        max-width: 55%;
    }

    .chairman .pic img {
        max-width: 100%
    }

    .chairman .txt {
        padding: 25px 15px 0 33px;
    }

    .chairman h4 {
        margin: 0 0 5px 0;
    }

    .chairman .txt .slogan {
        padding: 10px 0 12px;
    }

}

/*1400*/
@media all and (max-width:1199px) {
    .chairman {
        margin-bottom: 0;
        width: 49%;
        height: auto
    }

    .chairman .pic {
        max-width: 50%;
    }

    .chairman .txt {
        padding: 25px 15px 25px 30px;
    }

    .chairman .txt .slogan {
        padding: 15px 0 17px;
    }
}

/*1199*/
@media all and (max-width:950px) {
    .chairman {
        width: 100%;
        margin-bottom: 20px;
    }

    .chairman .pic {
        max-width: 270px;
    }
}

@media all and (max-width:550px) {
    .chairman .txt {
        padding: 25px 15px 25px 20px;
    }

    .chairman .pic {
        max-width: 58%;
    }

    .chairman .txt .slogan {
        font-size: 13px;
    }

    .chairman .btns {
        width: 140px;
        font-size: 14px;
    }

    .chairman .btns:before {
        margin: -5px 5px 0 0;
    }
}


.mem_wrap {
    padding: 30px 37px;
    border: 1px solid #91c9a0;
    box-shadow: 0 0 10px rgba(109, 109, 109, .2);
    height: 165px;
    background-color: #e9f6ed;
    border-radius: 10px;
    width: calc(100% - 76px);
    position: relative;
}

.mem_wrap .list_wrap {
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.mem_wrap .list {
    display: flex !important;
    align-items: start;
    justify-content: start;
}

.mem_wrap .list .pic {
    margin-right: 30px;
    box-shadow: 0 0 10px rgba(109, 109, 109, .1);
    overflow: hidden;
    width: 130px;
    height: 158px;
    background-color: #efefef;
    border-radius: 5px;
}

.mem_wrap .list .pic img{
    width: 100%;
    height: 100%;
    display: block;
}

.mem_wrap .desc h4 {
    font-size: 23px;
    font-weight: 900;
    color: #333333;
    margin-bottom: 16px;
}

.mem_wrap .desc .info li {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.mem_wrap .desc .info p {
    font-size: 17px;
    font-weight: 300;
    color: #333333;
}

.mem_wrap .desc_btm {
    display: flex;
    align-items: center;
    margin-top: 10px;
    position: absolute;
    bottom: 40px;
    left: 195px;
    z-index: 3;
}

.mem_wrap .homepage {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 103px;
    height: 40px;
    background-color: #348d4f;
    font-family: 'score';
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    border-radius: 20px;
    transition: .3s;
}

.mem_wrap .homepage:hover {
    background-color: #18aa44;
}

.mem_wrap .control {
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px rgba(109, 109, 109, .1);
    width: 132px;
    height: 40px;
    background-color: #fff;
    border-radius: 20px;
    background: url(/images/en/main/ico_control.png) center no-repeat;
    background: #fff;
    overflow: hidden;
}

.mem_wrap .control * {
    margin: 0;
    border: none;
    width: 44px;
    height: 40px;
    border-radius: 0;
    background-position: 16px -27px;
}

.mem_wrap .control button:hover {
    border-color: #999;
    background-color: rgba(0, 0, 0, 0.03);
}

.mem_wrap .control .stop {
    background-position: -45px -27px;
}

.mem_wrap .control .stop.on {
    background-position: -100px -26px;
}

.mem_wrap .control .next {
    background-position: -20px -27px;
}

.mem_wrap .control a {
    background-position: -81px -26px;
}

@media (max-width: 1199px) {
    .mem_wrap {
        margin-bottom: 0;
        width: 42%;
        height: auto;
        padding: 35px 15px 45px 30px;
    }

    .mem_wrap .slick-list,
    .mem_wrap .slick-track,
    .mem_wrap .slick-track .slick-slide> div{
        height: 100% !important;
    }

    .mem_wrap .list {
        height: 100%;
        align-items: center;
    }

    .mem_wrap .list .pic {
        margin-right: 16px;
    }

    .mem_wrap .desc_btm {
        left: 180px;
        bottom: 55px;
    }
}

@media all and (max-width:950px) {
    .mem_wrap {
        width: calc(100% - 45px);
        margin-bottom: 20px;
    }

    .mem_wrap .list .pic {
        margin-right: 32px;
    }

    .mem_wrap .desc_btm {
        bottom: 25px;
        left: 190px;
    }
}

@media all and (max-width:586px) {
    .mem_wrap {
        height: 320px;
    }

    .mem_wrap .slick-list,
    .mem_wrap .slick-track,
    .mem_wrap .slick-slide,
    .mem_wrap .slick-slide>div {
        height: 100%;
    }

    .mem_wrap .list {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .mem_wrap .list .pic {
        margin-right: 0px;
        margin-bottom: 16px;
    }

    .mem_wrap .desc .info li {
        justify-content: center;
    }

    .mem_wrap .desc_btm {
        margin-top: 0;
        bottom: 10px;
        left: 51%;
        transform: translateX(-50%);
    }
}


@media all and (max-width:1199px) {
    .link_wrap {
        width: 49%
    }
}

@media all and (max-width:768px) {
    .link_wrap {
        margin: 20px 0 0 0;
        width: 100%;
    }
}

.main02 {
    padding-bottom: 80px;
    position: relative;
}

.main02::before {
    content: '';
    display: inline-block;
    width: 465px;
    height: 465px;
    position: absolute;
    left: -7rem;
    bottom: -1rem;
    background: url(/images/en/main/circle_B.png) center no-repeat;
    background-size: contain;
}


.quick_menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.quick_menu li {
    width: calc(25% - 3.5vw);
    position: relative;
}

.quick_menu li:before {
    width: 4px;
    height: 50px;
    display: inline-block;
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: url(/images/en/main/m3_line.png) center no-repeat;
    background-size: contain;
}

.quick_menu li:last-child:before {
    display: none;
}

.quick_menu li a {
    display: flex;
    align-items: center;
    width: 100%;
}

.quick_menu li .icon {
    width: 120px;
    height: 120px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 2px solid #1471a8;
    border-radius: 30px;
    box-shadow: -2px 2px 30px rgba(204, 204, 204, .4);
}

.quick_menu li .icon img {
    transition: .3s;
    filter: drop-shadow(0 0 10px rgba(0, 92, 149, 0.25));
}

.quick_menu li .icon:hover img {
    transform: translateY(-10px);
    transition: .3s;
    filter: drop-shadow(-2px 2px 10px rgba(0, 92, 149, 0.45));
}

.quick_menu li .desc {
    margin-left: 30px;
    font-size: 18px;
    color: #333333;
    font-family: 'score';
    font-weight: 500;
}

@media screen and (max-width: 1440px) {
    .main02::before {
        left: -10rem;
        bottom: -7rem;
    }

    .quick_menu {
        margin: 3rem 0 0 0;
    }

    .quick_menu li {
        width: 50%;
    }

    .quick_menu li:nth-child(n+3) {
        margin-top: 20px;
    }

    .quick_menu li:before {
        right: 2rem;
    }

    .quick_menu li:nth-child(even):before {
        display: none;
    }

    .quick_menu li .icon {
        width: 98px;
        height: 98px;
        border-radius: 18px;
    }

    .quick_menu li .icon img {
        height: 45px;
    }
}

@media screen and (max-width: 768px) {
    .main02::before {
        left: -8rem;
        bottom: -8rem;
        width: 400px;
        height: 400px;
    }

    .quick_menu li .icon {
        width: 75px;
        height: 75px;
        border-radius: 14px;
    }

    .quick_menu li .icon img {
        height: 35px;
    }

    .quick_menu li .desc {
        font-size: 16px;
    }
}

@media screen and (max-width: 580px) {

    .quick_menu li:before {
        right: 0rem;
    }

    .quick_menu li a {
        justify-content: center;
    }

    .quick_menu li .icon {
        width: 75px;
        height: 75px;
        border-radius: 14px;
    }

    .quick_menu li .desc {
        width: 120px;
        margin-left: 10px;
    }
}

@media screen and (max-width: 470px) {
    .quick_menu li a {
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }

    .quick_menu li .icon {
        margin-bottom: 16px;
    }

    .quick_menu li:before {
        display: none;
    }

    .quick_menu li .desc {
        width: 115px;
        margin-left: 0;
    }
}